diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-24 06:57:42 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-24 06:58:12 +0200 |
| commit | 4b4fe020a328e991ffd15ae475ad7a5d38f097a5 (patch) | |
| tree | 990a0f03c13bb0878c00e8ec1d6f9c259ecb64a0 /dev/zba | |
| parent | 107b2b9cad2b2502c3eebc0a77013edde2551257 (diff) | |
IMP: Working on Paging API...
FIX: Fixed the path of filesystem's ESP.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/zba')
| -rw-r--r-- | dev/zba/src/HEL/AMD64/BootMain.cxx | 4 | ||||
| -rw-r--r-- | dev/zba/src/Root/zka/startup.wav (renamed from dev/zba/src/Root/ZKA/startup.wav) | bin | 1045048 -> 1045048 bytes | |||
| -rw-r--r-- | dev/zba/src/Root/zka/urbanist.ttf (renamed from dev/zba/src/Root/ZKA/urbanist.ttf) | bin | 42752 -> 42752 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/dev/zba/src/HEL/AMD64/BootMain.cxx b/dev/zba/src/HEL/AMD64/BootMain.cxx index 5557f8dd..11edebdd 100644 --- a/dev/zba/src/HEL/AMD64/BootMain.cxx +++ b/dev/zba/src/HEL/AMD64/BootMain.cxx @@ -204,8 +204,8 @@ EFI_EXTERN_C EFI_API Int Main(EfiHandlePtr ImageHandle, // Update handover file specific table and phyiscal start field. //-----------------------------------------------------------// - handover_hdr->f_BitMapStart = nullptr; /* # of pages */ - handover_hdr->f_BitMapSize = kHandoverBitMapSz; /* # of pages */ + handover_hdr->f_BitMapStart = nullptr; /* Start of bitmap. */ + handover_hdr->f_BitMapSize = kHandoverBitMapSz; /* Size of bitmap. */ while (BS->AllocatePool(EfiLoaderData, handover_hdr->f_BitMapSize, &handover_hdr->f_BitMapStart) != kEfiOk) { diff --git a/dev/zba/src/Root/ZKA/startup.wav b/dev/zba/src/Root/zka/startup.wav Binary files differindex 524921f5..524921f5 100644 --- a/dev/zba/src/Root/ZKA/startup.wav +++ b/dev/zba/src/Root/zka/startup.wav diff --git a/dev/zba/src/Root/ZKA/urbanist.ttf b/dev/zba/src/Root/zka/urbanist.ttf Binary files differindex e9a6dbb0..e9a6dbb0 100644 --- a/dev/zba/src/Root/ZKA/urbanist.ttf +++ b/dev/zba/src/Root/zka/urbanist.ttf |
