summaryrefslogtreecommitdiffhomepage
path: root/Private/EFIKit
diff options
context:
space:
mode:
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.
*
* ========================================================
*/