Changes between Version 4 and Version 5 of DsxvmMappingInfoStructure


Ignore:
Timestamp:
Aug 30, 2012, 2:40:49 PM (12 years ago)
Author:
meunier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DsxvmMappingInfoStructure

    v4 v5  
    131131   * `BARRIER`: describes a barrier. This vobj will be appropriately initialized by the operating system.
    132132   * `BUFFER`: describes a buffer. No particular action is performed by the operating system on this type of segment.
     133   * `BLOB`: Binary Large OBject. The system has to load the file pointed to by the binpath in this segment.
    133134
    134135 * `length`: size of the virtual object in bytes. The sum of the length of all vobj defines the length of the vseg.
    135136 * `align`: (optional) logarithm in base 2 of the physical alignemnt required for this segment. For example, a value of 13 means that the segment must be aligned on 0x2000. Be careful when using this attribute, since the size of the vobj will be incremented until the (??)
    136  * `binpath`: path to the file to load in this segment, if any. It is used only for ELF segments, and must empty for other segment types. This path can be relative or absolute.
     137 * `binpath`: path to the file to load in this segment, if any. It is used only for ELF and BLOB segments, and must empty for other segment types. This path can be relative or absolute.
    137138
    138139