From f33bdf28a5cebc67471415a014ef45e59c5e2f79 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Wed, 17 Mar 2004 12:22:03 +0000 Subject: [PATCH] Update comment for hidden_sectors in BIOS_PARAMETER_BLOCK. (Logical change 1.336) --- include/ntfs/layout.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 178741aa..fab9205f 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -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;