mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-23 22:04:33 +02:00
update comment
This commit is contained in:
parent
2e849b36c1
commit
9f9323612a
@ -152,13 +152,13 @@ typedef struct {
|
|||||||
UWORD bpb_nreserved; /* # Reserved Sectors */
|
UWORD bpb_nreserved; /* # Reserved Sectors */
|
||||||
UBYTE bpb_nfat; /* # FATs */
|
UBYTE bpb_nfat; /* # FATs */
|
||||||
UWORD bpb_ndirent; /* # Root Directory entries */
|
UWORD bpb_ndirent; /* # Root Directory entries */
|
||||||
UWORD bpb_nsize; /* Size in sectors */
|
UWORD bpb_nsize; /* Total volume Size in sectors */
|
||||||
UBYTE bpb_mdesc; /* MEDIA Descriptor Byte */
|
UBYTE bpb_mdesc; /* MEDIA Descriptor Byte */
|
||||||
UWORD bpb_nfsect; /* FAT size in sectors */
|
UWORD bpb_nfsect; /* FAT size in sectors */
|
||||||
UWORD bpb_nsecs; /* Sectors per track */
|
UWORD bpb_nsecs; /* Sectors per track */
|
||||||
UWORD bpb_nheads; /* Number of heads */
|
UWORD bpb_nheads; /* Number of heads */
|
||||||
ULONG bpb_hidden; /* Hidden sectors */
|
ULONG bpb_hidden; /* Hidden sectors */
|
||||||
ULONG bpb_huge; /* Size in sectors if */
|
ULONG bpb_huge; /* Total volume Size in sectors if*/
|
||||||
/* bpb_nsize == 0 */
|
/* bpb_nsize == 0 */
|
||||||
#ifdef WITHFAT32
|
#ifdef WITHFAT32
|
||||||
ULONG bpb_xnfsect; /* FAT size in sectors if */
|
ULONG bpb_xnfsect; /* FAT size in sectors if */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user