forked from KolibriOS/kolibrios
fix FAT32 formatting in tmpdisk
git-svn-id: svn://kolibrios.org@3305 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -299,7 +299,7 @@ fat32bootsector_stub:
|
||||
db 'KOLIBRI ' ; BS_OEMName
|
||||
dw 512 ; BPB_BytsPerSec
|
||||
db 1 ; BPB_SecsPerClus
|
||||
dw 1 ; BPB_RsvdSecCnt
|
||||
dw 2 ; BPB_RsvdSecCnt
|
||||
db 1 ; BPB_NumFATs
|
||||
dw 0 ; BPB_RootEntCnt
|
||||
dw 0 ; BPB_TotSec16
|
||||
|
Reference in New Issue
Block a user