aboutsummaryrefslogtreecommitdiff
path: root/common/mem_nodes.c
AgeCommit message (Collapse)Author
2024-05-24rename common to srcKimplul
+ I keep starting to type src and wondering why autocomplete won't work, I guess src is just uncounciously a better name
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-06-12doxygen shows no warningsKimplul
+ Does not mean documentation is done, but it's a nice little achievement nonetheless.
2022-06-12add license textsKimplul
2022-05-29make pmem.c slightly easier to read.Kimplul
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