FIXC (command): Difference between revisions
Jump to navigation
Jump to search
(created page for the FIXC command) |
m (Spelling 'contiguous' correctly) |
||
Line 1: | Line 1: | ||
@FIXC <segment number>, <first physical page number> | @FIXC <segment number>, <first physical page number> | ||
Fix a segment in a | Fix a segment in a contiguous area of physical memory. This command is useful for multiprocessor applications. | ||
; <segment number> : (octal) segment number. | ; <segment number> : (octal) segment number. | ||
; <first physical page number> : (octal) page number | ; <first physical page number> : (octal) page number |
Latest revision as of 15:16, 1 March 2019
@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:
- 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.
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
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