partition_table_entry Struct Reference

A partition table entry within the MBR. More...

#include <int13.h>


Data Fields

uint8_t bootable
 Bootable flag.
struct partition_chs chs_start
 C/H/S start address.
uint8_t type
 System indicator (partition type).
struct partition_chs chs_end
 C/H/S end address.
uint32_t start
 Linear start address.
uint32_t length
 Linear length.


Detailed Description

A partition table entry within the MBR.

Definition at line 264 of file int13.h.


Field Documentation

Bootable flag.

Definition at line 266 of file int13.h.

C/H/S start address.

Definition at line 268 of file int13.h.

System indicator (partition type).

Definition at line 270 of file int13.h.

Referenced by guess_int13_geometry().

C/H/S end address.

Definition at line 272 of file int13.h.

Referenced by guess_int13_geometry().

Linear start address.

Definition at line 274 of file int13.h.

Linear length.

Definition at line 276 of file int13.h.


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1