mirror of
https://github.com/tailix/kernel.git
synced 2026-06-20 03:25:09 -04:00
11 lines
107 B
NASM
11 lines
107 B
NASM
main:
|
|
mov eax, 0
|
|
int 0x80
|
|
|
|
mov eax, 512
|
|
int 0x80
|
|
|
|
mov eax, 35000
|
|
int 0x80
|
|
|
|
ret
|