2005-08-06 Yoshinori K. Okuji <okuji@enbug.org>
* conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for readablity. * config.guess: Updated to the latest version from gnulib. * config.sub: Likewise. * install.sh: Likewise. * mkinstalldirs: Likewise. * include/grub/console.h: Removed. This file is arch-specific. Do not put this in include/grub. * include/grub/i386/pc/console.h: Resurrected. * util/console.c: Include grub/machine/console.h instead of grub/console.h. * util/grub-emu.c: Likewise.
This commit is contained in:
parent
267f6cd9ca
commit
8ceafda2a8
10 changed files with 1152 additions and 642 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
2005-08-06 Yoshinori K. Okuji <okuji@enbug.org>
|
||||
|
||||
* conf/i386-pc.rmk (kernel_img_HEADERS): Reordered for
|
||||
readablity.
|
||||
|
||||
* config.guess: Updated to the latest version from gnulib.
|
||||
* config.sub: Likewise.
|
||||
* install.sh: Likewise.
|
||||
* mkinstalldirs: Likewise.
|
||||
|
||||
* include/grub/console.h: Removed. This file is arch-specific. Do
|
||||
not put this in include/grub.
|
||||
|
||||
* include/grub/i386/pc/console.h: Resurrected.
|
||||
|
||||
* util/console.c: Include grub/machine/console.h instead of
|
||||
grub/console.h.
|
||||
* util/grub-emu.c: Likewise.
|
||||
|
||||
2005-08-04 Marco Gerards <metgerards@student.han.nl>
|
||||
|
||||
* kern/term.c (grub_putcode): Use `grub_getwh' instead of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue