banan-os/kernel/include/kernel/Memory
Bananymous 8fd0162393 Kernel: Rewrite x86_64 page tables to use HHDM instead of kmalloc
This allows page tables to not crash the kernel once kmalloc runs out of
its (limited) static memory.
2024-10-14 11:40:30 +03:00
..
DMARegion.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
FileBackedRegion.h Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
Heap.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
MemoryBackedRegion.h Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
MemoryRegion.h Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
PageTable.h Kernel: Rewrite x86_64 page tables to use HHDM instead of kmalloc 2024-10-14 11:40:30 +03:00
PhysicalRange.h Kernel: Rewrite physical memory allocation with PageTable::fast_pages 2024-10-14 11:32:54 +03:00
SharedMemoryObject.h Kernel: Implement copy-on-write memory for file backed `mmap`s 2024-09-11 19:33:50 +03:00
Types.h Kernel: Add better support for bootloaders loading the kernel 2024-08-22 14:48:21 +03:00
VirtualRange.h Kernel: Cleanup VirtualRange code 2024-07-21 17:35:07 +03:00
kmalloc.h Kernel: Add kmalloc helper APIs 2024-10-14 11:39:04 +03:00