search for: 0784e65

Displaying 1 result from an estimated 1 matches for "0784e65".

Did you mean: 0.8465
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...This depends on the existence of an all-pixels-set character at font position 0xDB. Signed-off-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 +...