FIX (command)

From NDWiki
Jump to navigation Jump to search
@FIX <segment number>

Fix a segment in memory - it is not allowed to be swapped out. This command is useful for certain time critical programs.

<segment number>
(octal) segment 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.

@FIX 35 will fix segment 35 to the memory, it is not allowed to be swapped out.

Related commands

@FIXC

@UNFIX

FIX (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), page 1-75

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