Added memory management code, memory region management code.
commit003f6131560f3a5909bd68baf3cb383dc34637d0
authorJoshua Phillips <jp.sittingduck@gmail.com>
Mon, 8 Dec 2008 22:32:37 +0000 (8 22:32 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Mon, 8 Dec 2008 22:32:37 +0000 (8 22:32 +0000)
tree97592d65256b990b95d00e7e067ad12075f861f6
parent3bb13d142c5298945e9b6ccdfa5e9f811c72d03e
Added memory management code, memory region management code.
Added assert.
Added malloc implementation (by Doug Lea).
kernel/assert.h [new file with mode: 0644]
kernel/kmain.c
kernel/mm/SConscript
kernel/mm/dlmalloc.inc [new file with mode: 0644]
kernel/mm/malloc.c [new file with mode: 0644]
kernel/mm/mm.c [new file with mode: 0644]
kernel/mm/mm.h [new file with mode: 0644]
kernel/mm/paging.c [new file with mode: 0644]
kernel/mm/paging.h [new file with mode: 0644]
kernel/mm/region.c [new file with mode: 0644]
kernel/mm/region.h [new file with mode: 0644]