FIX: Difference between revisions
Jump to navigation
Jump to search
(created page for the FIX command) |
(added parameters, rules, example, related commands and a reference) |
||
Line 1: | Line 1: | ||
@FIX <segment number> | @FIX <segment number> | ||
the segment | 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. | @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 == | == References == | ||
{{ND-doc|60.050.06}} section 5.5 | {{ND-doc|60.050.06}} section 5.5 | ||
[[Category:Real-Time Commands]] | |||
{{ND-doc|60.128.01}} (printed June 1980), page 1-75 | |||
{{ND-doc|60.174.Q01}} | |||
[[Category:Real-Time Commands]] [[Category:System Commands]] |
Revision as of 21:57, 3 January 2014
@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