Searched defs:txfs_ebpb (Results 1 – 1 of 1) sorted by relevance
2268 typedef struct txfs_ebpb // ext. boot parameter block struct2270 USHORT SectSize; // 0B bytes per sector2271 BYTE ClustSize; // 0D sectors per cluster2272 USHORT FatOffset; // 0E sectors to 1st FAT2274 USHORT RootEntries; // 11 Max entries \ (FAT only)2275 USHORT Sectors; // 13 nr of sectors if < 64K2276 BYTE MediaType; // 15 mediatype (F8 for HD)2277 USHORT FatSectors; // 16 sectors/FAT (FAT only)2278 USHORT LogGeoSect; // 18 sectors/Track2279 USHORT LogGeoHead; // 1a nr of heads[all …]
Completed in 39 milliseconds