summaryrefslogtreecommitdiff
path: root/src/kernel/proc.c
AgeCommit message (Expand)Author
2021-07-31kmalloc() and kfree() stubsdzwdz
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-24sysexit() now overrides all registersdzwdz
2021-07-24save all registers on syscallsdzwdz
2021-07-21fix init stack alignmentdzwdz
2021-07-20per-process virtual memorydzwdz
2021-07-18move all kernel sources to src/kernel/dzwdz
2021-07-10a sensible source structuredzwdz
2021-07-10separate the source code from object files; more modular Makefiledzwdz