From 9898520f721220a2af4be59fd92e8ad8afcd4287 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 17 Mar 2024 10:59:07 +0100 Subject: Unstable: See below. These changes are related to the current ticket regarding AHCI support. This commit is just to upstream changes from local. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/NetBoot/EfiModule.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Private/NewBoot/NetBoot/EfiModule.cxx') diff --git a/Private/NewBoot/NetBoot/EfiModule.cxx b/Private/NewBoot/NetBoot/EfiModule.cxx index 42415dc7..419a2be4 100644 --- a/Private/NewBoot/NetBoot/EfiModule.cxx +++ b/Private/NewBoot/NetBoot/EfiModule.cxx @@ -11,5 +11,11 @@ EXTERN_C Int32 EfiMain(EfiHandlePtr handle, EfiSystemTable* SystemTable) { + InitEFI(ST); + + /// - Find a network drive called ".\\HCoreWorkgroup" + /// - Download our image + /// - Boot from it. + return kEfiOk; } -- cgit v1.2.3