|
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 |
|
|
83ee9603e7
|
file: add file kevent and i/o wait support
|
2021-08-08 20:58:54 +02:00 |
|
|
e96ee14e68
|
sched: make sleeping actually work
|
2021-08-05 18:52:51 +02:00 |
|
|
4359f43b0e
|
kevent: refactor callback system
|
2021-08-04 15:46:51 +02:00 |
|
|
e291a51d2f
|
kevent: add event system
|
2021-08-03 22:44:28 +02:00 |
|