aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/core/worker.c
Commit message (Expand)AuthorAgeFilesLines
* Implement process termination and cleaning up (not completely though)Alex Auvolat2015-03-031-0/+1
* Setup critical section management for parts that must not be interrupted.Alex Auvolat2015-03-021-1/+1
* Add kernel worker threads for handling various tasks (eg. interrupts)Alex Auvolat2015-02-191-0/+100