diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-22 11:18:10 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-22 11:20:06 +0100 |
| commit | da9920a33d12a2ebd04f4572a6d134dfb6e6cab6 (patch) | |
| tree | c61a3f26f529b3bd97030614e253b6bb05c216ce /Private/NewBoot/BootKit | |
| parent | 223aad0fd3f8af6f69eb6429e5514bc888afe0d9 (diff) | |
Kernel: Got HCoreLite up and running.
- Working on standard edition of HCoreLdr (Kernel and Bootloader
separated)
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, 4 insertions, 0 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index dcb8daf4..093b20dc 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -14,6 +14,10 @@ #pragma once +class BTextWriter; +class BFileReader; +class BFileRunner; + #include <BootKit/Arch/ATA.hxx> #include <EFIKit/EFI.hxx> #include <NewKit/Defines.hpp> |
