Setting up QEMU: Difference between revisions
m (add qemu run parameters to get supported network hardware) |
No edit summary |
||
Line 1: | Line 1: | ||
The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator). | The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator). | ||
=Using command line= | |||
If you already familiar with QEMU but have no internet access, simply add following options to the qemu start command: | If you already familiar with QEMU but have no internet access, simply add following options to the qemu start command: | ||
<code>-net nic,model=ne2k_pci -net user</code> | |||
It should work fine. So the whole run command looks like this: | It should work fine. So the whole run command looks like this: | ||
<code>qemu -L . -m 128 -fda kolibri.img -boot a -hda c100.img -hdb c100_2.img -localtime -vga vmware -net nic,model=ne2k_pci -net user -soundhw ac97</code> | |||
=Using Qemu Manager= | |||
'''Step by step tutorial''' follows! | '''Step by step tutorial''' follows! |
Revision as of 20:17, 21 May 2013
The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator).
Using command line
If you already familiar with QEMU but have no internet access, simply add following options to the qemu start command:
-net nic,model=ne2k_pci -net user
It should work fine. So the whole run command looks like this:
qemu -L . -m 128 -fda kolibri.img -boot a -hda c100.img -hdb c100_2.img -localtime -vga vmware -net nic,model=ne2k_pci -net user -soundhw ac97
Using Qemu Manager
Step by step tutorial follows! We’re going to need these programs/files:
- Qemu Manager – download it from www.davereyn.co.uk
- KolibriOS floppy disk image – www.kolibrios.org
The first thing we’re going to do is to setup KolibriOS virtual machine on Qemu Manager, so it’s assumed that you have installed it already.
Launch Qemu Manager and you will see the following window.
Click on the toolbar button to add a new machine. Then it will ask you to write the new virtual machine name:
Then click Next and in that window fill the Virtual Machine RAM textbox with a RAM needed, remember that KolibriOS support 8MB of RAM as a minimum, I suggest using 64Mb
Click Next and in this window check “This Virtual Machine Does Not Require A Virtual Drive”
In the next window don’t modify anything:
Click Next and in the following window click on “Save Virtual Machine” button
It will show you the following window:
Select the “Disk Configuration” tab and click on the shown button, which is for choosing our KolibriOS floppy image:
Then select the appropiate floppy image
It will warn you but just click YES to continue:
Next select “Boot from floppy disk”
Now just click Play, and let it fly!