Updated DOSGEN

Updated DOSGEN to create FAT images in memory instead of copying everything to the system area.
This commit is contained in:
Broken Pipe
2024-03-27 13:54:35 +00:00
parent ff2d9aff6a
commit 1c9241610a
4 changed files with 322 additions and 39 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ ENUMDIR:
ADD SI,19 ;Point to next entry
DEC BX
JS DONE
CMP SI,SECBUF
CMP SI,DIRBUF+128
JB ENUMDIR
INC AX
JP READDIR
@@ -257,4 +257,4 @@ CPMTAB2:
DW 0,0,0,0
DW 0,0,0,0
DW 0,0,0,0