kern
log
age | author | description |
---|---|---|
2011-06-12 | John Tsiombikas | - now read_rtc doesn't try to read weekday as it's probably wrong anyway, and doesn't set yearday either |
2011-06-11 | John Tsiombikas | - removed redundant call to day_of_year in gmtime_r |
2011-06-10 | John Tsiombikas | - added makefile pattern to produce assembly output from c source files. |
2011-06-10 | John Tsiombikas | finished with the klibc/time.c stuff |
2011-06-10 | John Tsiombikas | - added cmos rtc code |
2011-06-09 | John Tsiombikas | - made interrupt number - irq mapping macros public in intr.h |
2011-06-08 | John Tsiombikas | forgot to include timer.h in timer.c |