summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/NetBoot/Module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewBoot/NetBoot/Module.cxx')
-rw-r--r--Private/NewBoot/NetBoot/Module.cxx19
1 files changed, 0 insertions, 19 deletions
diff --git a/Private/NewBoot/NetBoot/Module.cxx b/Private/NewBoot/NetBoot/Module.cxx
deleted file mode 100644
index c89d0a5f..00000000
--- a/Private/NewBoot/NetBoot/Module.cxx
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * ========================================================
- *
- * NetBoot
- * Copyright Mahrouss Logic, all rights reserved.
- *
- * ========================================================
- */
-
-#include <BootKit/BootKit.hxx>
-
-EXTERN_C Int32 EfiMain(Void)
-{
- /// - Find a network drive called "/OnlineBoot"
- /// - Download our image
- /// - Boot from it.
-
- return kEfiOk;
-}