From: Amelia Coutard Date: Sun, 5 Mar 2023 22:43:58 +0000 (+0100) Subject: Edited comments a tiny bit X-Git-Url: https://git.ameliathe1st.gay/?a=commitdiff_plain;h=04d997c08547769d15ca7e255cf7a1df668ee03d;p=voyage-au-centre-des-fichiers.git Edited comments a tiny bit --- diff --git a/kernel/src/boot.S b/kernel/src/boot.S index 22d5857..737800b 100644 --- a/kernel/src/boot.S +++ b/kernel/src/boot.S @@ -259,6 +259,7 @@ _start: add $8, %rdi loop 1b + # Setup new page tables: mov $PML4T - KERNEL_VMA, %rax mov %rax, %cr3 @@ -285,7 +286,7 @@ _start: mov %r15, %rdi call kmain # With the two arguments popped earlier. - # Should never reach that point, but, oh well. + # kmain should never terminate, but, oh well. call _fini cli