Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Actually working implementation of context switching. | Trygve Laugstøl | 2016-01-04 | 1 | -2/+11 |
| | | | | It is important to remember to update the stack to the task descriptor on every switch! | ||||
* | o Moving more init code to C. | Trygve Laugstøl | 2015-12-21 | 1 | -8/+13 |
| | |||||
* | o Functional initialization of .data and .bss. | Trygve Laugstøl | 2015-12-18 | 1 | -6/+17 |
| | | | | o Adding a minimal printf library | ||||
* | correct linking, putting the assembly code in .text with proper linking ↵ | Trygve Laugstøl | 2015-12-14 | 1 | -7/+8 |
| | | | | script made ld recognise the functions as thumb instructions. | ||||
* | wip | Trygve Laugstøl | 2015-12-13 | 1 | -0/+36 |