qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Run Qemu ARM system without MMU (MMUless)


From: Tieu Ma Dau
Subject: Re: [Qemu-devel] Run Qemu ARM system without MMU (MMUless)
Date: Fri, 25 Aug 2006 08:08:41 -0700 (PDT)

Thorsten Zitterell <address@hidden> wrote:
according to target-arm/helper.c the MMU is enabled/disabled with
coprocessor 15.

if ((env->cp15.c1_sys & 1) == 0) {
/* MMU diusabled. */
*phys_ptr = address;
*prot = PAGE_READ | PAGE_WRITE;
} else {
/* Pagetable walk. */
}

It is disabled when QEMU starts...
Hi,
Thanks for your response but I'm a newbie in ARM Linux and ARM CPU. Could you explain more clearly how can I disable this.
Thanks a lot
Tieu


Get your email and more, right on the new Yahoo.com
reply via email to

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