kern

log src/timer.c

age author description
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
Mon, 15 Aug 2011 04:03:39 +0300 John Tsiombikas Fixed most important task switching bugs.
Mon, 01 Aug 2011 06:45:29 +0300 John Tsiombikas lalalala
Thu, 28 Jul 2011 05:43:04 +0300 John Tsiombikas continuing with the process implementation. not done yet, panics.
Sun, 12 Jun 2011 15:45:21 +0300 John Tsiombikas - now read_rtc doesn't try to read weekday as it's probably wrong anyway, and doesn't set yearday either
Fri, 10 Jun 2011 19:54:47 +0300 John Tsiombikas finished with the klibc/time.c stuff
Thu, 09 Jun 2011 05:09:49 +0300 John Tsiombikas - made interrupt number - irq mapping macros public in intr.h
Thu, 09 Jun 2011 02:45:49 +0300 John Tsiombikas forgot to include timer.h in timer.c
Wed, 08 Jun 2011 03:02:42 +0300 John Tsiombikas 8254 timer code