kern/kernel
fef c911ff9009
x86/mm: add huge page support
This is part of a series of commits where i
completely rewrite kmalloc() because it needs to
be able to return physically contiguous memory for
DMA operations.
Yes, i know the build isn't working right now.
2021-10-17 01:09:51 +02:00
..
mm x86/mm: add huge page support 2021-10-17 01:09:51 +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