kern
log src/timer.c
age | author | description |
---|---|---|
Sat, 15 Oct 2011 07:45:56 +0300 | John Tsiombikas | - implemented syscalls: exit, waitpid, getppid |
Wed, 17 Aug 2011 05:42:44 +0300 | John Tsiombikas | added errno.h in klibc |
Tue, 16 Aug 2011 03:26:53 +0300 | 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!) |
Mon, 15 Aug 2011 06:17:58 +0300 | John Tsiombikas | finally, runqueues, blocking, waking up, idle loop etc, all seem to work fine |