aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-08 14:15:56 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-08 14:15:56 +0200
commit1c52a859d105f6b0f8afb16565b10435fa728882 (patch)
treedbc26b65177098aa7d70b567399ac3f468a00e72 /arch
parent878852c94c4d56f303366cec177b3edef9b3b9c5 (diff)
downloadteachos-1c52a859d105f6b0f8afb16565b10435fa728882.tar.xz
teachos-1c52a859d105f6b0f8afb16565b10435fa728882.zip
kapi: fix mmio initialization
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/kapi/memory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kapi/memory.cpp b/arch/x86_64/kapi/memory.cpp
index 853639c..5f12e5c 100644
--- a/arch/x86_64/kapi/memory.cpp
+++ b/arch/x86_64/kapi/memory.cpp
@@ -245,7 +245,6 @@ namespace kapi::memory
[](auto const & region) { return region.base + region.size_in_B; }));
init_pmm(frame::containing(physical_address{highest_byte}).number() + 1, handoff_to_kernel_pmm);
- init_mmio(mmio_base, 1_GiB / page::size);
kstd::println("[x86_64:MEM] Releasing bootstrap memory allocators.");
region_based_allocator.reset();