Change Templeng to use the new file loading system call.

This commit is contained in:
CrazyEttin 2021-08-27 20:26:54 +03:00
parent fdaf782eca
commit c026c9ded9
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -38,7 +38,7 @@ stosb
;Load ;Load
load: load:
mov bx, stack + 0x100 mov bx, stack + 0x100
mov ah, 0x0 mov ah, 0x2
int 0x22 int 0x22
;Check for errors ;Check for errors
cmp al, 0x0 cmp al, 0x0