aboutsummaryrefslogtreecommitdiff
path: root/linker
Commit message (Collapse)AuthorAge
* Fixed another bug with the linker script.Josh Rahm2020-11-28
| | | | | Before this commit, the heap overlapped with the BSS, which predicatbly broke everything once trying to use the heap.
* Changes to painic. It now prints the stack at the time of failure (if ↵Josh Rahm2020-11-24
| | | | logging is initialized).
* Fix kalloc. Now the HEAP START and HEAP END globals are defined by the ↵Josh Rahm2020-11-24
| | | | linker script.
* Moved action to top level.Josh Rahm2020-11-24
Removed old iterations of the project and moved the files from 02-usart to the root directory since that's the sole place where the action is and that subproject has outgrown its initial title.