kern/kernel
fef 96378f019c
kmalloc: add shiny new buddy page frame allocator
This is still kind of a work in progress because
it will be the backend to a slab allocator, which
in turn is managed by kmalloc().
2021-10-22 06:22:38 +02:00
..
mm kmalloc: add shiny new buddy page frame allocator 2021-10-22 06:22:38 +02:00
clist.c clist: you got to be fucking kidding me 2021-10-16 04:30:37 +02:00
CMakeLists.txt mtx: add basic synchronization primitives 2021-10-16 04:00:22 +02:00
irq.c x86: add irq support 2021-10-07 19:16:21 +02:00
kprintf.c libc: refactor a couple of string routines 2021-10-12 23:24:17 +02:00
main.c sched: add base for scheduling and task switching 2021-10-15 00:01:47 +02:00
mutex.c mtx: remove the stupid 2021-10-16 04:23:05 +02:00
sched.c mtx: add basic synchronization primitives 2021-10-16 04:00:22 +02:00
util.c util: refactor misc utility stuff 2021-09-21 17:34:27 +02:00