bootstrap: switch to ifc-generated ipc interface

This commit is contained in:
2026-02-26 19:47:58 +00:00
parent 3b50715559
commit 285a80530d
3 changed files with 42 additions and 33 deletions

View File

@@ -6,10 +6,12 @@
.extern main
.type main, @function
.extern exit
.type exit, @function
.extern task_exit
.type task_exit, @function
_start:
call main
mov %rax, %rdi
call task_exit
1: pause
jmp 1b