Rename fndfst to open

This commit is contained in:
Nero 2021-01-02 02:48:04 +00:00
parent 9a1c4139a6
commit 015eea2f2f
2 changed files with 9 additions and 10 deletions

View file

@ -32,17 +32,14 @@ init: cli
call logdrv
mov bx, testfcb
call fndfst
jc huh
call putfn
call open
push ax
call printf
db "AX=",2,0x0A,0x0D,0
hlt: hlt
jmp hlt
huh: call printf
db "huh", 0
jmp hlt
%include "kernel/far.asm"
%include "kernel/fcb.asm"
%include "kernel/find.asm"