mirror of
https://github.com/tailix/kernel.git
synced 2024-11-20 11:16:10 -05:00
4 lines
53 B
NASM
4 lines
53 B
NASM
main:
|
|
xor eax, eax
|
|
xor ebx, ebx
|
|
int 0x80
|