10 lines
119 B
NASM
Executable File
10 lines
119 B
NASM
Executable File
power_reboot:
|
|
mov ax, 0x5307
|
|
mov bx, 0x0001
|
|
mov cx, 0x0003
|
|
int 0x19
|
|
|
|
; Not done
|
|
power_shutdown:
|
|
ret
|