1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-20 11:16:10 -05:00
kernel/modules/dummy.asm

12 lines
107 B
NASM
Raw Normal View History

2017-11-05 04:56:53 -05:00
main:
mov eax, 0
int 0x80
2017-11-05 08:54:23 -05:00
mov eax, 512
2017-11-05 04:56:53 -05:00
int 0x80
2017-11-05 08:54:23 -05:00
mov eax, 35000
2017-11-05 04:56:53 -05:00
int 0x80
ret