crawos/source/features/power.asm

7 lines
82 B
NASM

os_reboot:
mov ax, 0x5307
mov bx, 0x0001
mov cx, 0x0003
int 0x19