summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/BootKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 15:21:26 +0100
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-02-05 15:21:47 +0100
commitb3666c011a512d7758a8c095872241e8f3964850 (patch)
treefedd546a3179a9ee5cd2c498cf905559eb417b9a /Private/NewBoot/BootKit
parent81144dd05a7c01701c3bf7b04e345dccfef2bf82 (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.hxx2
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.
/***********************************************************************************/