mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
Remove wrong "512" value for number of root directory entries on FAT32
partitions. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@832 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
d5cb4e950c
commit
db1a71bfff
@ -434,9 +434,8 @@ STATIC WORD getbpb(ddt * pddt)
|
||||
{
|
||||
/* FAT32 boot sector */
|
||||
fs = (struct FS_info *)&DiskTransferBuffer[0x43];
|
||||
pbpbarray->bpb_ndirent = 512;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
pddt->ddt_serialno = getlong(&fs->serialno);
|
||||
memcpy(pddt->ddt_volume, fs->volume, sizeof fs->volume);
|
||||
memcpy(pddt->ddt_fstype, fs->fstype, sizeof fs->fstype);
|
||||
|
Loading…
x
Reference in New Issue
Block a user