diff options
Diffstat (limited to 'Private/NewBoot/NetBoot')
| -rw-r--r-- | Private/NewBoot/NetBoot/.hgkeep | 0 | ||||
| -rw-r--r-- | Private/NewBoot/NetBoot/Module.cxx | 19 | ||||
| -rw-r--r-- | Private/NewBoot/NetBoot/manifest.json | 4 |
3 files changed, 0 insertions, 23 deletions
diff --git a/Private/NewBoot/NetBoot/.hgkeep b/Private/NewBoot/NetBoot/.hgkeep deleted file mode 100644 index e69de29b..00000000 --- a/Private/NewBoot/NetBoot/.hgkeep +++ /dev/null diff --git a/Private/NewBoot/NetBoot/Module.cxx b/Private/NewBoot/NetBoot/Module.cxx deleted file mode 100644 index ce3c09db..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; -} diff --git a/Private/NewBoot/NetBoot/manifest.json b/Private/NewBoot/NetBoot/manifest.json deleted file mode 100644 index 8486cfc1..00000000 --- a/Private/NewBoot/NetBoot/manifest.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "pluginName": "interBoot", - "description": "Boot your device from your network infra." -} |
