rdos/kernel/fcb.asm

9 lines
213 B
NASM
Raw Normal View History

2019-10-14 19:59:48 +02:00
; diskbuf needs to be defined
2019-10-08 19:54:39 +02:00
; User-accessible part of FCB (12 bytes)
fcb_drv: equ 0 ; 1 byte, 1=A: 2=B: 3=C:
fcb_fn: equ 1 ; 8 bytes
fcb_ext: equ 9 ; 3 bytes
2019-10-08 19:54:39 +02:00
fcb_type: equ 12 ; BYTE type identifier