summaryrefslogtreecommitdiffhomepage
path: root/Boot/Modules/NetBoot/Module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Boot/Modules/NetBoot/Module.cxx')
-rw-r--r--Boot/Modules/NetBoot/Module.cxx20
1 files changed, 20 insertions, 0 deletions
diff --git a/Boot/Modules/NetBoot/Module.cxx b/Boot/Modules/NetBoot/Module.cxx
new file mode 100644
index 00000000..3bc71d0e
--- /dev/null
+++ b/Boot/Modules/NetBoot/Module.cxx
@@ -0,0 +1,20 @@
+/*
+ * ========================================================
+ *
+ * NetBoot
+ * Copyright ZKA Technologies, all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <BootKit/BootKit.hxx>
+#include <NetBoot/NetBoot.hxx>
+
+EXTERN_C Int32 ModuleMain(Void)
+{
+ /// - Find a network drive called "/Remote/newoskrnl"
+ /// - Download our image
+ /// - Boot from it.
+
+ return kEfiOk;
+}