diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-08 14:15:56 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-08 14:15:56 +0200 |
| commit | 1c52a859d105f6b0f8afb16565b10435fa728882 (patch) | |
| tree | dbc26b65177098aa7d70b567399ac3f468a00e72 /arch/x86_64/kapi | |
| parent | 878852c94c4d56f303366cec177b3edef9b3b9c5 (diff) | |
| download | teachos-1c52a859d105f6b0f8afb16565b10435fa728882.tar.xz teachos-1c52a859d105f6b0f8afb16565b10435fa728882.zip | |
kapi: fix mmio initialization
Diffstat (limited to 'arch/x86_64/kapi')
| -rw-r--r-- | arch/x86_64/kapi/memory.cpp | 1 |
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(); |
