memtest86plus/boot
Martin Whitaker fe4374e818 Allocate the main program stacks after the loaded program.
After we relocate the program, we restart it. So there is no need to copy
over the old stack contents. This allows us to increase the maximum number
of APs without a run time overhead. The maximum number of APs will still
be limited by the size of low memory.
2022-01-29 15:17:00 +00:00
..
boot.h Allocate the main program stacks after the loaded program. 2022-01-29 15:17:00 +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 Allocate the main program stacks after the loaded program. 2022-01-29 15:17:00 +00:00
startup64.S Allocate the main program stacks after the loaded program. 2022-01-29 15:17:00 +00:00