Revert latest changes
Some checks failed
Builds / ExectOS (i686, release) (push) Failing after 22s
Builds / ExectOS (i686, debug) (push) Failing after 23s
Builds / ExectOS (amd64, release) (push) Successful in 2m9s
Builds / ExectOS (amd64, debug) (push) Successful in 2m11s

This commit is contained in:
Aiken Harris 2025-08-09 14:53:31 +02:00 committed by CodingWorkshop Signing Team
parent 311d5e1f5c
commit 58c2092049
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -43,9 +43,6 @@
/* Kernel HAL heap initial start address */
#define MM_HARDWARE_HEAP_START_ADDRESS ((PVOID)(((ULONG_PTR)MM_HARDWARE_VA_START) + 1024 * 1024))
/* HAL memory pool page count */
#define MM_HARDWARE_POOL_PAGE_COUNT (4194304 / MM_PAGE_SIZE)
/* HAL memory pool virtual address start */
#define MM_HARDWARE_VA_START 0xFFC00000