mirror of
https://github.com/tailix/kernel.git
synced 2024-11-20 11:16:10 -05: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
|