banan-os/kernel/kernel/Memory
Bananymous 4086d7c3be Kernel: rework the whole PageTable structure
We now have page table structure for kernel memory which is shared
between all processes.
2023-07-05 23:41:35 +03:00
..
FixedWidthAllocator.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
GeneralAllocator.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
Heap.cpp Kernel: Heap will return 0 if no free page is available 2023-06-03 02:55:31 +03:00
PhysicalRange.cpp Kernel: PhysicalRange maps its nodes to kernel vaddr space 2023-06-04 01:20:47 +03:00
VirtualRange.cpp Kernel: rework the whole PageTable structure 2023-07-05 23:41:35 +03:00
kmalloc.cpp Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00