Epos Introduction

The EPOS Project (Embedded Parallel Operating System) aims at automating the development of dedicated computing systems, so that developers can concentrate on what really matters: their applications.

Before start
Dowloading EPOS
$ export EPOS=/path_to_epos/epos--so2-1
$ export PATH=$PATH:$EPOS/bin

Downloading Compiler g++
makedefs makedefs

Configuring EPOS
makedefs

Creating an EPOS application
Hello World

Building EPOS
$ make

make
Possible problems


Running EPOS application (QEMU - machine emulator)
$ qemu -fda img/epos.img -nographic -no-kvm -no-reboot -no-shutdown

QEMU
To close QEMU, type in another terminal:
$ killall qemu

go back