Hi all,
I created the elf file of the kernel using "make vmlinux", when i checked
the created system.map i found the the kernel image starting from
0xc0000000. Can any tell where this address is defined or configured? and
how can this be changed to 0x0000000 is it possible?
with regards
Thamarai Selvan.G
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
Thamarai Selvan Thamarai.Selvan-at-lntinfotech.com |PPC Linux Embedded|
wrote:
Hi all,
I created the elf file of the kernel using "make vmlinux", when i checked
the created system.map i found the the kernel image starting from
0xc0000000. Can any tell where this address is defined or configured? and
how can this be changed to 0x0000000 is it possible?
The linux cernel is linked to 0xc0000000, and the entry is really
up there. In fact, the kernel is loaded starting at 0x0, and there
is code at the beginning that turns on address translation so that
it appears at the right place.
In other words, there is nothing for you to change.
--
Steve Williams "The woods are lovely, dark and deep.
steve at XXXXXXXXXX But I have promises to keep,
http://www.XXXXXXXXXX and lines to code before I sleep,
http://www.picturel.com And lines to code before I sleep."
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/