wiki:TBR/UserManual/QemuTutorial

Version 5 (modified by Cocanlucian, on 08/14/09 at 16:05:07) (diff)

QemuTutorial

In order to be able to run RTEMS you need an execution environment. The easieast way is to use QEMU and mtools to emulate a PC. This is a tutorial showing how I got RTEMS running on QEMU.

  1. Clearly, QEMU needs to be installed on your computer.

sudo yum install qemu - for Fedora users sudo apt-get install qemu - for Ubuntu users

You can always install QEMU from the latest sources.

  1. Also, you will need mtools, which is a collection of utilities to access MS-DOS disks from Unix without mounting them.

sudo yum install mtools - for Fedora users sudo apt-get install mtools- for Ubuntu users

You can always install mtools from the latest sources.