summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/ArchKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-30 13:11:52 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-30 13:11:52 +0200
commiteeebc87d49be612183451811a043f080773c5547 (patch)
tree61becd95e68776361812747186371c30f688cd8e /dev/kernel/ArchKit
parent1df679b3bf43ca7c7730b42eee30f656045da726 (diff)
feat: BitMapMgr: move cursor to `ArchKit/ArchKit.h` to be zeroed out by
HAL. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/ArchKit')
-rw-r--r--dev/kernel/ArchKit/ArchKit.h6
1 files changed, 4 insertions, 2 deletions
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<HAL_KERNEL_DISPATCH_ENTRY, kMaxDispatchCallCount> 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;