Added buddy allocation algorithm.
commit737f0263d9b7e606c3d1e4c64efb0a7a1bba14ff
authorJoshua Phillips <jp.sittingduck@gmail.com>
Mon, 8 Dec 2008 20:44:39 +0000 (8 20:44 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Mon, 8 Dec 2008 20:44:39 +0000 (8 20:44 +0000)
tree0b40cee299bc4de4d595606955d1aad45b82654c
parentdd23bba594ea463b188c8478fab970a445aa163f
Added buddy allocation algorithm.
kernel/SConscript
kernel/libc/extlib.h [new file with mode: 0644]
kernel/mm/SConscript [new file with mode: 0644]
kernel/mm/buddy.c [new file with mode: 0644]
kernel/mm/buddy.h [new file with mode: 0644]