4 lines
No EOL
152 B
NASM
4 lines
No EOL
152 B
NASM
[bits 32]
|
|
[extern main] ; define callpoint, must have same name as kernel.c entrypoint
|
|
call main ; jump to fun, linker will figure out where it is
|
|
jmp $ |