kern/kernel
fef d475429639
kprintf: implement "full" format sequence support
So this was painful.  kprintf() supports most of
the format specifiers from BSD now, except for the
$ sequence.  It has gotten a general overhaul and
is significantly more sophisticated, bloated and
slower now.  There is also some minor stuff i
forgot about, like the 't' length modifier, but
that isn't so important right now and will be
fixed later(TM).
2021-10-03 04:31:28 +02:00
..
mm kmalloc: bugfixes and performance improvements 2021-09-30 00:32:07 +02:00
clist.c kmalloc: add actual memory allocator 2021-09-29 01:10:41 +02:00
CMakeLists.txt mm: add page frame allocator 2021-09-21 18:25:54 +02:00
kprintf.c kprintf: implement "full" format sequence support 2021-10-03 04:31:28 +02:00
main.c kernel: add main 2021-09-19 04:58:48 +02:00
util.c util: refactor misc utility stuff 2021-09-21 17:34:27 +02:00