diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-12 04:28:12 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-07-12 04:28:12 +0200 |
| commit | c0d80471813628dbedd68f45f14b3b7b85d12f8b (patch) | |
| tree | a5b99c3253c0f49ca4e97b30e7f9e3d79235dce9 /Boot/BootKit/BootKit.hxx | |
| parent | a268a7d3551523fb82b1495808f3ea2516b6fdaa (diff) | |
[IMP]
- Guessing the file size on BFileReader's UEFI implementation.
- Use kib_cast(4) instead of 4096 directly.
- Better resolution, and probing it now.
- Better ProgramLoader class.
- Better description for Filesystem manager.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit/BootKit.hxx')
| -rw-r--r-- | Boot/BootKit/BootKit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Boot/BootKit/BootKit.hxx b/Boot/BootKit/BootKit.hxx index be2ecc50..af727da1 100644 --- a/Boot/BootKit/BootKit.hxx +++ b/Boot/BootKit/BootKit.hxx @@ -100,7 +100,7 @@ public: ~BFileReader(); public: - Void ReadAll(SizeT until, SizeT chunk = 4096); + Void ReadAll(SizeT until, SizeT chunk = kib_cast(4)); enum { |
