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