banan-os/kernel/include/kernel/Memory
Bananymous 7d00c2670f Kernel: Support execute disable bit
We will now map executable memory explicitly as executable.
2023-07-13 14:28:53 +03:00
..
FixedWidthAllocator.h Kernel: Allocators are now stored in UniqPtr 2023-06-04 01:25:57 +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: PAGE_FLAG_MASK is now only 0xF 2023-06-03 20:08:13 +03:00
VirtualRange.h Kernel: Big commit. Rewrite ELF loading code 2023-06-09 00:37:43 +03:00
kmalloc.h Kernel: kmalloc has now somewhat dynamic storage 2023-06-18 23:27:00 +03:00