bunnei
|
227e9ac5d7
|
kernel: memory: Add MemoryBlockManager class, to manage memory blocks.
|
2020-04-17 00:59:30 -04:00 |
|
bunnei
|
036f2f9176
|
kernel: memory: Add PageHeap class, to manage a heap of pages.
|
2020-04-17 00:59:30 -04:00 |
|
bunnei
|
b013b110bc
|
kernel: memory: Add PageLinkedList class, to manage a list of pages.
|
2020-04-17 00:59:30 -04:00 |
|
bunnei
|
b94f043b7b
|
kernel: memory: Add system_control code, which will be used for ASLR support.
|
2020-04-17 00:59:30 -04:00 |
|
bunnei
|
91a38e3fa8
|
kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.
|
2020-04-17 00:59:29 -04:00 |
|
bunnei
|
eadd36d143
|
kernel: memory: Add memory_types.h, for things that are commonly used in memory code.
|
2020-04-17 00:59:29 -04:00 |
|
bunnei
|
91b899ff00
|
kernel: memory: Add SlabHeap class, for managing memory heaps.
- This will be used for TLS pages, among other things.
|
2020-04-17 00:59:29 -04:00 |
|
bunnei
|
9fd238a0f8
|
kernel: memory: Add AddressSpaceInfo class, for managing the memory address space.
|
2020-04-17 00:59:29 -04:00 |
|