Update comment for hidden_sectors in BIOS_PARAMETER_BLOCK.
(Logical change 1.336)edge.strict_endians
parent
0719c9de02
commit
f33bdf28a5
|
|
@ -54,7 +54,8 @@ typedef struct {
|
||||||
u16 sectors_per_fat; /* zero */
|
u16 sectors_per_fat; /* zero */
|
||||||
u16 sectors_per_track; /* irrelevant */
|
u16 sectors_per_track; /* irrelevant */
|
||||||
u16 heads; /* irrelevant */
|
u16 heads; /* irrelevant */
|
||||||
u32 hidden_sectors; /* zero */
|
u32 hidden_sectors; /* Offset to the start of the partition
|
||||||
|
relative to the disk in sectors. */
|
||||||
u32 large_sectors; /* zero */
|
u32 large_sectors; /* zero */
|
||||||
/* sizeof() = 25 (0x19) bytes */
|
/* sizeof() = 25 (0x19) bytes */
|
||||||
} __attribute__ ((__packed__)) BIOS_PARAMETER_BLOCK;
|
} __attribute__ ((__packed__)) BIOS_PARAMETER_BLOCK;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue