Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2025-01-17 |
| | | | | | | | | Override the unwanted /GS flag addition (MSVC) and -fno-stack-protector removal (GCC) introduced in https://github.com/tianocore/edk2/commit/f53f029122d4493e9db95e2424dd8f067f247661 Additionally remove some other (less harmful but still unwanted) build flags that have been made the default in MSVC in the .vcxproj/.props files as well. Fixes #134 | ||
* | Loader: make driver configuration a runtime option | Matthijs Lavrijsen | 2023-10-12 |
| | | | | | The interactive driver configuration now requires the HOME key to be pressed when the loader is started. If it is not pressed, the default configuration will be used as before. The CONFIGURE_DRIVER compile time define is no longer useful due to this change and has been removed. | ||
* | Loader: report POST codes when booting | Matthijs Lavrijsen | 2023-10-12 |
| | |||
* | Loader: support legacy BIOS boot entries in the fallback pathv1.0.3 | Mattiwatti | 2020-04-25 |
| | | | | Fixes #9 | ||
* | Disable Spectre mitigation crap | Mattiwatti | 2019-10-07 |
| | |||
* | Update to VS2019 | Mattiwatti | 2019-04-08 |
| | |||
* | Initial commitv1.0 | Mattiwatti | 2019-03-25 |