Changes between Version 2 and Version 3 of DsxMapping


Ignore:
Timestamp:
Mar 27, 2008, 1:29:20 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

Add TTYs

Legend:

Unmodified
Added
Removed
Modified
  • DsxMapping

    v2 v3  
    2424     A memory Segment to put the task's description in. This description won't be written to.
    2525     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
    2629 * Example:
    2730{{{
     
    9093            desc    = mapper.hard.cram1)
    9194}}}
     95
    9296= Processor =
    9397
     
    101105   * `priv`:
    102106     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
    103110 * Example:
    104111{{{
     
    122129     read-only. If you specify a list of segments here, code will be replicated on each segment and
    123130     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
    124134 * Example:
    125135{{{