aboutsummaryrefslogtreecommitdiff
path: root/apps/os2
Commit message (Collapse)AuthorAgeFilesLines
* o Using upstream's tinyprintf which requires 64-bit math operations, so add ↵HEADmasterTrygve Laugstøl2017-01-251-1/+1
| | | | gcc as a required library.
* 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-042-104/+245
| | | | 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-023-0/+420