7 Nov 2005 07:32
QEMU
Solar Designer <solar <at> openwall.com>
2005-11-07 06:32:40 GMT
2005-11-07 06:32:40 GMT
Hi, I'd like to share the (trivial) recipe for running QEMU on Owl. I'll start with some information on what QEMU is: http://fabrice.bellard.free.fr/qemu/ "QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation. QEMU has two operating modes: * Full system emulation. In this mode, QEMU emulates a full system (for example a PC), including a processor and various peripherials. It can be used to launch different Operating Systems without rebooting the PC or to debug system code. ..." To get QEMU to work on Owl, it is sufficient to install the unofficial packages (Fedora rebuilds) available under /pub/Owl/current/unofficial on our FTP mirrors, then additionally install libSDL (the binary package from Fedora Core 3 worked fine for me; to build it from source, one would have to install a few more tools, including nasm). Then QEMU 0.7.2 just works. To boot the Owl live CD image, use: qemu -cdrom Owl-current-20050913-i386.iso -boot d The system boots and works fine (in a window in X, or can be switched to full-screen with Ctrl-Alt-F), including networking (using the emulated(Continue reading)
RSS Feed