memtest86plus/boot
martinwhitaker 0a543a41f2
x86_64: preserve r8-11 over call to interrupt handler. (#430)
The x86_64 SysV calling convention does not require r8-r11 to be
preserved by the callee. So we need to save and restore them in the
low-level interrupt handling code in case the C interrupt() function
uses them.
2024-09-28 22:19:27 +02:00
..
loongarch Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
boot.h Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
bootparams.h Allow use on headless EFI systems. (#242) 2023-01-23 15:50:52 +01:00
bootsect.S Rename to Memtest86+ v6.0. 2022-02-19 19:44:58 +00:00
efi.h Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
efisetup.c Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
header.S Mark EFI image .text section as writable. 2024-08-10 16:11:08 +01:00
macros.h Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
mbr.S Rename to Memtest86+ v6.0. 2022-02-19 19:44:58 +00:00
peimage.h boot/peimage: Add LoongArch and RISC-V PE machine numbers. 2024-07-07 20:32:58 +02:00
sbat.csv EFI: Add support for .sbat signature revocations 2023-01-03 00:58:52 +01:00
setup.S Add Memtest86+ Version String to Kernel Header (#75) 2023-01-03 01:35:51 +01:00
startup32.S Fix the bss section size in 32-bit builds. 2023-02-02 14:01:13 +01:00
startup64.S x86_64: preserve r8-11 over call to interrupt handler. (#430) 2024-09-28 22:19:27 +02:00