banan-os/kernel/kernel/Memory
Bananymous 4ee759aa3b Kernel: Implement new abstract MemoryRegion
MemoryBackedRegion now inherits from this and is used for private
anonymous mappigs. This will make shared mappings and file backed
mappings much easier to implement.
2023-09-29 16:18:23 +03:00
..
GeneralAllocator.cpp Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +03:00
Heap.cpp All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
MemoryBackedRegion.cpp Kernel: Implement new abstract MemoryRegion 2023-09-29 16:18:23 +03:00
MemoryRegion.cpp Kernel: Implement new abstract MemoryRegion 2023-09-29 16:18:23 +03:00
PhysicalRange.cpp Kernel: Change PageTable API 2023-08-02 22:09:14 +03:00
VirtualRange.cpp Kernel: Add some sanity assertions/functions 2023-09-29 02:03:19 +03:00
kmalloc.cpp Kernel: Hacky kmalloc quick fix 2023-09-25 13:13:57 +03:00