Added support for \n, \t and \\ in the string printing function

This commit is contained in:
2025-11-01 12:38:02 +00:00
parent 015d4d1fce
commit 7906c48a2e
8 changed files with 125 additions and 85 deletions

View File

@@ -1,6 +1,9 @@
os_reboot:
power_reboot:
mov ax, 0x5307
mov bx, 0x0001
mov cx, 0x0003
int 0x19
; Not done
power_shutdown:
ret