2008-11-12 Robert Millan <rmh@aybabtu.com>
Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text split). * include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'. (grub_console_cur_color, grub_console_real_putchar) (grub_console_putchar, grub_console_getcharwidth, grub_console_getwh) (grub_console_setcolorstate, grub_console_setcolor) (grub_console_getcolor): Move from here ... * include/grub/i386/vga_common.h: ... to here (new file). * term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with `<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with `<grub/i386/io.h>'. * term/i386/vga_common.c: Replace `<grub/machine/console.h>' with `<grub/i386/vga_common.h>'.
This commit is contained in:
parent
76679cd3a4
commit
976b07d044
6 changed files with 63 additions and 13 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
|||
2008-11-12 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
Fix build problems on i386-ieee1275 and *-efi (introduced by vga_text
|
||||
split).
|
||||
|
||||
* include/grub/i386/pc/console.h: Include `<grub/i386/vga_common.h>'.
|
||||
(grub_console_cur_color, grub_console_real_putchar)
|
||||
(grub_console_putchar, grub_console_getcharwidth, grub_console_getwh)
|
||||
(grub_console_setcolorstate, grub_console_setcolor)
|
||||
(grub_console_getcolor): Move from here ...
|
||||
* include/grub/i386/vga_common.h: ... to here (new file).
|
||||
|
||||
* term/i386/pc/vga_text.c: Replace `<grub/machine/console.h>' with
|
||||
`<grub/i386/vga_common.h>' and `<grub/cpu/io.h>' with
|
||||
`<grub/i386/io.h>'.
|
||||
* term/i386/vga_common.c: Replace `<grub/machine/console.h>' with
|
||||
`<grub/i386/vga_common.h>'.
|
||||
|
||||
2008-11-12 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* conf/i386-pc.rmk (kernel_img_SOURCES): Add `term/i386/vga_common.c'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue