diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-24 19:57:10 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-24 19:57:10 +0200 |
| commit | 8153dc983802115951836f2b164af371ee6e3d73 (patch) | |
| tree | b06f35ba0d21f6d336b5be7af2a36672ea19fc43 /Private/NewBoot/BootKit/BootKit.hxx | |
| parent | f7a7080d18ac2be758b242c22f020c018b1c4824 (diff) | |
MHR-16: Add QR-code when bootloader crashes alongside other welcomed changes.
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 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 1a992166..5c3a531d 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -29,19 +29,11 @@ class BVersionString; /// Include other APIs. /***********************************************************************************/ -#include <BootKit/Platform.hxx> -#include <BootKit/Protocol.hxx> +#include <NewKit/Defines.hpp> ///! @note This address is reserved to NewKernel. #define kBootVirtualAddress (0xfffffff80000000) -#ifdef __EFI_x86_64__ -#include <FirmwareKit/EFI.hxx> -#endif // ifdef __EFI_x86_64__ - -#include <FirmwareKit/EPM.hxx> -#include <NewKit/Defines.hpp> - using namespace NewOS; typedef Char *PEFImagePtr; @@ -147,9 +139,6 @@ class BVersionString final { static const CharacterTypeUTF16 *Shared() { return BOOTLOADER_VERSION; } }; -/// @brief Bootloader main type. -typedef void (*BootMainKind)(HEL::HandoverInformationHeader *handoverInfo); - /***********************************************************************************/ /// Provide some useful processor features. /***********************************************************************************/ |
