mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00: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.