1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Enabling cursor blinking

This commit is contained in:
Adrien Bourmault 2019-03-08 21:15:10 +01:00
parent a0bf1215b1
commit 8cf063d3bf

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