kern

log src/mem.c

age author description
Thu, 28 Jul 2011 05:33:59 +0300 John Tsiombikas apparently free_phys_page was never tested. the check for double-freeing a page
Wed, 06 Apr 2011 07:42:44 +0300 John Tsiombikas protected critical sections in VM and the physical memory manager by disabling interrupts
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