Rename fndfst to open
This commit is contained in:
parent
9a1c4139a6
commit
015eea2f2f
2 changed files with 9 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue