This is an external structure, it represents an entry in the partition table.
More...
This is an external structure, it represents an entry in the partition table.
- Source
- blkdev/disk.inc:207
◆ Bootable
db PARTITION_TABLE_ENTRY::Bootable |
◆ FirstAbsSector
dd PARTITION_TABLE_ENTRY::FirstAbsSector |
Coordinates of last sector in CHS.
◆ FirstHead
db PARTITION_TABLE_ENTRY::FirstHead |
80h = bootable partition, 0 = non-bootable partition, other values = invalid
◆ FirstSector
db PARTITION_TABLE_ENTRY::FirstSector |
◆ FirstTrack
db PARTITION_TABLE_ENTRY::FirstTrack |
◆ LastHead
db PARTITION_TABLE_ENTRY::LastHead |
Partition type, one of predefined constants. 0 = empty, several types denote extended partition (see process_partition_table_entry), we are not interested in other values.
◆ LastSector
db PARTITION_TABLE_ENTRY::LastSector |
◆ LastTrack
db PARTITION_TABLE_ENTRY::LastTrack |
◆ Length
dd PARTITION_TABLE_ENTRY::Length |
Coordinate of first sector in LBA.
◆ Type
db PARTITION_TABLE_ENTRY::Type |
Coordinates of first sector in CHS.
The documentation for this struct was generated from the following file: