kern/kernel
fef fb8bef86d5
kprintf: explicitly disable wchar support
This might get implemented later, even though
there is no real reason why we would need wchar
support in the kernel as it is UTF-8 native
2021-11-09 22:16:35 +01:00
..
mm mm: minor page management refactor 2021-11-09 20:34:35 +01:00
bits.c bits: remove unnecessary xor 2021-10-23 22:16:51 +02:00
clist.c clist: add better debugging facilities 2021-10-24 21:55:54 +02:00
CMakeLists.txt add kqueue API 2021-11-04 06:06:31 +01:00
irq.c
kprintf.c kprintf: explicitly disable wchar support 2021-11-09 22:16:35 +01:00
kqueue.c add kqueue API 2021-11-04 06:06:31 +01:00
main.c
mutex.c mutex: fix lock race conditions 2021-11-04 05:56:40 +01:00
panic.c panic: move to separate file, add KASSERT macro 2021-11-01 23:54:55 +01:00
sched.c panic: move to separate file, add KASSERT macro 2021-11-01 23:54:55 +01:00