bare_x86/16bit.ftable.s
Ed94 8d1ec63cc1 Basic build and runs scripts, began setup of ftable n stuff
going the route of watching this series so far.
2022-02-05 11:19:40 -05:00

14 lines
242 B
ArmAsm

; x86
; 16-bit - Real Mode, V86 Mode
; File Table
; 0xF91E7AB1E { filename; sector#; filename; sector#; }
filetable:
dd 0xEF7AB1E
dw 0x0000
db '{ testfile; 04; testProg; 06; }'
; Byte pad 512 bytes (zeroed)
times 512-$+filetable db 0