summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 10:17:13 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 10:17:13 +0100
commit28817e6dbb31b4004e2fd1a5be2c85bcbfe0a5ec (patch)
tree8368dc726aa85d4eae27db487224e2e956b39a2e /Private/NewBoot
parent2529c8722d6d3491a3e19aa728f4bfce099bcc91 (diff)
NewBoot: Getting BootServices implemented.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot')
-rw-r--r--Private/NewBoot/Source/HEL/AMD64/EfiMain.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}