FIXC (command)

From NDWiki
Jump to navigation Jump to search
@FIXC <segment number>, <first physical page number>

Fix a segment in a contiguous area of physical memory. This command is useful for multiprocessor applications.

<segment number>
(octal) segment number.
<first physical page number>
(octal) page number

Rules:

  1. Permitted only for users RT and SYSTEM.
  2. @UNFIX must be executed before the RT loader can clear the segment.
  3. <segment number> must be a nondemand segment.

Example:

@FIXC 40,50

Segment 40 (octal) is fixed in memory starting at physical page 50 (octal), in effect address 120000 (octal).

Related commands

@FIX

@UNFIX

FIXC (monitor call)

References

Norsk Data Document ND–60.050.06 SINTRAN III USERS GUIDE section 5.5

Norsk Data Document ND–60.128.01 SINTRAN III REFERENCE MANUAL (printed June 1980), pages 1-75, 1-76

Norsk Data Document ND–60.174.Q01 SINTRAN III QUICK REFERENCE CARD