mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
- Move BIOS-specific `EXTENDED_GEOMETRY` structure to pcdisk.c - Zero out the transfer buffer for INT 13h, function 48h before invocation. This ensures that any random data is removed and that some broken BIOSes behave better. - Use a more suitable type for the pointer to the transfer buffer, so that we can use more human-manageable member names in TRACEs instead of magic buffer offsets.