To build and run your first system with POK, you must have the Ocarina code
generator3.1 and all the
software required by POK (a list is available in the chapter
2).
Then, perform the following actions :
- Issue make configure at the top directory of POK. Is something
is missing, install it !
- Enter the directory examples/partitions-threads by typing
this command in a terminal:
cd examples/partitions-threads
- Invoke make. It will generate configuration and application
code with Ocarina.
- Invoke make run in the generated-code directory. You
can do that with the following commands
make -C generated-code run
Using this command, qemu is launched and your system is being
executed.
Now, the next sections will explain how to configure the kernel and the
partition layer for your own projects.
Copyright 2009 POK Team