kern
log src/syscall.c
age | author | description |
---|---|---|
2011-12-09 | John Tsiombikas | started work on the filesystem |
2011-10-15 | John Tsiombikas | - implemented syscalls: exit, waitpid, getppid |
2011-08-17 | John Tsiombikas | removed the unimplemented exit syscall |
2011-08-16 | John Tsiombikas | I think we're done for now. two processes seem to be scheduled and switched just fine, fork seems to work (NO CoW YET!) |
2011-08-15 | John Tsiombikas | finally, runqueues, blocking, waking up, idle loop etc, all seem to work fine |
2011-08-14 | John Tsiombikas | bringing the task switching thing into shape with proper per-process kernel stacks and shit |
2011-08-07 | John Tsiombikas | picking this up again, let's fix it |
2011-08-01 | John Tsiombikas | lalalala |