Enabling cursor blinking

This commit is contained in:
Adrien Bourmault 2019-03-08 21:15:10 +01:00
parent a0bf1215b1
commit 8cf063d3bf
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ Error:
call write32
pop esi
jmp Die
ERGO : db 219, 219, 219, " Error "
ERGO : db "A", 219, 219, " Error "
CODE : db "00"
db 0x0
; ---------------------------------------------------------------------------- ;
@ -117,7 +117,7 @@ lbegin:
call write32
pop esi
call disable_cursor
;call disable_cursor
lgdt [GDT64.pointer]
jmp GDT64.code:_loader64 ; SWITCH