Enabling cursor blinking
This commit is contained in:
parent
a0bf1215b1
commit
8cf063d3bf
|
@ -69,7 +69,7 @@ Error:
|
||||||
call write32
|
call write32
|
||||||
pop esi
|
pop esi
|
||||||
jmp Die
|
jmp Die
|
||||||
ERGO : db 219, 219, 219, " Error "
|
ERGO : db "A", 219, 219, " Error "
|
||||||
CODE : db "00"
|
CODE : db "00"
|
||||||
db 0x0
|
db 0x0
|
||||||
; ---------------------------------------------------------------------------- ;
|
; ---------------------------------------------------------------------------- ;
|
||||||
|
@ -117,7 +117,7 @@ lbegin:
|
||||||
call write32
|
call write32
|
||||||
pop esi
|
pop esi
|
||||||
|
|
||||||
call disable_cursor
|
;call disable_cursor
|
||||||
|
|
||||||
lgdt [GDT64.pointer]
|
lgdt [GDT64.pointer]
|
||||||
jmp GDT64.code:_loader64 ; SWITCH
|
jmp GDT64.code:_loader64 ; SWITCH
|
||||||
|
|
Loading…
Reference in New Issue