* grub-core/term/i386/vga_common.c (grub_console_setcolorstate):

Mask out the bit 0x80 since it has other meaning that specifiing color.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-30 01:09:28 +02:00
parent 51c23159b1
commit 3dca01d7e3
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2010-08-30 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/i386/vga_common.c (grub_console_setcolorstate):
Mask out the bit 0x80 since it has other meaning that specifiing color.
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
New relocator. Allows for more kernel support and more straightforward