Compare commits

..

1 Commits

1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ mediadescriptor db 0xf0
sectorsperfat dw 0x9
sectorspertrack dw 0x12
heads dw 0x2
hiddensectors dw 0x0
%else
@ -37,10 +38,10 @@ mediadescriptor db 0xfd
sectorsperfat dw 0x2
sectorspertrack dw 0x9
heads dw 0x2
hiddensectors dw 0x0
%endif
;Setup
;Set the segments
start: