Commit graph

5 commits

Author SHA1 Message Date
fef
ad76275721
fix remaining compiler warnings
This commit removes all inline annotations that
the compiler does not actually inline, and inserts
pragma directives to selectively disable warnings
where necessary.
2022-09-26 13:03:56 +02:00
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
fef
1b1e48e54b
printf: simplify address expressions 2021-08-03 21:15:28 +02:00
fef
c81ea7e7fd
printf: don't ignore return value of last write() 2021-08-01 19:04:03 +02:00
fef
4db1702078
stdio: refactor printk to printf and friends 2021-08-01 18:53:22 +02:00