summaryrefslogtreecommitdiff
path: root/src/init/main.c
AgeCommit message (Expand)Author
2021-08-25reorganise init/main.c, add some "tests"dzwdz
2021-08-25remove FD_STDOUTdzwdz
2021-08-25implement open() for FD_SPECIAL_TTY (`/tty`)dzwdz
2021-08-25implement vfs_mount_seed, which creates the vfs passed to initdzwdz
2021-08-25change the signature of _syscall_fd_mountdzwdz
2021-08-24switch to using user_ptr for pointers coming from userlanddzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-08-24move syscalls.h to shared/syscalls.hdzwdz
2021-08-24implement FD_SPECIAL_TTY, an stdout equaliventdzwdz
2021-08-22basic mount resolvingdzwdz
2021-08-22fs_open() stubdzwdz
2021-08-22fix almost all compiler warningsdzwdz
2021-08-22await() 2: pass the exit messagedzwdz
2021-08-18await() 1: wait for child to die, without message passingdzwdz
2021-08-18fork() now has a return value; you can tell the child and parent apartdzwdz
2021-08-18store the processes as a tree instead of a listdzwdz
2021-08-14init: add multipageify(), so i can test virt_iter in an simpler waydzwdz
2021-08-11read _syscall_debuglog arguments across page boundariesdzwdz
2021-07-31change the syscall naming convention; same one in kernel and userlanddzwdz
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-23add a barebones exit() syscalldzwdz
2021-07-22don't map the VGA console buffer in user processesdzwdz
2021-07-22implement the debuglog() syscalldzwdz
2021-07-21syscall parameter & return value passingdzwdz
2021-07-21barebones syscalldzwdz
2021-07-20per-process virtual memorydzwdz
2021-07-18basic executable loadingdzwdz