Moved stuff around and added a makefile also got a custom bootloader
based on the JazzOS bootloader (modified a bit)
This commit is contained in:
6
source/kernel/features/power.asm
Executable file
6
source/kernel/features/power.asm
Executable 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