memtest86plus/boot
Martin Whitaker 9769990679 Extend the use of the startup mutex to cover the entire startup code.
There is more in the startup code that isn't thread safe than just
the use of the temporary stack. So take the mutex for the whole time.
The code isn't that long, so it's not worth trying to cover just the
critical sections.
2022-02-05 18:03:32 +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 Extend the use of the startup mutex to cover the entire startup code. 2022-02-05 18:03:32 +00:00
startup64.S Extend the use of the startup mutex to cover the entire startup code. 2022-02-05 18:03:32 +00:00