|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | disk_partition |
| struct | disk_master_boot_record |
Macros | |
| #define | MBR_MAGIC 0xAA55 |
| #define | PARTITION_UNUSED 0x00 |
| #define | PARTITION_ACTIVE 0x80 |
| #define | PARTITION_COUNT 4 |
| #define | MBR_SECTOR(x) ((x)&0x3F) |
| #define | MBR_CYLINDER(x) ((x)>>8|((x)<<2&0x300)) |