Luna/kernel/include/memory
2022-11-02 20:24:07 +01:00
..
liballoc Port liballoc to get proper kmalloc/kcalloc/krealloc/kfree functions. 2022-09-24 22:40:59 +02:00
AddressSpace.h Kernel, libc: Implement fork() 2022-10-17 18:43:35 +02:00
KernelHeap.h KernelHeap: Add more debug logging 2022-10-20 18:49:33 +02:00
Memory.h Add is_user_address and is_kernel_address functions 2022-09-29 19:30:42 +02:00
MemoryManager.h Kernel: Implement mmap-able device files (regular files are not mmap-able yet) 2022-11-02 20:24:07 +01:00
MemoryMap.h LOTS MORE LOGGING. which is great, of course. 2022-09-07 19:41:08 +02:00
Paging.h Kernel: Introduce page ownership 2022-11-02 19:32:28 +01:00
PMM.h PMM: Map the page bitmap to kernel heap once the PMM and VMM are both initialized 2022-10-04 18:36:09 +02:00
UserHeap.h UserHeap: some nice improvements 2022-10-17 18:49:19 +02:00
VMM.h Kernel: Introduce page ownership 2022-11-02 19:32:28 +01:00