Displaying 3 results from an estimated 3 matches for "textattribute".
Did you mean:
testattribute
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...++
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 ; background color
mov ah,09h ; Write characte...
2005 Mar 08
2
[Fwd: Re: etherboot 5.3.14 and pxelinux keyboard problem]
Tim Legge has passed the following message on to me:
hpa wrote:
> Quinn wrote:
> > Now it seems I have found a bug in PXELINUX with regards to etherboot.
> > Up until 2.07 pxelinux was responsive to the keyboard. From 2.08 and
> > up the keyboard is locked at the boot prompt when pxelinux is loaded
> > via etherboot 5.3.14.
>
> That would not be a PXELINUX bug,
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