thewwwdotcom-blog/content/english/post/adventures-with-qemu.md
Jason Evans db67aec7bb first
2024-09-21 16:32:21 +02:00

16 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "Adventures with Qemu"
date: "2006-08-14"
tags:
- "linux"
---
I first saw [Qemu](http://fabrice.bellard.free.fr/qemu/) again on the [Elivecd](http://www.elivecd.org) development live cd, and I was certainly intregued.  I've been looking for an open source alternative to VMWare, and I think I've found a good one.  The version found in the Ubuntu repository left a lot to be desired.  After a bit of Googling, I found a walkthrough for compiling it from source [here](http://www.hants.lug.org.uk/cgi-bin/wiki.pl?LinuxHints/QemuCompilation).  Surprisingly, the directions worked well with only a couple minor changes.
I am now able to install and run Windows 2000 and DSL Linux from inside Ubuntu.  The speed leaves a lot to be desired, but it is functional, and all of the software that I've tried has worked.  Compiling from source also gives you an accelerator kernel module that is closed-source and so can not be found in any repositories that I have searched.
I also suggest [Qemu Launcher](http://emeitner.f2o.org/qemu_launcher).  This gives Qemu a VMWare feel and makes using Qemu a breeze.
Technorati Tags: [qemu](http://technorati.com/tag/qemu), [emulator](http://technorati.com/tag/emulator), [ubuntu](http://technorati.com/tag/ubuntu)