kern
log src/vm.c
age | author | description |
---|---|---|
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 |
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 |