diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:21:26 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-05 15:21:47 +0100 |
| commit | b3666c011a512d7758a8c095872241e8f3964850 (patch) | |
| tree | fedd546a3179a9ee5cd2c498cf905559eb417b9a /Private/NewBoot/BootKit | |
| parent | 81144dd05a7c01701c3bf7b04e345dccfef2bf82 (diff) | |
HCR-11: See below;
Bootloader:
- Fix BFileReader on UEFI.
Kernel:
- Improve The scheduler and SMP manager.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 9a34f568..c768ca9c 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -93,6 +93,8 @@ class BFileReader final { UInt32 mSizeFile{0}; }; +#define kMaxReadSize (320) + /***********************************************************************************/ /// Include other APIs. /***********************************************************************************/ |
