#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. | |
Definition at line 264 of file int13.h.
struct partition_chs partition_table_entry::chs_start [read] |
System indicator (partition type).
Definition at line 270 of file int13.h.
Referenced by guess_int13_geometry().
struct partition_chs partition_table_entry::chs_end [read] |
1.5.7.1