Added support for \n, \t and \\ in the string printing function
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
os_reboot:
|
||||
power_reboot:
|
||||
mov ax, 0x5307
|
||||
mov bx, 0x0001
|
||||
mov cx, 0x0003
|
||||
int 0x19
|
||||
|
||||
; Not done
|
||||
power_shutdown:
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user