diff options
Diffstat (limited to 'Boot/Modules/NetBoot/Module.cxx')
| -rw-r--r-- | Boot/Modules/NetBoot/Module.cxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Boot/Modules/NetBoot/Module.cxx b/Boot/Modules/NetBoot/Module.cxx index a39755bc..9bc65eda 100644 --- a/Boot/Modules/NetBoot/Module.cxx +++ b/Boot/Modules/NetBoot/Module.cxx @@ -10,9 +10,14 @@ #include <BootKit/BootKit.hxx> #include <NetBoot/NetBoot.hxx> +EXTERN EfiSystemTable* ST; + EXTERN_C Int32 ModuleMain(Void) { - /// - Find a network drive called "\\Remote\\newoskrnl" with fork 'From-NetBoot' + 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. |
