kern

log src/mem.c

age author description
Mon, 04 Apr 2011 23:34:06 +0300 John Tsiombikas - fixed tragic mistake in the initial kernel image mapping
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
Sat, 26 Mar 2011 21:39:14 +0200 John Tsiombikas forgot to add a shitload of files