Luna/kernel/src/main.asm

6 lines
67 B
NASM
Raw Normal View History

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