aboutsummaryrefslogtreecommitdiff
path: root/Application
Commit message (Collapse)AuthorAge
* Loader: support legacy BIOS boot entries in the fallback pathv1.0.3Mattiwatti2020-04-25
| | | | Fixes #9
* Compile as UTF-8Mattiwatti2019-12-04
|
* Disable Spectre mitigation crapMattiwatti2019-10-07
|
* Update README.mdMattiwatti2019-10-07
|
* Fix potential recursive self-boot by Loader.efiMattiwatti2019-07-09
| | | | | | The EFI variable "BootCurrent" corresponds to XXXX in some variable "BootXXXX", and this value was being used to guard against recursive self-booting. However, EfiBootManagerGetLoadOptions() already returns the options sorted by the contents of the "BootOrder" variable, which means that XXXX does not necessarily correspond to the linear index in a for loop. Instead use BootOptions[Index].OptionNumber to retrieve and compare the original value of XXXX Fixes #5
* EfiDSEFix: HDE64 fixesMattiwatti2019-05-30
| | | | | | - Make hde64_table const to prevent it from ending up in .data - #include <intrin.h> because Clang gets confused by __stosb without it - Fix various warnings
* Update ntdll.hMattiwatti2019-05-30
|
* Minor fixesMattiwatti2019-05-06
|
* Update to VS2019Mattiwatti2019-04-08
|
* EfiDSEFix: on Windows >= 8, use a different default g_CiOptions valuev1.0.1Mattiwatti2019-03-30
| | | | Fixes #1
* EfiDSEFix: read input value for '--enable' as hex to match '--disable'Mattiwatti2019-03-30
|
* Ensure ntdllp.lib only exports Vista-compatible symbolsMattiwatti2019-03-28
|
* Minor fixesMattiwatti2019-03-28
|
* Initial commitv1.0Mattiwatti2019-03-25