u04-release
Implements threads that can be scheduled with a round robin algorithm.
An example program lets the user press characters starting threads that print that character a couple times.
The system timer is used to initiate context switches between the threads.
What's Changed
- refactor(main): let user choose example program by @akriese in #11
- implement threads and context switches with system timer by @akriese in #12
Full Changelog: u03...u04