qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] big mips64-64 initrd does not boot


From: Dennis Luehring
Subject: Re: [Qemu-discuss] big mips64-64 initrd does not boot
Date: Fri, 9 Sep 2016 06:44:50 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Am 08.09.2016 um 20:21 schrieb Peter Maydell:
One thing that does stand out is that the malta memory map
has the full 2G of RAM starting at 0x80000000, but also
has a 256M window (alias) into that RAM starting at 0.
I think that if the kernel is linked such that it loads
at the 0 alias address rather than the 0x80000000 full-ram
address then when QEMU puts the initrd immediately
after the kernel it will run off the end of the alias window.
You could test this theory by putting some printfs in the
load_kernel() function in hw/mips/mips_malta.c to see what
addresses the kernel and initrd are being put at.
If the initrd is being put properly into the high part
of RAM then the problem may be in the kerneli if it
tries to refer to it via the limited-size alias window.

thanks for the info - found a nice pdf describing this mips malta highmem thing






reply via email to

[Prev in Thread] Current Thread [Next in Thread]