banan-os/kernel/include/kernel/Memory
Bananymous 5babd7b4f2 Kernel: remove PAGE_FLAGS_MASK as that was not correct anymore
After I added NXE bit, the flags mask is no longer valid
2023-07-21 12:01:50 +03:00
..
FixedWidthAllocator.h Kernel: FixedWidthAllocator creation can now fail 2023-07-19 18:07:24 +03:00
GeneralAllocator.h Kernel: Add GeneralAllocator::paddr_of 2023-06-18 23:25:51 +03:00
Heap.h Kernel: Shell 'memory' now prints heap memory usage 2023-06-03 02:22:18 +03:00
PageTable.h Kernel: Support execute disable bit 2023-07-13 14:28:53 +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 Kernel: remove PAGE_FLAGS_MASK as that was not correct anymore 2023-07-21 12:01:50 +03:00
VirtualRange.h Kernel: SYS_FORK can now fail instead of panicing on error 2023-07-19 17:47:12 +03:00
kmalloc.h Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00