diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-08 12:32:41 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-08 12:32:41 +0200 |
| commit | 09dd11ddf800898c00ecb04a65fb5cd10fb481fa (patch) | |
| tree | eda0b4e23d6a71da7de3a78f0bb76ec3201dd2f9 /Private/NewBoot/NetBoot | |
| parent | ca83108fd138cc0398f900e6a6c0a53ad51aee31 (diff) | |
MHR-23: :boom: changes, reworked project tree.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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." -} |
