From a481180f3bcb979fecdced3851506bf572327fcf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Feb 2024 17:29:16 +0100 Subject: Kernel: Important commit, see below. - Rename EFIKit to FirmwareKit. - Reworked DriveManager, a mountpoint is a class which contains 4 disks at maximum, they act as virtual ones, their format doesn't matter. - Add KeHCFSRead, and KeHCFSWrite. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/Source/FileReader.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Private/NewBoot/Source/FileReader.cxx') diff --git a/Private/NewBoot/Source/FileReader.cxx b/Private/NewBoot/Source/FileReader.cxx index 6696a1b4..193184c4 100644 --- a/Private/NewBoot/Source/FileReader.cxx +++ b/Private/NewBoot/Source/FileReader.cxx @@ -13,8 +13,7 @@ ------------------------------------------- */ #include -#include -#include +#include /// BUGS: 0 -- cgit v1.2.3