2008-01-16 Robert Millan <rmh@aybabtu.com>
* include/grub/i386/linuxbios/memory.h (GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro. * kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not receive `table_header' as argument. Instead, probe for it in the known memory ranges where it can be present. (grub_available_iterate): Do not pass a fixed `table_header' address to grub_linuxbios_table_iterate().
This commit is contained in:
parent
58ec9deb2a
commit
1210e168fe
3 changed files with 36 additions and 9 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-01-16 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* include/grub/i386/linuxbios/memory.h
|
||||
(GRUB_MEMORY_MACHINE_LINUXBIOS_TABLE_ADDR): Remove macro.
|
||||
* kern/i386/linuxbios/table.c (grub_linuxbios_table_iterate): Do not
|
||||
receive `table_header' as argument. Instead, probe for it in the
|
||||
known memory ranges where it can be present.
|
||||
(grub_available_iterate): Do not pass a fixed `table_header' address
|
||||
to grub_linuxbios_table_iterate().
|
||||
|
||||
2008-01-15 Robert Millan <rmh@aybabtu.com>
|
||||
|
||||
* configure.ac: Add `i386-ieee1275' to the list of supported targets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue