wiki:TBR/UserManual/QemuTutorial

Version 2 (modified by Cocanlucian, on 08/14/09 at 15:58:39) (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 get the latest QEMU sources from here

  1. Install mtools