mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Set up initial task switching (ring0 only)
This commit is contained in:
@@ -28,8 +28,7 @@ _start:
|
||||
extern kernel_main
|
||||
call kernel_main
|
||||
|
||||
cli
|
||||
|
||||
; Kernel init is over, wait for interrupts
|
||||
.hang:
|
||||
hlt
|
||||
jmp .hang
|
||||
|
||||
Reference in New Issue
Block a user