Lines Matching defs:hpfs_boot_block
43 struct hpfs_boot_block struct
45 u8 jmp[3];
46 u8 oem_id[8];
47 u8 bytes_per_sector[2]; /* 512 */
48 u8 sectors_per_cluster;
49 u8 n_reserved_sectors[2];
50 u8 n_fats;
51 u8 n_rootdir_entries[2];
52 u8 n_sectors_s[2];
53 u8 media_byte;
54 u16 sectors_per_fat;
55 u16 sectors_per_track;
56 u16 heads_per_cyl;
57 u32 n_hidden_sectors;
58 u32 n_sectors_l; /* size of partition */
59 u8 drive_number;
60 u8 mbz;
61 u8 sig_28h; /* 28h */
62 u8 vol_serno[4];
63 u8 vol_label[11];
64 u8 sig_hpfs[8]; /* "HPFS " */
65 u8 pad[448];
66 u16 magic; /* aa55 */