summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/Source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-28 19:24:02 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-28 19:24:02 +0100
commita71e1f4adc378ae69a001a9b7103c37ce1b1ee64 (patch)
treedde8530831d997b414524c1bc78e28c060d87b9b /Private/NewBoot/Source
parent1ab61e6bb20dd39f85fca30c1d0a83db12fea9d6 (diff)
Kernel: Add splash screen, fixing interrupt handler.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/Source')
-rw-r--r--Private/NewBoot/Source/BootMain.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/Private/NewBoot/Source/BootMain.cxx b/Private/NewBoot/Source/BootMain.cxx
index 0853180d..a9f3babd 100644
--- a/Private/NewBoot/Source/BootMain.cxx
+++ b/Private/NewBoot/Source/BootMain.cxx
@@ -131,13 +131,6 @@ EFI_EXTERN_C EFI_API Int EfiMain(EfiHandlePtr ImageHandle,
ST->ConOut->ClearScreen(ST->ConOut);
- writer.Write(
- L"Warning: This computer program is protected by copyright "
- L"law and international treaties.\r\nUnauthorized reproduction "
- L"or distribution of this program, or any portion of it,\r\nmay "
- L"result in severe civil and criminal penalties,\r\nand will be "
- L"prosecuted to the maximum extent possible under the law.\r\n");
-
EFI::ExitBootServices(MapKey, ImageHandle);
bool isIniNotFound = (systemIni.Blob() == nullptr);