summaryrefslogtreecommitdiffhomepage
path: root/newBoot/netBootModule
diff options
context:
space:
mode:
Diffstat (limited to 'newBoot/netBootModule')
-rw-r--r--newBoot/netBootModule/.hgkeep0
-rw-r--r--newBoot/netBootModule/manifest.json4
-rw-r--r--newBoot/netBootModule/module.cxx13
3 files changed, 17 insertions, 0 deletions
diff --git a/newBoot/netBootModule/.hgkeep b/newBoot/netBootModule/.hgkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/newBoot/netBootModule/.hgkeep
diff --git a/newBoot/netBootModule/manifest.json b/newBoot/netBootModule/manifest.json
new file mode 100644
index 00000000..ffe5873e
--- /dev/null
+++ b/newBoot/netBootModule/manifest.json
@@ -0,0 +1,4 @@
+{
+ "pluginName": "NetBoot",
+ "description": "Use NetBoot to boot your phone from the network."
+} \ No newline at end of file
diff --git a/newBoot/netBootModule/module.cxx b/newBoot/netBootModule/module.cxx
new file mode 100644
index 00000000..286d9c50
--- /dev/null
+++ b/newBoot/netBootModule/module.cxx
@@ -0,0 +1,13 @@
+/*
+ * ========================================================
+ *
+ * NetBoot
+ * Copyright Mahrouss Logic, all rights reserved.
+ *
+ * ========================================================
+ */
+
+extern "C" void __dmain(const char* ip, long iplen)
+{
+
+}