Changes between Initial Version and Version 1 of Ticket #422, comment 1


Ignore:
Timestamp:
2012-03-06T19:19:01Z (12 years ago)
Author:
Jakub Jermář

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #422, comment 1

    initial v1  
    33The range allocator should be made more integrated in the physical memory management subsystem and further enhanced, so that:
    44
    5   * all physical memory is initially owned by the root physical memory area
    6   * implement support for recursive importing of new ranges from the parent area
    7   * one child arena will be used by our slab allocator, it will import memory from the parent physical memory arena
     5  * all physical memory is initially owned by the root physical memory arena
     6  * implement support for recursive importing of new ranges from the parent arena
     7  * one child arena will be used by our slab allocator, it will import memory from the root physical memory arena
    88  * one child arena will be used by the prospective DMA allocator, it will import memory from the parent physical memory arena
    99  * if we could get rid of the current zone allocator in favor of this new setup, so much the better