Update comment for hidden_sectors in BIOS_PARAMETER_BLOCK.

(Logical change 1.336)
edge.strict_endians
cantab.net!aia21 2004-03-17 12:22:03 +00:00
parent 0719c9de02
commit f33bdf28a5
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ typedef struct {
u16 sectors_per_fat; /* zero */
u16 sectors_per_track; /* 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 */
/* sizeof() = 25 (0x19) bytes */
} __attribute__ ((__packed__)) BIOS_PARAMETER_BLOCK;