Add malloc stuff
commit7fa9469bc7c8148a1f1dd8ebc3d611dc2fd5ce22
authorLiu Aleaxander <Aleaxander@gmail.com>
Sat, 29 May 2010 04:30:54 +0000 (29 12:30 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Sat, 29 May 2010 04:30:54 +0000 (29 12:30 +0800)
treeba2fbc51b28e3877c538c1f26193accfdf34f644
parent89391c8595ba644ee0ff3139e474530e8c9457bd
Add malloc stuff

I take it from another my own project, fstk. And it would nice have malloc

Signed-off-by: Liu Aleaxander <Aleaxander@gmail.com>
Makefile
include/kernel.inc
include/malloc.h [new file with mode: 0644]
init/init.c
kernel/fd.c
kernel/shell.c
mm/Makefile [new file with mode: 0644]
mm/malloc.c [new file with mode: 0644]