Files
reactos/boot
Hermès Bélusca-Maïto 9f42210478 [FREELDR:ARCH] Modularize the DiskError() functionality (#8732)
Move the `DiskReportError()` and `DiskError()` routines into the
`freeldr/disk/disk.c` file, reviving it as a collection of disk
devices helpers (and more in the future).

The architecture-specific disk modules only define the error code mapping
`DiskGetErrorCodeString()` function, that is then used by `DiskError()`.
2026-04-02 17:17:01 +02:00
..