initial commit, asm operating system with the MikeOS bootloader
This commit is contained in:
6
source/features/power.asm
Normal file
6
source/features/power.asm
Normal file
@@ -0,0 +1,6 @@
|
||||
os_reboot:
|
||||
mov ax, 0x5307
|
||||
mov bx, 0x0001
|
||||
mov cx, 0x0003
|
||||
int 0x19
|
||||
|
Reference in New Issue
Block a user