aboutsummaryrefslogtreecommitdiff
path: root/common/mem_nodes.c
AgeCommit message (Collapse)Author
2022-05-22add @file info to all filesKimplul
+ Next step, start documenting contents of each file.
2022-04-16create more general node structureKimplul
+ Allow for easier handling of other subsystems that want to use nodes, mainly tcb and possibly dev_mem
2022-04-10add clang format and run itKimplul
2022-01-13O(1) memory region node allocationKimplul
2022-01-07Renamed region functions to not use sp_*Kimplul
2021-12-19Massive changes to jump to userspaceKimplul
2021-12-19[WIP] virtual memory managementKimplul