reactos/boot/freeldr/freeldr/arch/i386
Hermès Bélusca-Maïto ff85aa0c38
[FREELDR] Other enhancements.
- Modify DiskReportError() to use an internal "display counter", so that
  imbricated DiskReportError(FALSE) ... DiskReportError(TRUE) can behave
  as expected.
- Merge LoadAndBootDrive(), LoadAndBootPartition(),
  LoadAndBootBootSector() into one LoadAndBootDevice() function + its
  helpers (in progress...).
2019-09-18 00:27:53 +02:00
..
archmach.c [FREELDR] Some changes that accumulated since years in my local copy. Also initialize SetupBlock->ArcSetupDeviceName to some valid value. 2019-08-10 19:15:37 +02:00
drivemap.c [FREELDR] Code fixes and enhancements. 2019-08-31 01:42:46 +02:00
drvmap.S [FREELDR] Re-integrate the ASM files (and corresponding C code) in MSVC builds, that were previously compiled just for GCC builds. (#1224) 2019-01-27 00:51:26 +01:00
entry.S [FREELDR] Limit the usage of DiskStopFloppyMotor() in hardware/platform-specific code. 2019-09-13 15:18:27 +02:00
halstub.c [FREELDR] FreeLdr debug.h does not care about NDEBUG. (#201) 2018-01-26 23:34:21 +00:00
hardware.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
hwacpi.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
hwapm.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
hwdisk.c [FREELDR] Minor code improvements + 1 bug-fix. 2019-09-17 23:24:51 +02:00
hwpci.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
i386bug.c [FREELDR] Minor code formatting; constify some non-mutable data. 2019-01-06 18:42:01 +01:00
i386idt.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
i386rtl.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
i386trap.S Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
i386vid.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
int386.S Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
linux.S [FREELDR] Limit the usage of DiskStopFloppyMotor() in hardware/platform-specific code. 2019-09-13 15:18:27 +02:00
machpc.c [FREELDR] Other enhancements. 2019-09-13 15:18:07 +02:00
machxbox.c [FREELDR] Other enhancements. 2019-09-13 15:18:07 +02:00
multiboot.S [FREELDR] Re-integrate the ASM files (and corresponding C code) in MSVC builds, that were previously compiled just for GCC builds. (#1224) 2019-01-27 00:51:26 +01:00
ntoskrnl.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pccons.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pcdisk.c [FREELDR] Other enhancements. 2019-09-18 00:27:53 +02:00
pcmem.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
pcrtc.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
pcvideo.c [FREELDR] Formatting only. 2019-08-31 01:42:40 +02:00
pnpbios.S Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xboxcons.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xboxdisk.c [FREELDR] Implement proper partition type detection and handling (#1762) 2019-07-29 14:25:54 +02:00
xboxfont.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xboxi2c.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xboxmem.c [FREELDR] xboxmem: Fix array out-of-bounds access (#1775) 2019-08-07 12:06:37 +02:00
xboxrtc.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xboxvideo.c [FREELDR] Abstract VGA BIOS specific code (#1736) 2019-07-18 23:09:59 +02:00