diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-23 00:59:10 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-23 00:59:10 +0200 |
| commit | 65e428a5a2b4eac24cccf5defe64d52faba8304d (patch) | |
| tree | d23b304abce67455853d355ceb4d65f73d93ded9 /Boot/BootKit/Vendor | |
| parent | 9899e5d07f9010a874ed64c586508479f0a353c4 (diff) | |
Kernel: See below.
MHR-35: Implement it.
Kernel: Write EPM header at sector 0.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit/Vendor')
| -rw-r--r-- | Boot/BootKit/Vendor/Support.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Boot/BootKit/Vendor/Support.hxx b/Boot/BootKit/Vendor/Support.hxx index eed59424..54183558 100644 --- a/Boot/BootKit/Vendor/Support.hxx +++ b/Boot/BootKit/Vendor/Support.hxx @@ -9,8 +9,6 @@ /// @file Support.hxx /// @brief Purpose of this file is to help port libs into the bootloader. -#include <BootKit/BootKit.hxx> - #define cLongMax ((long)(~0UL >> 1)) #define cLongMin (~cLongMax) |
