ld: switch to ifc-generated ipc interface

This commit is contained in:
2026-02-26 19:48:06 +00:00
parent 285a80530d
commit 598bdb1410
3 changed files with 19 additions and 11 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