Try hiding annoying text cursor after the video controller is reset.
This commit is contained in:
parent
974f3534c0
commit
1d9fd1477c
@ -88,6 +88,11 @@ wakeup_start:
|
||||
movb $0, reset_video - wakeup_start
|
||||
lcall $0xc000, $3
|
||||
|
||||
/* When we reach here, int 0x10 should be ready. Hide cursor. */
|
||||
movb $0x01, %ah
|
||||
movb $0x20, %ch
|
||||
int $0x10
|
||||
|
||||
/* Re-start in case the previous BIOS call clobbers them. */
|
||||
jmp wakeup_start
|
||||
1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user