All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] system emulation of non-x86 targets
@ 2004-01-31 13:41 Fabrice Bellard
  2004-01-31 16:46 ` [Qemu-devel] Emulateurs J. Mayer
  2004-02-01 10:01 ` [Qemu-devel] system emulation of non-x86 targets Robin H. Johnson
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrice Bellard @ 2004-01-31 13:41 UTC (permalink / raw)
  To: qemu-devel

> As per subject, I'm interested in being able to boot and run an ARM 
> kernel and a full linux enviroment inside QEMU, primarily to aid in 
> (re-)porting Gentoo Linux to ARM. What would be required to
> modify/add to QEMU to support this?
> 
> I have a rackmount netwinder, but it's external power supply has
> failed :-( and Netwinder Inc.  don't seem to respond to any of the
> voicemails I leave at their support phone #.

Two things need to be added:

1) ARM kernel level emulation. It includes MMU emulation and exceptions. 
If you know exactly what kind of ARM you want to emulate (StrongARM ?), 
it is not difficult to add, provided you have the ARM MMU documentation.

2) Device drivers: some ARM specific device drivers need to be added. 
The first task would be to find a working Linux ARM target which is 
close to a PC, so that you can reuse most of the QEMU devices (in 
particular IDE, serial, floppy and VGA). You need to add at least an IRQ 
controller and a timer.

Personnally I think it would be cool to have the fastest ARM system on 
Earth on your PC :-) If someone can work at the device drivers, I can 
improve the ARM emulation core to simulate MMU and kernel mode.

Fabrice.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-01 10:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-31 13:41 [Qemu-devel] system emulation of non-x86 targets Fabrice Bellard
2004-01-31 16:46 ` [Qemu-devel] Emulateurs J. Mayer
2004-01-31 17:11   ` J. Mayer
2004-01-31 18:17   ` Laurent Desnogues
2004-02-01 10:01 ` [Qemu-devel] system emulation of non-x86 targets Robin H. Johnson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.