Changes between Version 13 and Version 14 of DsxvmMappingInfoStructure
- Timestamp:
- Oct 11, 2012, 4:17:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxvmMappingInfoStructure
v13 v14 7 7 Dsx-vm needs to have a way to communicate with the operating system to specify how to map code, data and tasks on the architecture. To this end, an xml data structure has been defined, and is presented below. This xml file is produced by Dsx-vm and read by the operating system and used in particular for page tables generation and thread mapping on processors. 8 8 9 T ODO: hypothesis: clustered architecture, etc.9 This format makes the assumption that we the architecture is clustered with one level of hierarchy: all clusters are linked together with an interconnect having a mesh-2D topology. 10 10 11 11 = Document XML Structure = … … 154 154 The vspace element contains the following element(s): 155 155 * 0 to ''n'' `vseg` element(s) 156 * 0 to ''n'' `task` element(s) ( Remarque : que se passe-t-il si 0 task ? accès impossible ? accès possible de toutes les tâches ? autre ?)156 * 0 to ''n'' `task` element(s) (TODO : Remarque : que se passe-t-il si 0 task ? accès impossible ? accès possible de toutes les tâches ? autre ?) 157 157 158 158