summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod/NetBoot/Module.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-26 21:49:37 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-26 21:49:53 +0100
commitbce9420fb8dd066188900d44248453a11a3d08d5 (patch)
treecf78600e017480da5a4c95bf8fc8dda68c1c64e0 /dev/Boot/Mod/NetBoot/Module.cc
parent486425ed00acec134f8799bdde64bfd093c5fb55 (diff)
META: Overall improvements and fixes to ZkaOS.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod/NetBoot/Module.cc')
-rw-r--r--dev/Boot/Mod/NetBoot/Module.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev/Boot/Mod/NetBoot/Module.cc b/dev/Boot/Mod/NetBoot/Module.cc
new file mode 100644
index 00000000..6277da70
--- /dev/null
+++ b/dev/Boot/Mod/NetBoot/Module.cc
@@ -0,0 +1,16 @@
+/*
+ * ========================================================
+ *
+ * NetBoot
+ * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved.
+ *
+ * ========================================================
+ */
+
+#include <NetBoot.h>
+#include <BootKit/BootKit.h>
+
+EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* Handover)
+{
+ return kEfiOk;
+}