wip on fork

minimal example works
This commit is contained in:
2026-02-25 11:32:22 +01:00
parent 22ab2fb2a5
commit 8b271e2470
8 changed files with 64 additions and 18 deletions

View File

@@ -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