Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Using upstream's tinyprintf which requires 64-bit math operations, so add ↵HEADmaster | Trygve Laugstøl | 2017-01-25 | 1 | -1/+1 |
| | | | | gcc as a required library. | ||||
* | o Seemingly working Mutexes. | Trygve Laugstøl | 2016-01-05 | 2 | -36/+181 |
| | | | | o Dropping the privileged/unprivileged split for now. | ||||
* | o Actually working implementation of context switching. | Trygve Laugstøl | 2016-01-04 | 2 | -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øl | 2016-01-02 | 3 | -0/+420 |