26 #include "pedigree/kernel/processor/types.h" 31 #define MSDOS_IDENT_1 0x55 32 #define MSDOS_IDENT_2 0xAA 35 #define MSDOS_PARTTAB_START 0x1BE 37 #define MSDOS_PARTTAB_NUM 0x4 38 #define MSDOS_EXT_PARTTAB_NUM 0x2 45 uint8_t start_cylinder_low;
46 uint8_t start_cylinder_high;
49 uint8_t end_cylinder_low;
50 uint8_t end_cylinder_high;
bool msdosReadTable(MsdosPartitionInfo *pPartitions, Disk *pDisk)
bool msdosProbeDisk(Disk *pDisk)