kern/kernel
fef 6d0950501c
page: ensure early page mapping doesn't fail
Up to now, the page frame allocator's
initialization routine relied on the fact that
map_page() never needs to get new pages on i386 if
the mapped page is a hugepage.  This is not at all
true on other architectures, however.
2021-10-29 00:23:30 +02:00
..
mm page: ensure early page mapping doesn't fail 2021-10-29 00:23:30 +02: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 mm: fix page frame allocator bugs 2021-10-23 00:56:49 +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 mutex: add semaphores 2021-10-28 17:08:46 +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