aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* o Seemingly working Mutexes.Trygve Laugstøl2016-01-052-36/+181
| | | | o Dropping the privileged/unprivileged split for now.
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-046-107/+354
| | | | It is important to remember to update the stack to the task descriptor on every switch!
* o Moving around a lot of files.Trygve Laugstøl2016-01-0213-0/+1238
|
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-023-0/+227
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.