summaryrefslogtreecommitdiffhomepage
path: root/Private/EFIKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 08:48:42 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-13 08:49:20 +0100
commitfb0d208bb2c6d8322ff1d483d92d143c6aaef9c1 (patch)
tree58874282f82d784bdea651dd9ef8e58426ee08ff /Private/EFIKit
parent6926ed5c2da1e8928e14fe38ffd431fe37694fb1 (diff)
HCR-15: Improve kernel and bootloader.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/EFIKit')
-rw-r--r--Private/EFIKit/Api.hxx4
-rw-r--r--Private/EFIKit/EFI.hxx2
-rw-r--r--Private/EFIKit/EPM.hxx2
-rw-r--r--Private/EFIKit/UEFI.hxx2
4 files changed, 4 insertions, 6 deletions
diff --git a/Private/EFIKit/Api.hxx b/Private/EFIKit/Api.hxx
index 0297ad96..7338235a 100644
--- a/Private/EFIKit/Api.hxx
+++ b/Private/EFIKit/Api.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* h-core
- * Copyright 2024, Mahrouss Logic, all rights reserved.
+ * Copyright, Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -30,8 +30,6 @@ Bascially frees everything we have in the EFI side.
inline void ExitBootServices(UInt64 MapKey, EfiHandlePtr ImageHandle) noexcept {
if (!ST) return;
- ST->ConOut->OutputString(ST->ConOut, L"HCoreLdr: Exit BootServices...\r\n");
-
/// The MapKey may be invalid.
/// If so, then hang the computer.
if (ST->BootServices->ExitBootServices(ImageHandle, MapKey) != kEfiOk) {
diff --git a/Private/EFIKit/EFI.hxx b/Private/EFIKit/EFI.hxx
index 30899ca9..dfaf68eb 100644
--- a/Private/EFIKit/EFI.hxx
+++ b/Private/EFIKit/EFI.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* h-core
- * Copyright 2024, Mahrouss Logic, all rights reserved.
+ * Copyright, Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/Private/EFIKit/EPM.hxx b/Private/EFIKit/EPM.hxx
index 8c8f724f..bd0e07ff 100644
--- a/Private/EFIKit/EPM.hxx
+++ b/Private/EFIKit/EPM.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* h-core
- * Copyright 2024, Mahrouss Logic, all rights reserved.
+ * Copyright, Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
diff --git a/Private/EFIKit/UEFI.hxx b/Private/EFIKit/UEFI.hxx
index aeee81cb..de211a4a 100644
--- a/Private/EFIKit/UEFI.hxx
+++ b/Private/EFIKit/UEFI.hxx
@@ -2,7 +2,7 @@
* ========================================================
*
* h-core
- * Copyright 2024, Mahrouss Logic, all rights reserved.
+ * Copyright, Mahrouss Logic, all rights reserved.
*
* ========================================================
*/