Added 86-DOS kernel and fixed HEX2BIN bug

Added the reconstructed source code of the 86-DOS kernel and fixed a hard coded offset reference in HEX2BIN.ASM.
This commit is contained in:
Broken Pipe
2024-01-29 09:10:11 +00:00
parent ace5e0cd3c
commit c1c73b5cfd
2 changed files with 2245 additions and 2 deletions
+2243
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -127,7 +127,7 @@ DONE:
MOV AH,SETDMA
INT 21H
MOV CX,BP
SUB CX,1F2H
SUB CX,START-7FH
AND CL,80H
JCXZ EXIT
ROL CX
@@ -152,4 +152,4 @@ ADDR: DB "Address out of range--conversion aborted$"
DIRFUL: DB "Disk directory full$"
START: