kern

log src/vm.h

age author description
Mon, 10 Oct 2011 04:16:01 +0300 John Tsiombikas - added a generic red-black tree data structure
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 04:03:39 +0300 John Tsiombikas Fixed most important task switching bugs.
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
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
Sun, 03 Apr 2011 18:42:19 +0300 John Tsiombikas writing the vm
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