ardix/lib
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 mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00
ctype.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
errno.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
list.c sched: complete rework of context switching 2021-08-08 20:48:55 +02:00
printf.c mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00
stdlib.c mm: make malloc and free system calls 2021-08-12 14:34:18 +02:00
string.c kiss capitalism goodbye for good 2021-05-10 16:19:38 +02:00
unistd.c syscall: add sleep system call 2021-08-09 19:20:40 +02:00