ladybird/Kernel/VM
2019-06-12 15:38:17 +02:00
..
.gitignore Kernel: Move VM-related files into Kernel/VM/. 2019-04-03 15:13:07 +02:00
MemoryManager.cpp Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
MemoryManager.h Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
PageDirectory.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PageDirectory.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
PhysicalPage.cpp Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
PhysicalPage.h Add clang-format file 2019-05-28 17:31:20 +02:00
PhysicalRegion.cpp Kernel: Wrap around to region start if necessary in take_free_page 2019-06-12 15:38:17 +02:00
PhysicalRegion.h Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
RangeAllocator.cpp Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
RangeAllocator.h Kernel: Rename LinearAddress => VirtualAddress. 2019-06-07 12:56:50 +02:00
Region.cpp Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector 2019-06-12 15:38:17 +02:00
Region.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00
VMObject.cpp Kernel: Run clang-format on everything. 2019-06-07 11:43:58 +02:00
VMObject.h Kernel: Tweak some String&& => const String&. 2019-06-07 20:58:12 +02:00