banan-os/kernel/include/kernel/Memory
Bananymous 8b2bb95b81 Kernel: VirtualRange doesn't store physical addresses of pages
This was unnecessarry allocation, since the page table allready
contains virtual address -> physical address mappings.
2023-09-24 01:29:34 +03:00
..
GeneralAllocator.h Kernel: Add GeneralAllocator::paddr_of 2023-06-18 23:25:51 +03:00
Heap.h All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
PageTable.h Kernel: Add pointer validation API to page table 2023-09-22 17:20:35 +03:00
PageTableScope.h Kernel: PageTableScope locks the PageTable before disabling interrupts 2023-06-09 00:34:41 +03:00
PhysicalRange.h Kernel: PhysicalRange maps its nodes to kernel vaddr space 2023-06-04 01:20:47 +03:00
Types.h All: Clear lines with only whitspace in them 2023-09-10 00:31:42 +03:00
VirtualRange.h Kernel: VirtualRange doesn't store physical addresses of pages 2023-09-24 01:29:34 +03:00
kmalloc.h Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00