Luna/kernel/src/arch/x86_64/Entry.asm

6 lines
67 B
NASM
Raw Normal View History

global _main
extern _start
_main:
xor rbp, rbp
call _start