kern

log

age author description
Sat, 23 Apr 2011 00:51:18 +0300 John Tsiombikas starting on the task switching implementation
Fri, 27 May 2011 12:05:38 +0300 John Tsiombikas implemented malloc
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
Wed, 06 Apr 2011 07:42:44 +0300 John Tsiombikas protected critical sections in VM and the physical memory manager by disabling interrupts
Tue, 05 Apr 2011 02:09:02 +0300 John Tsiombikas switched the vm to use recursive page tables
Mon, 04 Apr 2011 23:34:06 +0300 John Tsiombikas - fixed tragic mistake in the initial kernel image mapping
Sun, 03 Apr 2011 18:42:19 +0300 John Tsiombikas writing the vm
Sun, 03 Apr 2011 08:23:07 +0300 John Tsiombikas now ignoring parts of the memory map beyond 4gb instead of silently wrapping around and marking all holes as usable :)
Wed, 30 Mar 2011 23:14:29 +0300 John Tsiombikas added a few comments in mem.c
Wed, 30 Mar 2011 22:42:16 +0300 John Tsiombikas I think I'm done with the physical memory page allocator
Sun, 27 Mar 2011 06:28:26 +0300 John Tsiombikas fixed the stupid mistake. forgot to page-align the page directory
Sat, 26 Mar 2011 21:39:14 +0200 John Tsiombikas forgot to add a shitload of files
Sat, 26 Mar 2011 12:27:57 +0200 John Tsiombikas adding paging
Sat, 05 Mar 2011 16:59:49 +0200 John Tsiombikas removed redundant zero-fill in multiboot header
Wed, 23 Feb 2011 01:21:18 +0200 John Tsiombikas ha!
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
Sat, 19 Feb 2011 04:41:51 +0200 John Tsiombikas forgot to add a load of stuff
Fri, 18 Feb 2011 08:42:32 +0200 John Tsiombikas interrupt handling
Wed, 16 Feb 2011 08:01:19 +0200 John Tsiombikas fixed a bug in strrchr and some warnings
Wed, 16 Feb 2011 07:50:25 +0200 John Tsiombikas minor changes
Wed, 16 Feb 2011 07:26:03 +0200 John Tsiombikas segment descriptors
Thu, 13 Jan 2011 20:24:10 +0200 John Tsiombikas forgot to add stdarg.h and stdlib.c
Sun, 19 Dec 2010 15:07:07 +0200 John Tsiombikas - added printf family in stdio.c
Fri, 10 Dec 2010 03:44:34 +0200 John Tsiombikas - reverted the trunk back to hardware scrolling
Sat, 04 Dec 2010 10:12:39 +0200 John Tsiombikas fidled with the makefile
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