diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-04 14:16:39 +0200 |
| commit | a38083f7d528111087949a0ba8e3970f091f2fc9 (patch) | |
| tree | c21cda9b4571758540564b562ea6858ddf89030b /Kernel/FirmwareKit | |
| parent | cd400898f5a6ef04690231323c0be107ae330fb4 (diff) | |
[FIX] CG's text writer functions. Need to fix ProgramLoader class now
for DLLs/LIBs.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Kernel/FirmwareKit')
| -rw-r--r-- | Kernel/FirmwareKit/EFI/API.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Kernel/FirmwareKit/EFI/API.hxx b/Kernel/FirmwareKit/EFI/API.hxx index 1862e64f..2883ee13 100644 --- a/Kernel/FirmwareKit/EFI/API.hxx +++ b/Kernel/FirmwareKit/EFI/API.hxx @@ -12,11 +12,11 @@ #include <KernelKit/MSDOS.hxx> #include <KernelKit/PE.hxx> -#ifdef __NEWBOOT__ +#ifdef __NEWOSLDR__ // forward decl. class BTextWriter; -#define cWebsiteMacro "https://zka-mobile.com/help" +#define cWebsiteMacro "https://zka-tech.nl/hulp" #define __BOOTKIT_NO_INCLUDE__ 1 @@ -24,7 +24,7 @@ class BTextWriter; #include <BootKit/Rsrc/NewBootFatal.rsrc> #include <BootKit/Vendor/Qr.hxx> #include <Modules/CoreCG/FbRenderer.hxx> -#endif // ifdef __NEWBOOT__ +#endif // ifdef __NEWOSLDR__ inline EfiSystemTable* ST = nullptr; inline EfiBootServices* BS = nullptr; @@ -88,7 +88,7 @@ Bascially frees everything we have in the EFI side. ST->ConOut->OutputString(ST->ConOut, L" ***\r"); -#ifdef __NEWBOOT__ +#ifdef __NEWOSLDR__ // Show the QR code now. constexpr auto cVer = 4; @@ -109,7 +109,7 @@ Bascially frees everything we have in the EFI side. cWhereStartY); EFI::Stop(); -#endif // ifdef __NEWBOOT__ +#endif // ifdef __NEWOSLDR__ } } // namespace EFI |
