wip on fork
minimal example works
This commit is contained in:
@@ -6,7 +6,21 @@
|
||||
align 8
|
||||
sys_call:
|
||||
; BSB2 1 - Syscall stub
|
||||
push rbx
|
||||
push rbp
|
||||
push r11
|
||||
push r12
|
||||
push r13
|
||||
push r14
|
||||
push r15
|
||||
int 0x80
|
||||
pop r15
|
||||
pop r14
|
||||
pop r13
|
||||
pop r12
|
||||
pop r11
|
||||
pop rbp
|
||||
pop rbx
|
||||
ret
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user