summaryrefslogtreecommitdiff
path: root/src/kernel/tasks.h
AgeCommit message (Collapse)Author
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
added a stub stdint.h (only sometimes comes with the compiler) added a guide on cross compiling adapted to cross compilation, for now tcc works
2017-07-05some kernel code cleanupAndreas Baumann
renamed 'proc' command to 'task' and make it show number of tasks and context switches
2017-07-04got scheduling of task A and B working (now graphics output and termination ↵Andreas Baumann
is broken)
2017-07-02started to add task schedulingAndreas Baumann