diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-01 17:00:17 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-01 17:00:17 +0100 |
| commit | 26ceef5cccbb40b00a302979ed297243b356feff (patch) | |
| tree | 3b74f3880a22f87f89a82d778267e4af1371fc9d /Private/NewBoot | |
| parent | 69d07f34fce76f89fe11beb7ced130e9aa72078b (diff) | |
Kernel: Some groundwork done, this is a bumping commit.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot')
| -rw-r--r-- | Private/NewBoot/Source/EFILib.cxx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/EFILib.cxx b/Private/NewBoot/Source/EFILib.cxx new file mode 100644 index 00000000..3e30e0d3 --- /dev/null +++ b/Private/NewBoot/Source/EFILib.cxx @@ -0,0 +1,14 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + + File: EFI.cxx + Purpose: EFI Library for NewBoot. + + Revision History: + + 01/02/24: Added file (amlel) + +------------------------------------------- */ + +#include <EFIKit/EFILib.hxx> |
