summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/Mod/NetBoot/Module.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-10 10:42:25 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-10 10:42:25 +0100
commit6b63380f5f45891c5c27715cb290037d072ad212 (patch)
tree8281fc7954b12be8103c77dcc1112c0ac9958ee2 /dev/Boot/Mod/NetBoot/Module.cc
parent54c1aa5e497be0f6fc1b6fe8ee759ac1c874714d (diff)
ADD: NetBoot specs revision and patches.
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, 0 insertions, 16 deletions
diff --git a/dev/Boot/Mod/NetBoot/Module.cc b/dev/Boot/Mod/NetBoot/Module.cc
deleted file mode 100644
index b7f029f6..00000000
--- a/dev/Boot/Mod/NetBoot/Module.cc
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * ========================================================
- *
- * NetBoot
- * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved.
- *
- * ========================================================
- */
-
-#include <NetBoot.h>
-#include <BootKit/BootKit.h>
-
-EXTERN_C Int32 ModuleMain(Kernel::HEL::BootInfoHeader* Handover)
-{
- return kEfiOk;
-}