5 Commits (main)

Author SHA1 Message Date
anna 104578d072
sched: add thread management syscalls 3 years ago
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
anna f5590becd3
syscall: add sleep system call 3 years ago
anna 6d886d7252
syscall: refactor names 3 years ago
anna 643d3ed251
build: migrate to CMake 3 years ago