age |
author |
description |
Thu, 08 Dec 2011 13:34:47 +0200 |
John Tsiombikas |
- added the partition table parsing code |
Tue, 06 Dec 2011 11:56:08 +0200 |
John Tsiombikas |
- started writing disk/ata code |
Sat, 05 Nov 2011 04:53:46 +0200 |
John Tsiombikas |
holy fuck, copy_on_write didn't actually do the copy!!!! |
Sun, 07 Aug 2011 06:42:00 +0300 |
John Tsiombikas |
picking this up again, let's fix it |
Thu, 28 Jul 2011 05:43:04 +0300 |
John Tsiombikas |
continuing with the process implementation. not done yet, panics. |
Mon, 25 Jul 2011 11:29:02 +0300 |
John Tsiombikas |
- implemented clone_vmem |
Tue, 14 Jun 2011 01:19:07 +0300 |
John Tsiombikas |
merged the timer/rtc/etc from the misc branch |
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 05:33:38 +0300 |
John Tsiombikas |
- added cmos rtc code |
Wed, 08 Jun 2011 03:02:42 +0300 |
John Tsiombikas |
8254 timer code |
Sat, 28 May 2011 08:06:47 +0300 |
John Tsiombikas |
merged the task bits, not completed |
Fri, 27 May 2011 13:08:23 +0300 |
John Tsiombikas |
ops ... range->size = pgcount * PGSIZE not pg * PGSIZE |
Sat, 09 Apr 2011 07:22:27 +0300 |
John Tsiombikas |
moved enable_intr out of init_intr and after the kernel initialization is completed |
Sat, 09 Apr 2011 07:14:06 +0300 |
John Tsiombikas |
fixes here and there |
Mon, 04 Apr 2011 23:34:06 +0300 |
John Tsiombikas |
- fixed tragic mistake in the initial kernel image mapping |
Wed, 30 Mar 2011 22:42:16 +0300 |
John Tsiombikas |
I think I'm done with the physical memory page allocator |
Sat, 26 Mar 2011 12:27:57 +0200 |
John Tsiombikas |
adding paging |
Wed, 23 Feb 2011 00:12:36 +0200 |
John Tsiombikas |
added register dump in panic() |
Tue, 22 Feb 2011 18:51:44 +0200 |
John Tsiombikas |
- fixed the scrolling issue |
Fri, 18 Feb 2011 08:42:32 +0200 |
John Tsiombikas |
interrupt handling |
Wed, 16 Feb 2011 07:26:03 +0200 |
John Tsiombikas |
segment descriptors |
Sat, 04 Dec 2010 08:04:43 +0200 |
John Tsiombikas |
added hardware scrolling, memset16 and temporary keyboard input for testing |
Thu, 02 Dec 2010 08:45:41 +0200 |
John Tsiombikas |
pretty much finished the code for article 1, might do minor adjustments though |
Wed, 01 Dec 2010 22:02:42 +0200 |
John Tsiombikas |
starting the kernel |