Difference between revisions of "Setting up QEMU"

From KolibriOS wiki
Jump to navigation Jump to search
m (add qemu run parameters to get supported network hardware)
Line 1: Line 1:
The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator), so we’re going to need these programs/files:
+
The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator).
 +
 
 +
 
 +
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
 +
 
 +
 
 +
'''Step by step tutorial''' follows!
 +
We’re going to need these programs/files:
  
 
* Qemu Manager – download it from [http://www.davereyn.co.uk www.davereyn.co.uk]
 
* Qemu Manager – download it from [http://www.davereyn.co.uk www.davereyn.co.uk]

Revision as of 20:09, 21 May 2013

The purpose of this tutorial is to setup KolibriOS in QEMU (virtual machine emulator).


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


Step by step tutorial follows! We’re going to need these programs/files:

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.

Img00001.gif

Click on the Img00002.gif toolbar button to add a new machine. Then it will ask you to write the new virtual machine name:

Img00003.gif

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

Img00004.gif

Click Next and in this window check “This Virtual Machine Does Not Require A Virtual Drive”

Img00005.gif

In the next window don’t modify anything:

Img00006.gif

Click Next and in the following window click on “Save Virtual Machine” button

Img00007.gif

It will show you the following window:

Img00008.gif

Select the “Disk Configuration” tab and click on the shown button, which is for choosing our KolibriOS floppy image:

Img00010.gif

Then select the appropiate floppy image

Img00011.gif

It will warn you but just click YES to continue:

Img00012.gif

Next select “Boot from floppy disk”

Img00013.gif

Now just click Play, and let it fly!