[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Run program without kernel. Possible? (part 2)
From: |
Johannes Schindelin |
Subject: |
Re: [Qemu-devel] Run program without kernel. Possible? (part 2) |
Date: |
Tue, 18 Jul 2006 20:27:43 +0200 (CEST) |
Hi,
Yes. To a certain extent: If you run x86 linux, and you want to execute a
program for PPC linux, you can use the usermode emulation (-user).
Unfortunately, this is only possible if you run Linux _and_ the program is
for Linux (on another CPU).
If you want to do this for Darwin, you might be lucky with the usermode
emulation of darwine (which is not yet merged with mainstream QEmu,
unfortunately).
Maybe you want to ask in a more precise fashion what you want to achieve?
Ciao,
Dscho