search for: write_serial_displaymask

Displaying 1 result from an estimated 1 matches for "write_serial_displaymask".

2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...f-by: Jeffrey Hutzelman <jhutz at cmu.edu> --- core/conio.inc | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/core/conio.inc b/core/conio.inc index b450502..0784e65 100644 --- a/core/conio.inc +++ b/core/conio.inc @@ -100,9 +100,25 @@ msg_normal: call write_serial_displaymask ; Write to serial port jz msg_ignore mov bl,[TextAttribute] mov bh,[BIOS_page] + cmp cl,02h + jnz .text + push ax + mov al,0xdb ; solid block + shr bl,4 ; bac...