memtest86plus/boot
Martin Whitaker f4a413cf6d Translate non-usable EFI memory regions to E820_RESERVED, not E820_NONE.
This is more correct. Using E820_NONE may have been confusing the code
in pmem.c that sanitises the memory map.
2022-02-13 20:44:58 +00:00
..
boot.h Don't make assumptions about usable memory. 2022-02-02 12:20:39 +00:00
bootparams.h Add support for boot command line options. 2021-12-23 14:08:02 +00:00
bootsect.S Simplify. 2020-07-09 15:49:58 +01:00
efi.h Add code for debugging EFI display problems. 2020-11-01 16:56:25 +00:00
efisetup.c Translate non-usable EFI memory regions to E820_RESERVED, not E820_NONE. 2022-02-13 20:44:58 +00:00
header.S Add support for 32-bit EFI boot. 2020-07-08 11:07:32 +01:00
mbr.S Add support for USB legacy boot on hybrid ISO. 2020-07-09 15:53:44 +01:00
setup.S Add support for boot command line options. 2021-12-23 14:08:02 +00:00
startup32.S Use je/jne instead of jz/jnz when testing boolean variables in startup code. 2022-02-12 09:39:18 +00:00
startup64.S Use je/jne instead of jz/jnz when testing boolean variables in startup code. 2022-02-12 09:39:18 +00:00