search for: b450502

Displaying 2 results from an estimated 2 matches for "b450502".

Did you mean: 1450503
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...colors. 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...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a