Hi
I decided to post on a wider audience. So far the uml vmlinux gets block on
bootup at
page_ok(top) -> n = *address;
when calculating the top of the address space.
So my only guess so far is that the RHEL 5.0 has the option:
CONFIG_DEBUG_HIGHMEM
enable and the Ubuntu does not.
If I change the top starting address from:
unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT
to
unsigned long top = 0xf0000000 >> UM_KERN_PAGE_SHIFT
it works.
Does anybody know why it would be?
Thanks
David Rodriguez
On Wed, Feb 11, 2009 at 7:28 PM, David Francisco Rodriguez Perez <
david.francisco.rodrig...@gmail.com> wrote:
> Hi All
>
>
> I downloaded linux 2.6.29-rc2 and I did applied a recent patch from Heiko
> Carstens (link below) to fix a link problem.
>
> http://marc.info/?l=linux-kernel&m=123400805007855&w=2
>
> If I run in ubuntu 8.04 (libc 2.7) it runs okay. But If I run in RHEL 5.0
> (libc2.5) it gets bock in:
> $ ./vmlinux mem=128M
> Locating the bottom of the address space ... 0x0
> Locating the top of the address space ...
>
> So it looks like a problem seen before like
>
> http://kerneltrap.org/mailarchive/linux-kernel/2008/8/5/2828244
>
> But that patch is already in. So does anybody know why would it be
> happening?
>
> Thanks
>
> David Rodriguez
>
> PS. So far it stops at:
>
> (gdb) n
> 31 n = *address;
> (gdb) n
>
>
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user