aboutsummaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2022-02-05Remove old stuffChristian Cunningham
2022-02-05Fixed undefined handlerChristian Cunningham
2022-02-05Update to new kmemChristian Cunningham
2022-02-04Removed old memChristian Cunningham
2022-02-04Move to new memChristian Cunningham
2022-02-04Implemented new Real-Time friendly Memory Allocation SchemeChristian Cunningham
2022-02-04Move tests to own fileChristian Cunningham
2022-02-04Access Uart through rotating bufferChristian Cunningham
2022-02-01Added SYSCALL numberChristian Cunningham
2022-02-01Thread yield control to any other threadsChristian Cunningham
2022-02-01Fixed cryptic error due to roffsetChristian Cunningham
2022-02-01Preserve CPSRChristian Cunningham
2022-02-01Started syscallingChristian Cunningham
2022-01-31Remove old globalChristian Cunningham
2022-01-31Break exceptions off to own filesChristian Cunningham
2022-01-23Fixed context switch bugChristian Cunningham
2022-01-23Visual view of memory mapChristian Cunningham
2022-01-23Fixed argumentChristian Cunningham
2022-01-23Draw Exception info to screenChristian Cunningham
2022-01-23Fixed missing scheduler referenceChristian Cunningham
2022-01-22Added SVC call for clean stackChristian Cunningham
2022-01-22Fixed some stuffChristian Cunningham
2022-01-22Allow calls to scheduler in middle of executionChristian Cunningham
2022-01-21Got some schedulingChristian Cunningham
2022-01-21Simplified Queue Iteration LogicChristian Cunningham
2022-01-21Added scheduling info outputChristian Cunningham
2022-01-21Added scheduling logicChristian Cunningham
2022-01-21Added scheduling logicChristian Cunningham
2022-01-21Scheduler Rewrite StartChristian Cunningham
2022-01-20Updated commentChristian Cunningham
2022-01-20Moved globals to fileChristian Cunningham
2022-01-20Added System Timer HookChristian Cunningham
2022-01-20Read Paging RegisterChristian Cunningham
2022-01-20Clear Globals on InitChristian Cunningham
2022-01-20Route timer to FIQChristian Cunningham
2022-01-19Testing handlersChristian Cunningham
2022-01-12Started filling out handlersChristian Cunningham
2022-01-11Fixed heap free information bugChristian Cunningham
2022-01-11Memory freeing is optimizedChristian Cunningham
2022-01-11Update stuffChristian Cunningham
2022-01-06Fix memory leakChristian Cunningham
2022-01-06Update Thread Flags on SwitchChristian Cunningham
2022-01-06Rewrote scheduler in AssemblyChristian Cunningham
2022-01-06SchedulingChristian Cunningham
2022-01-06SchedulingChristian Cunningham
2022-01-05Moved includes to its own directoryChristian Cunningham
2022-01-05Cleaned up/ StandardizedChristian Cunningham
2022-01-03Added Stack ASM FunctionsChristian Cunningham
2022-01-03Removed example codeChristian Cunningham
2022-01-03Ensured Aligned MutexesChristian Cunningham