ardix/kernel/fs
fef 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.
2021-08-12 14:34:18 +02:00
..
CMakeLists.txt fs: implement file abstraction 2021-08-01 04:22:09 +02:00
file.c mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00
read.c mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00
write.c mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00