Changes between Version 2 and Version 3 of TBR/UserApp/MMU_Context


Ignore:
Timestamp:
05/22/09 03:52:03 (15 years ago)
Author:
Aanjhan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/UserApp/MMU_Context

    v2 v3  
    99[[Image(mmu_context_struct.jpg)]]
    1010
    11 The main focus now would be on having a single MMU context for the entire process working. This MMU context shall be modified using the mmap* and shm* application calls. One could have additional services to map an area of "private" memory on a per task basis.
     11The main focus now would be on having a single MMU context for the entire process working. One could have additional services to map an area of "private" memory on a per task basis. This MMU context shall be modified using the mmap* and shm* application calls.
     12
     13The design must allow for possibly RTEMS specific calls at application level for additional capabilities also.