[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Grub2 running address on PowerPC64
From: |
Manoel |
Subject: |
[PATCH] Grub2 running address on PowerPC64 |
Date: |
Tue, 18 Nov 2008 17:02:33 -0200 |
OF uses the address 0x4000 as base-load (as stated in NOTE section added
by grub-mkelfimage) and grub uses 0x10000 as running address, thus
causing segment overlapping which leads to grub2 unable to load its
modules.
This patch moves the running address to 0x200000 to prevent overlapping,
its the same address used by Yaboot and is know to work well.
the makefile must be regenerated using the command:
$ ruby genmk.rb < conf/powerpc-ieee1275.rmk> conf/powerpc-ieee1275.mk
--
Best Regards,
Manoel Abranches <address@hidden>
IBM Linux Technology Center Brazil
running_address.patch
Description: Text Data
- [PATCH] Grub2 running address on PowerPC64,
Manoel <=