diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-24 08:24:36 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-24 08:24:36 +0200 |
| commit | 1e0ecf576c5cc3272a1e5e0b5c0f09041014d90b (patch) | |
| tree | 6b9a68e505e8be6dab6c33fa99a8ec47c79cc534 /Private/NewBoot/BootKit/BootKit.hxx | |
| parent | 21de9c0793156287836efcf87b99a3ef948f4939 (diff) | |
Kernel: tons of patches and fixes.
Bootloader: Add error screen and support page in case of a catastrophic
failure.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 117e32df..1a992166 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -32,9 +32,10 @@ class BVersionString; #include <BootKit/Platform.hxx> #include <BootKit/Protocol.hxx> -#ifdef __EFI_x86_64__ -///! The Boot page provided to NewKernel. +///! @note This address is reserved to NewKernel. #define kBootVirtualAddress (0xfffffff80000000) + +#ifdef __EFI_x86_64__ #include <FirmwareKit/EFI.hxx> #endif // ifdef __EFI_x86_64__ |
