kern

log src/main.c

age author description
2011-12-06 John Tsiombikas - started writing disk/ata code
2011-11-05 John Tsiombikas holy fuck, copy_on_write didn't actually do the copy!!!!
2011-08-07 John Tsiombikas picking this up again, let's fix it
2011-07-28 John Tsiombikas continuing with the process implementation. not done yet, panics.
2011-07-25 John Tsiombikas - implemented clone_vmem
2011-06-13 John Tsiombikas merged the timer/rtc/etc from the misc branch
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-10 John Tsiombikas - added cmos rtc code
2011-06-08 John Tsiombikas 8254 timer code
2011-05-28 John Tsiombikas merged the task bits, not completed
2011-05-27 John Tsiombikas ops ... range->size = pgcount * PGSIZE not pg * PGSIZE
2011-04-09 John Tsiombikas moved enable_intr out of init_intr and after the kernel initialization is completed
2011-04-09 John Tsiombikas fixes here and there
2011-04-04 John Tsiombikas - fixed tragic mistake in the initial kernel image mapping
2011-03-30 John Tsiombikas I think I'm done with the physical memory page allocator
2011-03-26 John Tsiombikas adding paging
2011-02-22 John Tsiombikas added register dump in panic()
2011-02-22 John Tsiombikas - fixed the scrolling issue
2011-02-18 John Tsiombikas interrupt handling
2011-02-16 John Tsiombikas segment descriptors
2010-12-04 John Tsiombikas added hardware scrolling, memset16 and temporary keyboard input for testing
2010-12-02 John Tsiombikas pretty much finished the code for article 1, might do minor adjustments though
2010-12-01 John Tsiombikas starting the kernel