diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-05-11 06:43:54 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-05-11 06:43:54 +0000 |
| commit | ca675beb41dba8d7d16c5793b55d1672f38be3b4 (patch) | |
| tree | c995ada42729ac2059a0ed87a4539d1a7e10b14a /Private/NewBoot/NetBoot | |
| parent | 2b4a4792abf51487ab4a16106f9376f43acf381a (diff) | |
| parent | bc57a29a24b98b00ba17710ba84ec2188ab73504 (diff) | |
Merged in MHR-23 (pull request #12)
MHR-23: Merge work.
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 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; -} 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." -} |
