Format of partition record |
| Offset | Size | Description |
|---|---|---|
|
00h |
BYTE |
boot indicator (80h = active partition) |
|
01h |
BYTE |
partition start head |
|
02h |
BYTE |
partition start sector (bits 0-5) |
|
03h |
BYTE |
partition start track (bits 8,9 in bits 6,7 of sector) |
|
04h |
BYTE |
operating system indicator (see #00652) |
|
05h |
BYTE |
partition end head |
|
06h |
BYTE |
partition end sector (bits 0-5) |
|
07h |
BYTE |
partition end track (bits 8,9 in bits 6,7 of sector) |
|
08h |
DWORD |
sectors preceding partition |
|
0Ch |
DWORD |
length of partition in sectors |
|
See Also: |