Changes between Version 12 and Version 13 of DsxvmMappingInfoStructure
- Timestamp:
- Oct 11, 2012, 11:38:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxvmMappingInfoStructure
v12 v13 125 125 * `type`: type of the virtual object. It can be one of the following: 126 126 * `ELF`: describes an elf section. The system has to load the elf described by the binpath in this segment. This type has two constraint : 127 * He must be alone in avirtual segment (vseg)128 * The vbase of the vseg must be equal to the one defined in the ldscript127 * The vobj must be the only one vobj in its virtual segment (vseg) 128 * The vbase of its vseg must be equal to the virtual address of the section defined in the ldscript. This is because of hard-coded jumps. 129 129 * `PTAB`: memory space reservation for the page table. Each vspace must have one vobj of this type. The system will have to initialize the page tables with the information contained in this file. 130 130 * `PERI`: type of vseg used for peripheral mapping. No particular action is performed by the operating system on this type of segment.