Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 10 and Version 11 of Projects/MMU_Support


Ignore:
Timestamp:
05/20/09 04:04:11 (15 years ago)
Author:
Aanjhan
Comment:

/* Mid Level APIs */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/MMU_Support

    v10 v11  
    3535Also there shall be another set of APIs which shall be used by the low level BSP functions to extract information with respect to access rights for a particular block, the access attributes to use etc. This information will then be used by the Low level software to update/create the PTE. Also, a mechanism to inform the low level system of any invalidation/removal/change of status of a memory block is needed. This ensures that the PTE are kept upto date in case of removal of any memory areas.
    3636
     37Once the data structure for these memory blocks are in place, then there shall exist APIs to create/modify/add entries into the memory block database.
    3738
    38 
    39 
     39''Note : Need to find a better name for these '''memory block database'''.''
    4040=  The Work package Flow  =
    4141