memtest86plus/boot
Martin Whitaker 99e258457b Use je/jne instead of jz/jnz when testing boolean variables in startup code.
Just for readability - they are aliases for the same instructions.
2022-02-12 09:39:18 +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 Properly protect the startup stack with a mutex. 2022-01-31 21:54:24 +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