kern
log
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 |
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 |