aboutsummaryrefslogtreecommitdiff
path: root/include/arch/proc.h
AgeCommit message (Collapse)Author
2022-06-12add license textsKimplul
2022-06-11continue documentationKimplul
2022-06-09continue documentationKimplul
2022-05-28start implementing new proc/rpc handlingKimplul
+ Essentially, separate root process and remote procedure call handling. I really should write down some documentation so I don't forget, but essentially: All threads share a common process virtual memory, and when a thread wants to make an rpc, it switches over to its own rpc vmem space that is linked to the remote process.
2022-05-24make process loading more genericKimplul