2008-01-23 Robert Millan <rmh@aybabtu.com>
* include/grub/i386/ieee1275/loader.h: Include `<grub/types.h>', `<grub/symbol.h>' and `<grub/multiboot.h>'. (grub_multiboot2_real_boot): New function prototype. * include/grub/i386/pc/memory.h: Include `<grub/machine/machine.h>'. [!GRUB_MACHINE_IEEE1275] (grub_lower_mem, grub_upper_mem): Disable. * kern/i386/ieee1275/init.c (grub_os_area_addr) (grub_os_area_size, grub_lower_mem, grub_upper_mem): Remove variables.
This commit is contained in:
parent
305338fdf5
commit
15c80c098c
4 changed files with 45 additions and 5 deletions
|
@ -19,10 +19,6 @@
|
|||
|
||||
#include <grub/types.h>
|
||||
|
||||
grub_addr_t grub_os_area_addr;
|
||||
grub_size_t grub_os_area_size;
|
||||
grub_size_t grub_lower_mem, grub_upper_mem;
|
||||
|
||||
void
|
||||
grub_stop_floppy (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue