memtest86plus/boot
Martin Whitaker 0aa1b1fa97 Rearrange stack space to reduce memory footprint.
The BSP only needs extra stack space during program initialisation. The APs
aren't running at that point, so by positioning the BSP stack above the AP
stacks, it can extend down into the AP stack space without causing any
problems.
2022-01-09 21:25:16 +00:00
..
boot.h Rearrange stack space to reduce memory footprint. 2022-01-09 21:25:16 +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 Minor spacing fix. 2021-12-22 16:37:54 +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 Rearrange stack space to reduce memory footprint. 2022-01-09 21:25:16 +00:00
startup64.S Rearrange stack space to reduce memory footprint. 2022-01-09 21:25:16 +00:00