From a79255a8c0eafa4d6aa1616b4d08f98fde293660 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 16 Mar 2026 10:57:25 +0100 Subject: x86_64/memory: add student todo --- arch/x86_64/src/memory/region_allocator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86_64/src/memory/region_allocator.cpp b/arch/x86_64/src/memory/region_allocator.cpp index 36902ad..facb1f2 100644 --- a/arch/x86_64/src/memory/region_allocator.cpp +++ b/arch/x86_64/src/memory/region_allocator.cpp @@ -35,6 +35,7 @@ namespace arch::memory , m_kernel_end{kapi::memory::frame::containing(mem_info.image_range.second)} , m_multiboot_start{kapi::memory::frame::containing(mem_info.mbi_range.first)} , m_multiboot_end{kapi::memory::frame::containing(mem_info.mbi_range.second)} + // TODO BA-FS26: Protect MB2 boot modules { choose_next_region(); } -- cgit v1.2.3