This projects aims to create a threadling library in the user space. It is an experimental project and should not be used in a production environement.
At this state, the library contains 2 scheduling policy :
- FIFO
- Priority order
In order to compile the project, please use this command at the root folder :
make
Tests : You can by the way start tests (press enter to go to the next test) :
make slow_v_check