aboutsummaryrefslogtreecommitdiff
path: root/common/mem_regions.c
AgeCommit message (Collapse)Author
2022-04-24start initial irq handlingKimplul
+ Still lots todo, and I'm not entirely sure how I should handle program space switches (mainly since the kernel uses the process' stack, maybe it shouldn't?)
2022-04-23change alignment functions to be type genericKimplul
2022-04-21start working on timer subsysKimplul
2022-04-10add clang format and run itKimplul
2022-01-07Prefix static functions with __Kimplul
+ Probably completely unnecessary stylistic thing, but I'll roll with it
2022-01-07Renamed region functions to not use sp_*Kimplul
2022-01-07Steps towards better status/debugging controlKimplul
2022-01-07Improved header dependency treeKimplul