Tagged Questions

7
votes
1answer
686 views

What's a good source to learn about QEMU?

What book or website would you recommend to learn about QEMU? I'd like to see some usage examples as well as how to use the APIs.
3
votes
0answers
61 views

Emulating a NAND based storage device in Qemu?

I want to test out a first stage bootloader I wrote in order to bootload an unfinished kernel, so I can debug it and see if it works or not. Is it possible to make Qemu emulate a NAND storage device, ...
3
votes
2answers
3k views

How to emulate an ARM architecture under OSX 10.6 (“Snow Leopard”)?

I wish to emulate an ARM architecture (I wish to compile software for my DNS-323 NAS drive, to be more precise) and I'm having a hard time. First I tried installing Q, which is an OSX port of QEMU. ...
1
vote
4answers
2k views

QEMU Crashes When Loading Kernel

I've created a C kernel, and I'm loading the kernel in the QEMU emulator. But when I load the kernel, it seems to crash QEMU and it complains that it can't access the kvm folder. Does it mean that kvm ...
0
votes
3answers
351 views

Android emulator never loads in Ubuntu 11

I've posted a similar question with a similar problem but on windows XP. So i installed ubuntu 11 and this> sun-jdk 6, sun-jre 6, eclipse galileo, adt plugin and the android sdk. Not even the 1.5 ...
0
votes
2answers
2k views

How to install Apple iOS on qemu

Qemu supports ARM (and many other platforms). So, what do I need (besides installation media) to install Apple iOS on qemu? Are there ways to create iOS image suitable for Qemu? Update: Apple A4 = ...