Luna/kernel/src/memory
2022-10-01 12:12:50 +02:00
..
liballoc Port liballoc to get proper kmalloc/kcalloc/krealloc/kfree functions. 2022-09-24 22:40:59 +02:00
KernelHeap.cpp Ready. Set. Go! 2022-09-05 16:13:51 +02:00
Memory.cpp Add is_user_address and is_kernel_address functions 2022-09-29 19:30:42 +02:00
MemoryManager.cpp MemoryManager: add get_page_at and get_pages_at functions to map any physical memory at a fixed virtual address (inverse of get_mapping and get_mappings) 2022-10-01 12:12:50 +02:00
MemoryMap.cpp LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
PMM.cpp Sanity checks 2022-09-24 23:09:39 +02:00
VMM.cpp User mode (with a few syscalls) 2022-09-25 20:35:05 +02:00