diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:50:15 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:50:15 +0100 |
| commit | e1d27e30997b45acf9dade9c03278b02f1021e98 (patch) | |
| tree | d0d291a43e8dcd0f664f552ad017555447a3d7d8 /Private/NewBoot/BootKit | |
| parent | b3666c011a512d7758a8c095872241e8f3964850 (diff) | |
Bootloader: can load files now!
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index c768ca9c..09ce712a 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -61,10 +61,10 @@ HCore::SizeT BSetMem(CharacterType *src, const CharacterType byte, */ class BFileReader final { public: - explicit BFileReader(const CharacterType *path); + explicit BFileReader(const CharacterType *path, EfiHandlePtr ImageHandle); ~BFileReader(); - Void ReadAll(EfiHandlePtr ImageHandle); + Void ReadAll(); enum { kOperationOkay, |
