#include <FAT16.hh>
Boot sector for a FAT16 or FAT32 volume.
Definition at line 268 of file FAT16.hh.
uint8_t FAT16::fbs_t::bootCode[420] |
uint8_t FAT16::fbs_t::bootSectorSig0 |
uint8_t FAT16::fbs_t::bootSectorSig1 |
uint8_t FAT16::fbs_t::bootSignature |
0X29 if next three fields are valid
Definition at line 292 of file FAT16.hh.
BIOS Parameter Block
Definition at line 280 of file FAT16.hh.
uint8_t FAT16::fbs_t::driveNumber |
For int0x13 use value 0X80 for hard drive
Definition at line 284 of file FAT16.hh.
char FAT16::fbs_t::fileSystemType[8] |
Informational only - don't depend on it
Definition at line 304 of file FAT16.hh.
uint8_t FAT16::fbs_t::jmpToBootCode[3] |
X86 jmp to boot program
Definition at line 272 of file FAT16.hh.
char FAT16::fbs_t::oemName[8] |
Informational only - don't depend on it
Definition at line 276 of file FAT16.hh.
uint8_t FAT16::fbs_t::reserved1 |
Used by Windows NT - should be zero for FAT
Definition at line 288 of file FAT16.hh.
char FAT16::fbs_t::volumeLabel[11] |
Should match volume label in root dir
Definition at line 300 of file FAT16.hh.
uint32_t FAT16::fbs_t::volumeSerialNumber |
Usually generated by combining date and time
Definition at line 296 of file FAT16.hh.
The documentation for this struct was generated from the following file: