summaryrefslogtreecommitdiff
path: root/src/kernel/proc.h
AgeCommit message (Expand)Author
2021-07-26rename process_new() to process_seed()dzwdz
2021-07-26exit() now switches to the first running processdzwdz
2021-07-26fork() pt 1: cloning process memorydzwdz
2021-07-24fix some warningsdzwdz
2021-07-24save all registers on syscallsdzwdz
2021-07-20per-process virtual memorydzwdz
2021-07-10separate the source code from object files; more modular Makefiledzwdz