ptos: ke: Add kernel C groundwork

Signed-off-by: Chloe M. <chloe@yiffware.org>
This commit is contained in:
2026-07-10 01:38:43 +00:00
parent 9091d40c3d
commit 81ee834a99
4 changed files with 56 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ MdBspEntry:
lea g_GDTR(%rip), %rdi
call MdGdtLoad
call KiKernelInit /* Kick off system init */
1: hlt
jmp 1b