summaryrefslogtreecommitdiff
path: root/kern/kernel.c
AgeCommit message (Collapse)Author
2012-11-09Implement preliminary thread contextRichard Braun
Three new modules are added : - kern/task: Tasks are thread groups and resource containers for their threads. - kern/thread: The well known scheduling unit. - x86/tcb: The architecture specific thread control block. The kernel currently loads a single thread context on the main processor.
2012-09-30Initial commitRichard Braun