FIX (command)
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:
- Permitted only for users RT and SYSTEM.
- @UNFIX must be executed before the RT loader can clear the segment.
- <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
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