RTEMS CPU Kit with SuperCore
4.11.3
|
Disk format description. More...
#include <bdpart.h>
Data Fields | |
rtems_bdpart_format_type | type |
Format type. | |
struct { | |
rtems_bdpart_format_type type | |
uint32_t disk_id | |
Disk ID in MBR at offset 440. | |
bool dos_compatibility | |
This option is used for partition table creation and validation checks before a write to the disk. More... | |
} | mbr |
MBR format fields. | |
struct { | |
rtems_bdpart_format_type type | |
uuid_t disk_id | |
Disk ID in GPT header. | |
} | gpt |
GPT format fields. | |
Disk format description.
bool rtems_bdpart_format::dos_compatibility |
This option is used for partition table creation and validation checks before a write to the disk.
It ensures that the first primary partition and the logical partitions start at head one and sector one under the virtual one head and 63 sectors geometry. Each begin and end of a partition will be aligned to the virtual cylinder boundary.
Referenced by rtems_bdpart_create(), and rtems_bdpart_write().