Compare commits

..

1 Commits

1 changed files with 1 additions and 2 deletions

View File

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