aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-03-16 10:57:25 +0100
committerFelix Morgner <felix.morgner@ost.ch>2026-03-16 10:57:25 +0100
commita79255a8c0eafa4d6aa1616b4d08f98fde293660 (patch)
tree7a1d8f82dac6f27852c381ff24c9e2079acd39b2 /arch
parentf85d95627cf2bfed4f399fdac167e9877fe8e87c (diff)
downloadteachos-a79255a8c0eafa4d6aa1616b4d08f98fde293660.tar.xz
teachos-a79255a8c0eafa4d6aa1616b4d08f98fde293660.zip
x86_64/memory: add student todo
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/src/memory/region_allocator.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}