summaryrefslogtreecommitdiff
path: root/src/boot.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot.asm')
-rw-r--r--src/boot.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/boot.asm b/src/boot.asm
index 377ec66..3257a56 100644
--- a/src/boot.asm
+++ b/src/boot.asm
@@ -118,6 +118,9 @@ BEGIN_PROTECTED_MODE:
; call our kernel
call c_entry
+; restore cursor variables from VGA hardware
+ call read_hardware_vga_cursor
+
; "kernel halted" message, when we terminate the C kernel
HALT_OS:
mov si, MESSAGE_HALTED