2009-12-18 Vladimir Serbinenko <phcoder@gmail.com>
Fix console palette on OpenFirmware. * term/ieee1275/ofconsole.c (MAX): Removed. (colors): Redone based on VGA palette. (grub_ofconsole_setcolor): Discard brightness bit since only 8 colors are supported. (grub_ofconsole_init_output): Use ARRAY_SIZE instead of hardcoded size.
This commit is contained in:
commit
5a1ad2b9fd
2 changed files with 26 additions and 15 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2009-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix console palette on OpenFirmware.
|
||||
|
||||
* term/ieee1275/ofconsole.c (MAX): Removed.
|
||||
(colors): Redone based on VGA palette.
|
||||
(grub_ofconsole_setcolor): Discard brightness bit since only 8
|
||||
colors are supported.
|
||||
(grub_ofconsole_init_output): Use ARRAY_SIZE instead of hardcoded size.
|
||||
|
||||
2009-12-18 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix potential EfiEmu double prepare.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue