FIX: Difference between revisions

From NDWiki
Jump to navigation Jump to search
(added parameters, rules, example, related commands and a reference)
(changed the page into a disambiguation page)
 
Line 1: Line 1:
@FIX <segment number>
FIX may refer to
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:
[[FIX (command)]] a [[SINTRAN III]] command.
#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 (monitor call)]] a SINTRAN III monitor call.
 
[[Category:Disambiguation pages]]
== Related commands ==
@[[FIXC]]
 
@[[UNFIX]]
 
[[FIX (monitor call)]]
== References ==
{{ND-doc|60.050.06}} section 5.5
 
{{ND-doc|60.128.01}} (printed June 1980), page 1-75
 
{{ND-doc|60.174.Q01}}
[[Category:Real-Time Commands]] [[Category:System Commands]]

Latest revision as of 22:54, 3 January 2014

FIX may refer to

FIX (command) a SINTRAN III command.

FIX (monitor call) a SINTRAN III monitor call.