From eeebc87d49be612183451811a043f080773c5547 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 30 Aug 2025 13:11:52 +0200 Subject: feat: BitMapMgr: move cursor to `ArchKit/ArchKit.h` to be zeroed out by HAL. Signed-off-by: Amlal El Mahrouss --- dev/kernel/ArchKit/ArchKit.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'dev/kernel/ArchKit') diff --git a/dev/kernel/ArchKit/ArchKit.h b/dev/kernel/ArchKit/ArchKit.h index 37793370..8e225bf2 100644 --- a/dev/kernel/ArchKit/ArchKit.h +++ b/dev/kernel/ArchKit/ArchKit.h @@ -93,6 +93,8 @@ inline Kernel::Array kKernCall #ifdef __NE_VIRTUAL_MEMORY_SUPPORT__ -inline Kernel::VoidPtr kKernelVM = nullptr; +inline Kernel::VoidPtr kKernelVM = nullptr; -#endif // __NE_VIRTUAL_MEMORY_SUPPORT__ \ No newline at end of file +#endif // __NE_VIRTUAL_MEMORY_SUPPORT__ + +inline Kernel::SizeT kBitMapCursor = 0UL; -- cgit v1.2.3