banan-os/kernel/kernel/Memory
Bananymous 008c777a9f Kernel: Add PageTable::Flags::CacheDisable
Also fix multiple places where we were using uint8_t as page table
flags instead of PageTable::flags_t which we promoted to uint16_t
while back.
2023-08-06 23:59:30 +03:00
..
FixedWidthAllocator.cpp Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +03:00
GeneralAllocator.cpp Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +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: Change PageTable API 2023-08-02 22:09:14 +03:00
VirtualRange.cpp Kernel: Add PageTable::Flags::CacheDisable 2023-08-06 23:59:30 +03:00
kmalloc.cpp Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00