From 26ceef5cccbb40b00a302979ed297243b356feff Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 1 Feb 2024 17:00:17 +0100 Subject: Kernel: Some groundwork done, this is a bumping commit. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/EFILib.cxx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Private/NewBoot/Source/EFILib.cxx (limited to 'Private/NewBoot') 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 -- cgit v1.2.3