Changes between Version 2 and Version 3 of DsxMapping
- Timestamp:
- Mar 27, 2008, 1:29:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DsxMapping
v2 v3 24 24 A memory Segment to put the task's description in. This description won't be written to. 25 25 Segment may be read-only memory. 26 * Optional arguments: 27 * `tty` and `tty_no`: name of a segment associated to a multi_tty and the 28 tty number in the component. They should both be defined at the same time 26 29 * Example: 27 30 {{{ … … 90 93 desc = mapper.hard.cram1) 91 94 }}} 95 92 96 = Processor = 93 97 … … 101 105 * `priv`: 102 106 A memory Segment to put the processor's private data in. This should be cacheable. 107 * Optional arguments: 108 * `tty` and `tty_no`: name of a segment associated to a multi_tty and the 109 tty number in the component. They should both be defined at the same time 103 110 * Example: 104 111 {{{ … … 122 129 read-only. If you specify a list of segments here, code will be replicated on each segment and 123 130 closest copy will be used by CPUs. 131 * Optional arguments: 132 * `tty` and `tty_no`: name of a segment associated to a multi_tty and the 133 tty number in the component. They should both be defined at the same time 124 134 * Example: 125 135 {{{