summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/NetBoot
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 10:26:31 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-27 10:26:31 +0100
commit70e95128b11dbb535e4679cbacb1cbeaa414c822 (patch)
tree42fd94536a54058a39f0c85be99431c6ad1a0cf8 /Private/NewBoot/NetBoot
parent44a081a4442181b208c09c6f748124c9d23b61fd (diff)
Kernel: Improving AMD64 HAL, Add TIBInstall.asm, currently Working on
SMPManager and Bootloader. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/NetBoot')
-rw-r--r--Private/NewBoot/NetBoot/.hgkeep0
-rw-r--r--Private/NewBoot/NetBoot/manifest.json4
-rw-r--r--Private/NewBoot/NetBoot/module.cxx13
3 files changed, 17 insertions, 0 deletions
diff --git a/Private/NewBoot/NetBoot/.hgkeep b/Private/NewBoot/NetBoot/.hgkeep
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/Private/NewBoot/NetBoot/.hgkeep
diff --git a/Private/NewBoot/NetBoot/manifest.json b/Private/NewBoot/NetBoot/manifest.json
new file mode 100644
index 00000000..1a177877
--- /dev/null
+++ b/Private/NewBoot/NetBoot/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/NetBoot/module.cxx b/Private/NewBoot/NetBoot/module.cxx
new file mode 100644
index 00000000..759e5cfe
--- /dev/null
+++ b/Private/NewBoot/NetBoot/module.cxx
@@ -0,0 +1,13 @@
+/*
+ * ========================================================
+ *
+ * NetBoot
+ * Copyright 2024 Mahrouss Logic, all rights reserved.
+ *
+ * ========================================================
+ */
+
+extern "C" void __Module(const char* ip, long iplen)
+{
+
+}