kern

log src/proc.h

age author description
Thu, 15 Dec 2011 04:39:00 +0200 John Tsiombikas filesystem
Fri, 09 Dec 2011 13:44:15 +0200 John Tsiombikas started work on the filesystem
Sat, 15 Oct 2011 07:45:56 +0300 John Tsiombikas - implemented syscalls: exit, waitpid, getppid
Mon, 10 Oct 2011 04:16:01 +0300 John Tsiombikas - added a generic red-black tree data structure
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