Add a threading syscall API.
This commit is contained in:
parent
e2aad55a8a
commit
ef8eb5d993
14 changed files with 235 additions and 30 deletions
|
|
@ -13,4 +13,6 @@ jump_user_space:
|
|||
pushf # Can we just push 0 for flags?
|
||||
pushq $0x1B # cs
|
||||
pushq %rdi
|
||||
mov %rdx, %rdi
|
||||
mov %rcx, %rsi
|
||||
iretq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue