diff options
Diffstat (limited to 'Private/NewBoot/NetBoot')
| -rw-r--r-- | Private/NewBoot/NetBoot/Module.cxx (renamed from Private/NewBoot/NetBoot/EfiModule.cxx) | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Private/NewBoot/NetBoot/EfiModule.cxx b/Private/NewBoot/NetBoot/Module.cxx index e5df4a3e..c89d0a5f 100644 --- a/Private/NewBoot/NetBoot/EfiModule.cxx +++ b/Private/NewBoot/NetBoot/Module.cxx @@ -7,20 +7,13 @@ * ======================================================== */ -#include <FirmwareKit/EFI.hxx> #include <BootKit/BootKit.hxx> -EXTERN_C Int32 EfiMain(EfiHandlePtr handle, EfiSystemTable* SystemTable) +EXTERN_C Int32 EfiMain(Void) { - InitEFI(ST); - InitGOP(); - - /// - Find a network drive called "/OnlineInstall" + /// - Find a network drive called "/OnlineBoot" /// - Download our image /// - Boot from it. - BTextWriter writer; - writer.Write(L"NetBoot.exe: Updating from OTP...\r\n"); - return kEfiOk; } |
