Set up initial task switching (ring0 only)

This commit is contained in:
Justin C. Miller
2018-05-18 23:55:15 -07:00
parent 0ddcf668cb
commit bfaab294e6
12 changed files with 239 additions and 45 deletions

View File

@@ -28,8 +28,7 @@ _start:
extern kernel_main
call kernel_main
cli
; Kernel init is over, wait for interrupts
.hang:
hlt
jmp .hang