KolibriOS kernel
PARTITION_TABLE_ENTRY Struct Reference

This is an external structure, it represents an entry in the partition table. More...

Public Attributes

db Bootable
 
db FirstHead
 
db FirstSector
 
db FirstTrack
 
db Type
 
db LastHead
 
db LastSector
 
db LastTrack
 
dd FirstAbsSector
 
dd Length
 

Detailed Description

This is an external structure, it represents an entry in the partition table.

Source
blkdev/disk.inc:198

Member Data Documentation

◆ 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: