bootstrap: switch to ifc-generated ipc interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user