You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anna fb9ec2a8bc
mm: make malloc and free system calls
This is required because the heap is shared among
all tasks and protected using a mutex which only
works in kernel space.
3 years ago
..
CMakeLists.txt fs: implement file abstraction 3 years ago
file.c mm: make malloc and free system calls 3 years ago
read.c mm: make malloc and free system calls 3 years ago
write.c mm: make malloc and free system calls 3 years ago