Quick Guide to the Process Manager Source#


We're schizophrenic about how we used the words "Process Manager". We use those words to mean "that part of the operating system which does the virtual memory mangement and process creation". But we also use the term "process manager" in the more limited sense to mean:


Where is the source?#




What are the good bits?#



Functional AreaRelated Files
kernel implementation of threads and processesservices/system/procmgr/*.*
resource manager API to the process managerservices/system/proc/*.*


Overview#



For a more detailed look at the design of the process manager, refer to fixme: we need a process manager architecture document