]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commitdiff
Made printing clearer
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 8 Oct 2022 14:10:58 +0000 (16:10 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Sat, 8 Oct 2022 14:10:58 +0000 (16:10 +0200)
src/kernel.cpp

index 90a0704562096f4575483188be44fd0371e34a3c..1b513076d4cbb2037f190b98678d6d191c9daf68 100644 (file)
@@ -140,6 +140,7 @@ extern "C" void kmain(unsigned long magic, os::phys_ptr<const multiboot2::info_s
 
        os::phys_ptr<os::paging::PML4T> PML4T = nullptr;
        asm ("movq $PML4T - 0xFFFFFFFF80000000,%0" : "=ri"(PML4T) : );
+       os::print("Mapping:\n");
        os::paging::print_mapping(PML4T);
 
        while (true) {