mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
instead of the MBR-specific PARTITION_TABLE_ENTRY structure. Simplify also some aspects of the code: - for MBR code, avoid copying around partition entries, but use pointers instead; - more generally, use the actual disk sector size instead of guessing, and pass it to the partition interface routines.