banan-os/kernel/include/kernel/Memory
Bananymous 6084aae603 Kernel: Add guard pages to kernel and userspace stacks 2025-07-02 23:12:36 +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: Fix most of mutex + block race conditions 2025-06-06 03:59:22 +03:00
PageTable.h Kernel: Make PageTable non-copyable and non-movable 2024-11-26 00:58:35 +02: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 LibC: Add all of the missing POSIX definitions in unistd.h and limits.h 2025-06-01 13:48:03 +03:00
VirtualRange.h Kernel: Add guard pages to kernel and userspace stacks 2025-07-02 23:12:36 +03:00
kmalloc.h Kernel: Add kmalloc helper APIs 2024-10-14 11:39:04 +03:00