From 28817e6dbb31b4004e2fd1a5be2c85bcbfe0a5ec Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Jan 2024 10:17:13 +0100 Subject: NewBoot: Getting BootServices implemented. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/NewBoot/Source') diff --git a/Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx b/Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx index 9b00a6a9..a6b80fc1 100644 --- a/Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx +++ b/Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx @@ -21,5 +21,5 @@ extern "C" int EfiMain(void *ImageHandle, EfiSystemTable *SystemTable) rt_halt(); } - return 0; + return kEfiOk; } -- cgit v1.2.3