qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] vl on PPC ?


From: Mark Guertin
Subject: Re: [Qemu-devel] vl on PPC ?
Date: Sun, 31 Aug 2003 13:23:55 -0400
User-agent: Microsoft-Entourage/9.0.1.3108

On 8/27/03 3:05 AM, "Benjamin Herrenschmidt" <address@hidden>
wrote:

>> I don't have the exact error at hand, but it IIRC it was something to do
>> with memory locations.
>> 
>> I do have qemu running beautifully under gcc 3.x on ppc and it has taken
>> pretty much everything I've thrown at it in a full x86 glibc-2.3.1 + gcc
>> 3.2.1 environment, but would love this 'virtual machine' setup to work.
> 
> Just a random guess:
> 
> In the host PPC kernel, try editing include/asm/processor.hi
> 
> -#define TASK_SIZE       (0x80000000UL)
> +#define TASK_SIZE       (0xc0000000UL)
> 
> And let me know if that helps
> 
> 
> Ben.

Hey Ben

That was exactly it, works beautifully now.  In fact booted into the
provided 2.5 kernel and playing with some stuff right now.

Is this generally safe to use (has the stuff Cort mentions in the comment
been taken care of)?

Mark





reply via email to

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