diff options
Diffstat (limited to 'dev/ZBA/Modules/NetBoot/Module.cxx')
| -rw-r--r-- | dev/ZBA/Modules/NetBoot/Module.cxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/dev/ZBA/Modules/NetBoot/Module.cxx b/dev/ZBA/Modules/NetBoot/Module.cxx index 9bc65eda..ea30569b 100644 --- a/dev/ZBA/Modules/NetBoot/Module.cxx +++ b/dev/ZBA/Modules/NetBoot/Module.cxx @@ -7,19 +7,10 @@ * ======================================================== */ +#include <NetBoot.hxx> #include <BootKit/BootKit.hxx> -#include <NetBoot/NetBoot.hxx> -EXTERN EfiSystemTable* ST; - -EXTERN_C Int32 ModuleMain(Void) +EXTERN_C Int32 main(Kernel::HEL::HandoverInformationHeader* Handover) { - ST->ConOut->ClearScreen(ST->ConOut); - - /// @todo - /// - Find a network drive called "\.\newoskrnl.dll" with fork 'For-NewOSLdr' in the network path. (NewFS formatted disk as well!) - /// - Download our image - /// - Boot from it. - return kEfiOk; } |
