Skip to content

HowTo Install Compile Run

Claus Herrmann edited this page Jun 18, 2015 · 1 revision

The following prerequisites are needed:

After clone of the repo, go to compile directory and do a:

chmod +777 run.sh

chmod +777 3run.sh

chmod +777 create_ext2.sh

after this, you are ready to go:

make

make apps

make install

After compiling and building your Harddisk image file, you can now start: ./run.sh or ./3run.sh

  • run.sh = Opens QEMU Window. All debug output is done there.
  • run3.sh = Only serial output. No debug. Debug can be seen by entering "debug" into the shell.
  • Home Overview of PowerOS
Clone this wiki locally