%!PS-Adobe-2.0 %%Creator: VAX DOCUMENT V1.2B %%+(+1 PSEUDOCONDENSE) -- this prolog provided by the CUPFAMILY011 kit %%+Copyright 1986,1987,1988,1989,1990 DIGITAL EQUIPMENT CORPORATION. %%+All Rights Reserved. %%DocumentFonts: (atend) %%Pages: (atend) %%EndComments /DEC_DVC$dict where { %FIND DICTIONARY pop }{ %else /DEC_DVC$dict 300 dict def } ifelse /BeginDVC$PSDoc { %BEGIN DOCUMENT vmstatus pop pop 0 eq { DEC_DVC$dict begin InitializeState }{ %else /DVC$PSJob save def DEC_DVC$dict begin InitializeState /DVC$PSFonts save def } ifelse } def /EndDVC$PSDoc { %END DOCUMENT % --- Preserving current page count --- vmstatus pop pop 0 eq { end }{ %else DVC$PSFonts restore end DVC$PSJob restore } ifelse } def % DEC_DVC$dict begin % mark % CREATE ISOLatin1 ENCODING /ISOLatin1 8#000 1 8#054 {StandardEncoding exch get} for /minus 8#056 1 8#217 {StandardEncoding exch get} for /dotlessi 8#301 1 8#317 {StandardEncoding exch get} for /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis /ISOLatin1 where not {256 array astore def} if cleartomark % /DECMCS ISOLatin1 256 array copy def mark % CREATE DECMCS ENCODING 8#240 8#244 8#246 8#254 8#255 8#256 8#257 8#264 8#270 8#276 8#320 8#336 8#360 8#376 8#377 counttomark {DECMCS exch /.notdef put} repeat % STACK NOW CONTAINS MARK 8#250 /currency 8#327 /OE 8#335 /Ydieresis 8#367 /oe 8#375 /ydieresis counttomark -1 bitshift % DIVIDE BY 2 {DECMCS 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /DOCPSE DECMCS 256 array copy def mark % CREATE DOCPSE ENCODING 8#055 /hyphen 8#201 /bullet 8#202 /emdash 8#203 /endash 8#204 /dagger 8#205 /daggerdbl 8#206 /registered 8#207 /trademark %8#210 /Delta 8#211 /fi 8#212 /fl counttomark -1 bitshift % DIVIDE BY 2 {DOCPSE 3 1 roll put} repeat % STACK NOW CONTAINS MARK cleartomark % /reencodedict 10 dict def %Local storage for "ReENCODE" /ReENCODE { % /basefont /newfont encoding ReENCODE /newencoding exch def %ARG: NAME OF ENCODING VECTOR /newfontname exch def %ARG: NEW NAME FOR FONT AFTER RE-ENCODING findfont /basefontdict exch def %ARG: NAME OF FONT TO BE RE-ENCODED basefontdict maxlength dict begin %CREATE AND OPEN NEW DICT basefontdict { %COPY ENTRIES FROM BASE FONT DICT TO NEW ONE 1 index /FID ne { def %IF NOT THE ONE WE'RE ENCODING, JUST COPY PTRS } { %else pop pop %IGNORE FID AND ENCODING FOR ONE WE'RE ENCODING } ifelse } forall /FontName newfontname def %DEFINE NEW NAME /Encoding newencoding def %DEFINE NEW ENCODING VECTOR newfontname currentdict definefont %TURN IT INTO A PS FONT pop %IGNORE MODIFIED DICT RETURNED BY DEFINEFONT end } def % /cvsstr 64 string def /tempmatrix matrix def % /BP { % BEGIN PAGE /Magnification exch def /Colorsused 0 def /RVmatrix matrix def /DVC$PSPage save def } def % /EP {DVC$PSPage restore} def % END PAGE % /XP { % EXIT PAGE (TEMPORARILY) TO ADD FONTS/CHARS % SAVE CURRENT POINT AND COLOR INFORMATION SO IT CAN BE RESET LATER matrix currentmatrix aload pop currentrgbcolor Colorsused /Xpos where {pop Xpos} {0} ifelse /Ypos where {pop Ypos} {0} ifelse /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if moveto /Ypos exch def /Xpos exch def /Colorsused exch def setrgbcolor matrix astore setmatrix } def % /RP {/DVC$PSPage save def} def % RESUME PAGE % /PF {GlobalMode LocalMode} def % PURGE FONTS TO RECLAIM MEMORY % /GlobalMode { % SWITCH TO BASE SAVE/RESTORE LEVEL, SAVING STATE RVmatrix aload pop PortraitMode PaperWidth PaperHeight PxlResolution Resolution Magnification Ymax Xorigin Yorigin RasterScaleFactor % SAVE CURRENTPOINT INFORMATION TO RESET LATER /currentpoint cvx stopped {0 0 moveto currentpoint} if /DVC$PSPage where {pop DVC$PSPage restore} if DVC$PSFonts restore RecoverState } def % /RecoverState { % PRESERVE STATE AT BASE LEVEL 18 copy /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto } def % /InitializeState { % INITIALIZE STATE VARIABLES TO DEFAULT VALUES /Resolution 3600 def /PxlResolution 300 def /RasterScaleFactor PxlResolution Resolution div def /PortraitMode true def /Magnification 1000 def /Xorigin 0 def /Yorigin 0 def /Xpos 0 def /Ypos 0 def /InitialMatrix matrix currentmatrix def /Colorsused 0 def /RVmatrix matrix def } def % /LocalMode { % SWITCH FROM BASE SAVE/RESTORE LEVEL, RESTORING STATE /Ypos exch def /Xpos exch def /RasterScaleFactor exch def /Yorigin exch def /Xorigin exch def /Ymax exch def /Magnification exch def /Resolution exch def /PxlResolution exch def /PaperHeight exch def /PaperWidth exch def /PortraitMode exch def matrix astore /RVmatrix exch def DoInitialScaling RVmatrix concat PortraitMode not {PaperWidth 0 SetupLandscape} if Xpos Ypos moveto /DVC$PSFonts save def /DVC$PSPage save def } def % % ABBREVIATIONS /S /show load def /SV /save load def /RST /restore load def /Yadjust {Ymax exch sub} def % /SXY { % (x,y) POSITION ABSOLUTE, JUST SET Xpos & Ypos, DON'T MOVE Yadjust /Ypos exch def /Xpos exch def } def % /XY { % (x,y) POSITION ABSOLUTE Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /X { % (x,0) POSITION ABSOLUTE currentpoint exch pop 2 copy /Ypos exch def /Xpos exch def moveto } def % /Y { % (0,y) POSITION ABSOLUTE currentpoint pop exch Yadjust 2 copy /Ypos exch def /Xpos exch def moveto } def % /xy { % (x,y) POSITION RELATIVE neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /x { % (x,0) POSITION RELATIVE 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /y { % (0,y) POSITION RELATIVE 0 exch neg rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /R { % DRAW A RULE /ht exch def /wd exch def gsave % 0 setgray currentpoint newpath moveto 0 ht rlineto wd 0 rlineto 0 ht neg rlineto wd neg 0 rlineto closepath fill grestore wd 0 rmoveto currentpoint /Ypos exch def /Xpos exch def } def % /RES { % RES /Resolution exch def /PxlResolution exch def /RasterScaleFactor PxlResolution Resolution div def DoInitialScaling } def % /DoInitialScaling { % DO INITIAL SCALING InitialMatrix setmatrix 72 Resolution div dup scale } def % /PM { % PM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperHeight def /PortraitMode true def DoInitialScaling RP } def % /SetupLandscape {translate 90 rotate} def /LM { % LM XP /PaperWidth exch def /PaperHeight exch def /Ymax PaperWidth def /PortraitMode false def DoInitialScaling PaperWidth 0 SetupLandscape RP } def % /MAG { % CHANGE MAGNIFICATION SETTING XP /Magnification exch def RP } def % /SPB { % SPB - BEGIN "\SPECIAL" MODE Yadjust /Yorigin exch def /Xorigin exch def currentrgbcolor Colorsused GlobalMode Xorigin Yorigin translate Resolution 72 div dup scale % RESTORE DEFAULT SCALING Magnification 1000 div dup scale % ADJUST FOR ANY MAGNIFICATION /Xpos Xpos 72 Resolution div mul 1000 Magnification div mul def /Ypos Ypos 72 Resolution div mul 1000 Magnification div mul def /spsavobj save def %SAVE STATE & STACK DEPTH FOR CLEANUP AFTER FIGURE /showpage {} def %DISABLE DURING FIGURE; `RESTORE' WILL BLOW DEF AWAY /DEC$EDMS_setrgbcolor /setrgbcolor load def % save standard definition /setrgbcolor { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { pop pop pop 1 1 1 } if % ...then write white } if DEC$EDMS_setrgbcolor % set color as now specified } def /DEC$EDMS_image /image load def % save standard definition /image { % create new definition /DEC$EDMS_SEPARATE_COLORS where % if separating colors { pop DEC$EDMS_SEPARATE_COLORS 0 ne % and not on color pass 0 { gsave % ...save current device state nulldevice % ...make no marks DEC$EDMS_image % ...process the image grestore % ...restore old device state } { DEC$EDMS_image } ifelse % if on color pass 0 - image } { DEC$EDMS_image } ifelse % if not separating colors - image } def mark } def % /SPE { % SPE - END "\SPECIAL" MODE cleartomark spsavobj restore 1000 Magnification div dup scale % UN-ADJUST FOR ANY MAGNIFICATION 72 Resolution div dup scale % RESTORE DEFAULT INTERNAL SCALING LocalMode /Colorsused exch def setrgbcolor } def % /PP % % If DEC$EDMS_MAKE_FILM is defined, it will add the crop & alignment marks, % and the document name, page number, & ink color identifiers to the page. % % Formal Arguments: None % % Referenced Variables: DocumentName % Colorsused % Currentpagecount % DEC$EDMS_MAKE_FILM % % Referenced Procedures: AlignMark % % Side Effects: Leaves the current font as Helvetica 8 point. % Creates the variable "junkstr". % { /PageNumber exch def /DEC$EDMS_MAKE_FILM where % if making film... { pop 2 DEC$EDMS_SEPARATE_COLORS exp cvi Colorsused and 0 ne % and if the correct separation { /Helvetica findfont 400 scalefont setfont 20 setlinewidth 0 setgray PaperWidth 150 add PaperHeight 100 add moveto % show the ink color (Ink: ) show DEC$EDMS_COLOR_NAMES DEC$EDMS_SEPARATE_COLORS get show PaperWidth 150 add PaperHeight 600 add moveto (Page: ) show % show the page number /junkstr 4 string def PageNumber junkstr cvs show ( of ) show DEC$EDMS_TOTAL_PAGES junkstr cvs show 150 PaperHeight 100 add moveto % show the document name (Document: ) show DEC$EDMS_DOCUMENT_ID show 150 -500 moveto % show ownership text (This film is the property of Digital Equipment Corporation) show stroke /mask 15 % all crop marks on by default /DEC$EDMS_SUPPRESS_CROPMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_CROPMARKS xor } if def mask 1 and 1 eq { PaperWidth PaperHeight moveto % Upper Right 450 0 rmoveto 1350 0 rlineto -1800 1800 rmoveto 0 -1350 rlineto } if mask 2 and 2 eq { PaperWidth 0 moveto % Lower Right 450 0 rmoveto 1350 0 rlineto -1800 -1800 rmoveto 0 1350 rlineto } if mask 4 and 4 eq { 0 0 moveto % Lower Left -450 0 rmoveto -1350 0 rlineto 1800 -1800 rmoveto 0 1350 rlineto } if mask 8 and 8 eq { 0 PaperHeight moveto % Upper Left -450 0 rmoveto -1350 0 rlineto 1800 1800 rmoveto 0 -1350 rlineto } if stroke /mask 15 % all registration marks on by default /DEC$EDMS_SUPPRESS_REGMARKS where % if defined, xor in the suppression mask { pop DEC$EDMS_SUPPRESS_REGMARKS xor } if def mask 1 and 1 eq % Top Center { gsave PaperWidth 2 div PaperHeight /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if translate AlignMark grestore } if mask 2 and 2 eq % Right Center { gsave PaperWidth /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS -50 mul add } if PaperHeight 2 div translate AlignMark grestore } if mask 4 and 4 eq % Bottom Center { gsave PaperWidth 2 div 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if translate AlignMark grestore } if mask 8 and 8 eq % Left Center { gsave 0 /DEC$EDMS_POSITION_REGMARKS where { pop DEC$EDMS_POSITION_REGMARKS 50 mul add } if PaperHeight 2 div translate AlignMark grestore } if showpage } { erasepage } ifelse } { showpage } ifelse } def /CLRP {erasepage} def % /DMF { % /font-name DMF /psz exch def /nam exch def nam findfont psz scalefont setfont } def % /concatnam { % /abcd (xxx) concatnam ==> /abcdxxx /xxx exch def /nam exch def /namstr nam cvsstr cvs def /newnam namstr length xxx length add string def newnam 0 namstr putinterval newnam namstr length xxx putinterval newnam cvn } def % /strip { % /abcdef 2 strip ==> /cdef /num exch def /nam exch def /namstr nam cvsstr cvs def /newlen namstr length num sub def namstr num newlen getinterval cvn } def % ROUTINES TO HANDLE PACKING/UNPACKING NUMBERS /PackHW { % PackHW --> /num exch def /pos exch def /target exch def num 16#0000FFFF and 1 pos sub 16 mul bitshift target or } def /PackByte { % PackByte --> /num exch def /pos exch def /target exch def num 16#000000FF and 3 pos sub 8 mul bitshift target or } def /UnpkHW { % UnpkHW --> /num exch def /pos exch def num 1 pos sub -16 mul bitshift 16#0000FFFF and dup 16#00007FFF gt {16#00010000 sub} if } def /UnpkByte { % UnpkByte --> /num exch def /pos exch def num 3 pos sub -8 mul bitshift 16#000000FF and dup 16#0000007F gt {16#00000100 sub} if } def % % FOR POSTSCRIPT FONTS, LOOK AT SIZE REQUESTED. IF IT HAS A DECIMAL REMAINDER % EQUIVALENT TO .001-.009 POINTS (I.E., .050-.450 VAXDOC UNITS), THAT'S A FLAG % TO STRETCH IT VERTICALLY BY ADDING 1-9 EXTRA POINTS TO THE VERTICAL SCALING. % /TESTING false def % /ps-scalefont { % save requested size - as entered and as integer dup /x-size exch def cvi /x-int exch def % calc decimal remainder, mul x 1000, round x-size x-int sub 1000 mul round cvi /remainder exch def % see how we scale... remainder 50 lt remainder 450 gt or { % scale isomorphically /ystretch 0 def x-size scalefont } { % scale anamorphically /ystretch remainder def x-int ystretch add /y-size exch def [x-int 0 0 y-size 0 0] makefont } ifelse % TESTING { (\nSIZE ) print x-size 12 string cvs print (\tINT ) print x-int 12 string cvs print ( REM ) print remainder 12 string cvs print ( +Y ) print ystretch 12 string cvs print ( =\t) print ystretch 0 eq { x-size 12 string cvs print ( scalefont) print } { ([) print x-int 12 string cvs print ( 0 0 ) print y-size 12 string cvs print ( 0 0] makefont) print } ifelse } if } def % /DPSF { % /procname size /fontname DPSF findfont exch ps-scalefont [ exch /setfont cvx ] cvx def } def % /PXLBuildCharDict 17 dict def /CMEncodingArray 256 array def 0 1 255 {CMEncodingArray exch dup cvsstr cvs cvn put} for /RasterConvert {RasterScaleFactor div} def /TransformBBox { aload pop /BB-ury exch def /BB-urx exch def /BB-lly exch def /BB-llx exch def [ BB-llx RasterConvert BB-lly RasterConvert BB-urx RasterConvert BB-ury RasterConvert ] } def /RunLengthToRasters { % none yet } def /GenerateRasters { % GENERATE RASTERS FOR "IMAGEMASK" rasters runlength 1 eq {RunLengthToRasters} if } def % /int-dict-name {int (-dict) concatnam} def /int-dict {int (-dict) concatnam cvx load} def % /DefinePXLFont { % ... % ...[llx lly urx ury]DefinePXLFont /newfont exch def /bb exch def /num exch def /psz exch def /dsz exch def /pxlmag exch def /ext exch def /int exch def /fnam ext (-) concatnam pxlmag cvsstr cvs concatnam def newfont not { int-dict-name 13 dict def int-dict begin /FontType 3 def /FontMatrix [ 1 dsz div 0 0 1 dsz div 0 0 ] def /FontBBox bb TransformBBox def /Encoding CMEncodingArray def /CharDict 1 dict def CharDict begin /Char-Info num array def end /BuildChar { PXLBuildCharDict begin /char exch def /fontdict exch def fontdict /CharDict get /Char-Info get char get aload pop /rasters exch def /PackedWord1 exch def 0 PackedWord1 UnpkHW 16#7FFF ne { /PackedWord2 exch def /wx 0 PackedWord1 UnpkHW def /rows 2 PackedWord1 UnpkByte def /cols 3 PackedWord1 UnpkByte def /llx 0 PackedWord2 UnpkByte def /lly 1 PackedWord2 UnpkByte def /urx 2 PackedWord2 UnpkByte def /ury 3 PackedWord2 UnpkByte def }{ %else /PackedWord2 exch def /PackedWord3 exch def /PackedWord4 exch def /wx 1 PackedWord1 UnpkHW def /rows 0 PackedWord2 UnpkHW def /cols 1 PackedWord2 UnpkHW def /llx 0 PackedWord3 UnpkHW def /lly 1 PackedWord3 UnpkHW def /urx 0 PackedWord4 UnpkHW def /ury 1 PackedWord4 UnpkHW def } ifelse rows 0 lt { /rows rows neg def /runlength 1 def }{ %else /runlength 0 def } ifelse wx 0 llx RasterConvert lly RasterConvert urx RasterConvert ury RasterConvert setcachedevice rows 0 ne { gsave cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if end } def end fnam int-dict definefont pop } if int-dict-name fnam findfont psz scalefont def currentdict int [ int-dict /setfont cvx ] cvx put } def /PXLF { true DefinePXLFont} def % SIGNAL THAT FONT IS ALREADY LOADED /PXLNF {false DefinePXLFont} def % SIGNAL THAT FONT IS NOT ALREADY LOADED % /PXLC { % ... % ...PXLC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /wx exch def /code exch def /int exch def % SEE IF LONG OR SHORT FORMAT IS REQUIRED true cols CKSZ rows CKSZ ury CKSZ urx CKSZ lly CKSZ llx CKSZ TackRunLengthToRows { int-dict /CharDict get /Char-Info get code [ 0 0 llx PackByte 1 lly PackByte 2 urx PackByte 3 ury PackByte 0 0 wx PackHW 2 rows PackByte 3 cols PackByte rasters ] put }{ %else int-dict /CharDict get /Char-Info get code [ 0 0 urx PackHW 1 ury PackHW 0 0 llx PackHW 1 lly PackHW 0 0 rows PackHW 1 cols PackHW 0 0 16#7FFF PackHW 1 wx PackHW rasters ] put } ifelse } def % /CKSZ {abs 127 le and} def /TackRunLengthToRows {runlength 0 ne {/rows rows neg def} if} def % /PLOTC { % PLOTC /rasters exch def /runlength exch def /cols exch def /rows exch def /ury exch def /urx exch def /lly exch def /llx exch def /psz exch def /dsz exch def /wx exch def % "PLOT" A CHARACTER'S RASTER PATTERN rows 0 ne { gsave currentpoint translate psz dsz div dup scale cols rows true RasterScaleFactor 0 0 RasterScaleFactor neg llx .5 add neg ury .5 add tempmatrix astore GenerateRasters imagemask grestore } if wx x } def % /AlignMark % % This procedure draws an alignment mark centered on the coordinate system % origin. If the variable DEC$EDMS_SEPARATE_COLORS = 0 then a "positive" % alignment mark is drawn. If DEC$EDMS_SEPARATE_COLORS <> 0 then a "negative" % alignment mark is drawn. % % Formal Arguments: NONE % % Referenced Variables: DEC$EDMS_SEPARATE_COLORS % % Referenced Procedures: NONE % % Side Effects: NONE % { DEC$EDMS_SEPARATE_COLORS 0 eq { 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke } { 0 0 450 0 360 arc fill 1 setgray 0 0 300 0 360 arc 0 -450 moveto 0 450 lineto -450 0 moveto 450 0 lineto stroke 0 setgray } ifelse } def /SC % If not making film, the following procedure sets the current color using the % RGB color model. If making film, the procedure notes the "color pass" and, % if the specified color index matches the color pass, subsequent marks are % written in black. If the specified color index does not match the color pass, % marks are written in white. Use of colors on individual pages is also tracked % to allow pages that don't use a particular color to be suppressed on that % color pass (by the code in the /PP routine). % % Formal Arguments: color index (on stack) % % Referenced Variables: Colorsused % DEC$EDMS_SEPARATE_COLORS % DEC$EDMS_SUPPRESS_COLOR % % Referenced Procedures: NONE % % Side Effects: Modifies the variable Colorsused to record use of the color. % { /DEC$EDMS_SUPPRESS_COLOR where % if suppressing color { pop 0 setgray pop } % .then set "color" to Black { /DEC$EDMS_SEPARATE_COLORS where % .else if separating colors { pop dup DEC$EDMS_SEPARATE_COLORS eq % ..and if on this color pass { 0 setgray /Colorsused Colorsused % ...then write black (do write) 2 3 index exp cvi or def } % ...and note use of the "color" { 1 setgray } ifelse pop } % ...else write white (don't write) { dup ( ) cvs dup length 15 add string % ..using the color index, /tstr exch def % ..build up the name of the tstr 0 (DEC$EDMS_COLOR_) putinterval % ..potential external color tstr exch 15 exch putinterval % ..name procedure tstr cvn where % ..and see if it is defined { pop pop tstr cvn cvx exec } % ...if it is, execute it { DEC$EDMS_COLOR_ARRAY exch get % ..else execute the internal exec } ifelse % ..color setting procedure } ifelse } ifelse } def /RV % .. gross recto/verso translate { /DEC$EDMS_ENABLE_RECTOVERSO where { pop /RVmatrix DEC$EDMS_ENABLE_RECTOVERSO 50 mul 0 matrix translate def RVmatrix concat } if } def end %DEC_DVC$dict %%EndProlog %%BeginSetup /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack 54 dup translate % ..make room for the film info } if BeginDVC$PSDoc /PaperWidth 8.500 Resolution mul def /PaperHeight 11.000 Resolution mul def /Ymax PaperHeight def CLRP 300 3600 RES %> Postamble of file USER2:[GREENMAN]S1523IN_INDEX.DVI_PS. % DefineFont:F151 Category:10 Pointsize:10 /NewCenturySchlbk-Roman /NewCenturySchlbk-Roman@DOCPSE DOCPSE ReENCODE /F151 500.0 /NewCenturySchlbk-Roman@DOCPSE DPSF % DefineFont:F36 Category:10 Pointsize:10 /Helvetica-Bold /Helvetica-Bold@DOCPSE DOCPSE ReENCODE /F36 500.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F24 Category:10 Pointsize:14 /F24 700.0 /Helvetica-Bold@DOCPSE DPSF % DefineFont:F20 Category:10 Pointsize:18 /F20 900.0 /Helvetica-Bold@DOCPSE DPSF %%BeginDEC$EDMSInfo /DEC$EDMS_DOCUMENT_ID () def /DEC$EDMS_COLOR_NAMES [ (BLACK) (BLACK) (BLACK) (BLACK) ] def /DEC$EDMS_COLOR_ARRAY [ { 0 setgray } %color 0 procedure { 0 setgray } %color 1 procedure { 0 setgray } %color 2 procedure { 0 setgray } %color 3 procedure ] def /DEC$EDMS_TOTAL_PAGES 0 def %%EndDEC$EDMSInfo /DEC$EDMS_MAKE_FILM where { pop /DEC$EDMS_SEPARATE_COLORS where { pop } { (ERROR - DEC$EDMS_MAKE_FILM requires DEC$EDMS_SEPARATE_COLORS be defined) = quit } ifelse } if /DEC$EDMS_SEPARATE_COLORS where { pop /DEC$EDMS_SUPPRESS_COLOR where { pop (ERROR - DEC$EDMS_SEPARATE_COLORS and DEC$EDMS_SUPPRESS_COLOR are mutually exclusive) = quit } if DEC$EDMS_SEPARATE_COLORS 1 gt { (ERROR - No such color used in this file) = quit } if } if /DVC$PSFonts save def %%EndSetup % %%Page: INDEX-1 1 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 24048 6041 XY F20(Index)S 3675 X 345 y 23160 24 R 3675 8134 XY F24(A)S -504 x 299 y 10764 24 R 3675 8981 XY F151(Absolute)S 165 x(base)S 166 x(address)S 165 x(p-sects)S 4272 X 548 y(chang)S 2 x(ing)S 167 x (number)S 166 x(of,)S 200 x(2\20321)S 3675 X 548 y(ALPH00.FNT,)S 200 x (2\2037)S 3675 X 548 y(..ALRG,)S 200 x(2\20353)S 3675 X 548 y(AL)S -28 x (TMDE,)S 200 x(2\20322)S 3675 X 548 y(ARDPS,)S 198 x(2\20344)S 3675 X 548 y(..A)S -27 x(TDK,)S 199 x(2\20337)S 3675 X 548 y(..A)S -27 x(TFX,)S 200 x(2\20337)S 3675 X 548 y(Auto)S 166 x(installation)S 165 x(\211le)S 4272 X 548 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x(2\2036)S 3675 14964 XY F24(B)S -504 x 299 y 10764 24 R 3675 15811 XY F151(BA.MAC,)S 199 x(2\2038)S 3675 X 548 y(Bad)S 165 x(block)S 167 x(replacement)S 4272 X 548 y(in)S 167 x(user)S -9 x(-written)S 166 x(handlers,)S 200 x(2\20344)S 3675 X 548 y(Banner)S 166 x(pages)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(width)S 165 x(of,)S 200 x(2\20342)S 3675 X 548 y(BA)S -28 x(TCH)S 4272 X 548 y(modifying)S 167 x(to)S 166 x(save)S 166 x(disk)S 166 x (space,)S 200 x(2\20327)S 3675 X 548 y(BA)S -28 x(TCH.SA)S -56 x(V,)S 200 x(2\2035)S 3675 X 548 y(BHAL)S -28 x(T,)S 200 x(2\20331)S 3675 X 547 y(BINCO)S -2 x(M.SA)S -55 x(V,)S 200 x(2\2034)S 3675 X 548 y(..BLDS,)S 200 x(2\20319)S 3675 X 548 y(Bootstrap)S 4272 X 548 y(installing)S 167 x (on)S 166 x(diskette,)S 199 x(6\2036)S 4272 X 548 y(installing)S 167 x (on)S 166 x(RX02,)S 199 x(7\2035)S 4272 X 548 y(installing)S 182 x(on)S 181 x(working)S 182 x(system,)S 199 x(3\2034)S(,)S 186 x(4\2035)S(,)S 5468 X 548 y(5\2035)S(,)S 166 x(8\2037)S 4272 X 548 y(loading)S 167 x (software,)S 199 x(B\2031)S 4272 X 548 y(magtape)S 5169 X 548 y(list)S 165 x(of)S 166 x(\(table\),)S 200 x(2\2037)S 3675 X 548 y(Bootstrap)S 165 x(loader)S 4272 X 548 y(RK05)S 166 x(address)S 165 x(and)S 166 x (contents,)S 200 x(B\2038)S 4272 X 548 y(RK06)S 166 x(address)S 165 x (and)S 166 x(contents,)S 200 x(B\20313)S 4272 X 548 y(RK07)S 166 x(address)S 165 x(and)S 166 x(contents,)S 200 x(B\20313)S 4272 X 548 y(RL01)S 166 x (address)S 166 x(and)S 166 x(contents,)S 200 x(B\20314)S 4272 X 548 y (RL02)S 166 x(address)S 166 x(and)S 166 x(contents,)S 200 x(B\20314)S 4272 X 548 y(RX1)S -28 x(1)S 166 x(address)S 166 x(and)S 166 x(contents,)S 200 x(B\2039)S 4272 X 548 y(RX21)S -28 x(1)S 166 x(address)S 166 x(and)S 166 x(contents,)S 200 x(B\20316)S 4272 X 547 y(TJU16)S 167 x(address)S 165 x(and)S 166 x(contents,)S 200 x(B\2031)S -28 x(1)S 15630 8000 XY (Bootstrap)S 165 x(loader)S 166 x(\(Cont.\))S 16228 X 650 y(TM1)S -27 x (1)S 166 x(address)S 165 x(and)S 166 x(contents,)S 200 x(B\2031)S -28 x (1)S 16228 X 548 y(TSV05)S 165 x(address)S 166 x(and)S 166 x(contents,)S 200 x(B\20318)S 15630 X 548 y(Bootstrap)S 165 x(message)S 16228 X 548 y (changing)S 2 x(,)S 199 x(2\20336)S 16228 X 548 y(suppressing,)S 200 x (2\20335)S 15630 X 548 y(Bootstrapping)S 166 x(the)S 166 x(system)S 16228 X 548 y(in)S 166 x(less)S 165 x(than)S 167 x(16K)S 165 x(words,)S 199 x(2\20331)S 15630 X 548 y(BSTRAP)S -65 x(.MAC,)S 200 x(2\2038)S 15630 X 548 y(BSTRNG,)S 199 x(2\20336)S 15630 X 548 y(BUP)S -500 x 548 y (Changing)S 168 x(acceptable)S 167 x(number)S 168 x(of)S 167 x(bad)S 167 x(blocks,)S 17423 X 548 y(2\20334)S 15630 X 548 y(BUP)S -64 x(.SA)S -56 x(V,)S 200 x(2\2034)S 15630 16299 XY F24(C)S -504 x 299 y 10764 24 R 15630 17146 XY F151(..CMDS,)S 200 x(2\20354)S 15630 X 547 y(Components)S 16228 X 548 y(arranging)S 168 x(on)S 166 x(small)S 165 x(working)S 167 x (system,)S 199 x(2\20315)S 15630 X 548 y(CONFIG)S 16228 X 548 y(RMON)S 165 x(\211xed)S 167 x(offset)S 165 x(300)S 17124 X 548 y($FBMON)S 166 x (bit,)S 199 x(2\20364)S 15630 X 548 y(CONFIG.CO)S -2 x(M,)S 200 x(2\2039)S 15630 X 548 y(CONFIG.SA)S -57 x(V,)S 200 x(2\2039)S 15630 X 548 y(CONSO)S -2 x(L.MAC,)S 200 x(2\2039)S 15630 X 548 y(CREF)S -814 x 548 y(changing)S 168 x(page)S 166 x(listing)S 166 x(length,)S 201 x(2\20348)S 15630 X 548 y(CREF)S -56 x(.SA)S -56 x(V,)S 200 x(2\2034)S 15630 X 548 y(CUSTOM.TXT,)S 200 x(2\2039)S 16228 X 548 y(customization)S 165 x(symbol)S 166 x(values,)S 200 x(2\20318)S 15630 X 548 y(Customizat)S -2 x(ions)S 16228 X 548 y (for)S 166 x(distributed)S 165 x(monitors,)S 200 x(2\20318)S 16228 X 548 y(software)S 17124 X 548 y(getting)S 167 x(symbol)S 166 x(values)S 167 x(for,)S 199 x(2\20318)S 16228 X 548 y(table)S 165 x(of,)S 200 x (1\2034)S 15630 28060 XY F24(D)S -504 x 299 y 10764 24 R 15630 28907 XY F151(DA)S -28 x(TIME.MAC,)S 199 x(2\2039)S 15630 X 548 y(DA)S -28 x (TIME.SA)S -56 x(V,)S 200 x(2\20310)S 15630 X 548 y(DBGS)S -2 x(YM.SA)S -55 x(V,)S 199 x(2\2037)S 15630 X 548 y(Debuggers)S 24983 33488 XY F36 (Index\2031)S %%EndCustomColor: 0 1 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%PageCustomColors: 0 % %%Page: INDEX-2 2 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 3969 XY F151(Debuggers)S 167 x(\(Cont.\))S 4272 X 650 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x(2\2037)S 3675 X 548 y(Default)S 165 x(device)S 4272 X 548 y(assigning,)S 201 x(2\20315)S 4272 X 548 y (chang)S 2 x(ing)S 167 x(for)S 166 x(EDIT)S 165 x(command,)S 200 x(2\20338)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(for)S 166 x(FRUN)S 166 x(command,)S 200 x(2\20337)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(for)S 166 x(indirect)S 166 x(command)S 166 x(\211les,)S 200 x(2\20336)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(for)S 166 x(QUEMAN,)S 199 x(2\20339)S 3675 X 548 y(DEMOB)S -2 x(1.BAS,)S 200 x(2\2037)S 3675 X 548 y(DEMOB)S -2 x(G.MAC,)S 200 x (2\2037)S 3675 X 548 y(DEMOF1.FOR,)S 199 x(2\2037)S 3675 X 548 y(DEMOF2.FOR,)S 199 x(2\2037)S 3675 X 548 y(DEMOF3.FOR,)S 199 x(2\2037)S 3675 X 548 y (DEMOFG.MAC,)S 198 x(2\2037)S 3675 X 548 y(DEMOK)S -2 x(D.TXT,)S 200 x (2\2037)S 3675 X 548 y(DEMOM1.MAC,)S 199 x(2\2037)S 3675 X 548 y(Demonstration)S 165 x(programs)S 4272 X 548 y(creating)S 167 x(volumes)S 167 x(for,)S 200 x(2\20317)S 4272 X 547 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x (2\2037)S 3675 X 548 y(Density)S 4272 X 548 y(chang)S 2 x(ing)S 167 x (for)S 166 x(magtape,)S 200 x(2\20327)S 3675 X 548 y(Device)S 166 x (handlers)S 4272 X 548 y(choosing)S 168 x(for)S 166 x(peripheral)S 166 x (devices,)S 200 x(2\20313)S 4272 X 548 y(choosing)S 168 x(for)S 166 x (working)S 167 x(system,)S 199 x(2\20312)S 4272 X 548 y(controller)S 152 x(installed)S 151 x(at)S 151 x(nonstandard)S 152 x(address,)S 5468 X 548 y(2\20324)S 4272 X 548 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x (2\2032)S 4272 X 548 y(renaming)S 2 x(,)S 199 x(2\20324)S 4272 X 548 y (user)S -8 x(-written)S 5169 X 548 y(bad)S 166 x(block)S 167 x(replacement)S 166 x(for,)S 200 x(2\20345)S 5169 X 548 y(for)S 166 x(magtapes,)S 200 x (2\20346)S 4272 X 548 y(when)S 167 x(bootstrap)S 165 x(doesn')S -9 x (t)S 166 x(install,)S 199 x(2\20324)S 3675 X 548 y(Devices)S 4272 X 548 y(assigning)S 167 x(default)S 166 x(to)S 166 x(data,)S 199 x(2\20315)S 4272 X 548 y(installing)S 167 x(nonstandard,)S 200 x(2\20323)S 3675 X 548 y(..DIAL,)S 200 x(2\20332)S 3675 X 548 y(DIAL)S 165 x(command)S 4272 X 547 y(using)S 167 x(with)S 166 x(VTCOM,)S 199 x(2\20332)S 3675 X 548 y(DIBO)S -2 x(L)S 4272 X 548 y(LINK)S 166 x(change)S 167 x(requirement,)S 201 x(2\20322)S 3675 X 548 y(DIFFERE)S -2 x(NCES/CHANGE)S -2 x(BAR)S 181 x(command,)S 4870 X 548 y(2\20318)S 3675 X 548 y(DIR)S -354 x 548 y (chang)S 2 x(ing)S 180 x(default)S 179 x(number)S 181 x(of)S 179 x(columns)S 180 x(in,)S 5468 X 548 y(2\20319)S 4272 X 548 y(chang)S 2 x(ing)S 167 x (default)S 166 x(order)S 166 x(of)S 166 x(listings,)S 199 x(2\20320)S 3675 X 548 y(DIR.SA)S -57 x(V,)S 200 x(2\2034)S 3675 X 548 y(DIRE)S -2 x(CTOR)S -19 x(Y)S 166 x(command,)S 200 x(2\2031)S -28 x(1)S 3675 X 548 y(Directory)S 166 x(listings)S 15630 3969 XY(Directory)S 166 x(listings)S 166 x(\(Cont.\))S 16228 X 650 y(changing)S 181 x(default)S 180 x(number)S 180 x(of)S 179 x(columns)S 180 x(in,)S 17423 X 548 y(2\20319)S 16228 X 548 y(reading,)S 200 x(2\2031)S -27 x(1)S 16228 X 548 y(sorting)S -727 x 548 y(chang)S 2 x(ing)S 166 x(default)S 166 x(of,)S 200 x(2\20320)S 15630 X 548 y(Directory)S 166 x(segments)S 16228 X 548 y(changing)S 168 x(default)S 166 x(number)S 166 x(of,)S 200 x(2\20341)S 15630 X 548 y (Disk)S 165 x(distribution)S 166 x(kit)S 16228 X 548 y(backing)S 167 x (up,)S 200 x(5\2032)S(,)S 166 x(6\2032)S 16228 X 548 y(bootstrapping,)S 199 x(5\2031)S(,)S 167 x(6\2031)S 16228 X 548 y(copying)S 175 x(bootstrap)S 174 x(to)S 174 x(system)S 174 x(volume,)S 201 x(5\2034)S(,)S 17423 X 548 y(6\2034)S 16228 X 548 y(initializing)S 166 x(backup)S 166 x(volume,)S 201 x(5\2033)S(,)S 166 x(6\2033)S 16228 X 548 y(installing)S 17124 X 548 y(bootstrapping)S 166 x(distribution)S 166 x(volume,)S 201 x(5\2031)S 16228 X 548 y(installing)S 166 x(on)S 166 x(disk,)S 200 x(5\2031)S 16228 X 548 y(installing)S 166 x(on)S 166 x(small)S 166 x(device,)S 200 x(6\2031)S 16228 X 547 y(unprotecting)S 167 x(backup)S 167 x(volumes,)S 200 x(5\2034)S (,)S 166 x(6\2034)S 15630 X 548 y(Disk)S 165 x(distribution)S 166 x (kit)S 166 x(to)S 166 x(disk)S 16228 X 548 y(if)S 165 x(SYSGEN)S 165 x (required,)S 200 x(5\20312)S 15630 X 548 y(Disk)S 165 x(distribution)S 166 x(kit)S 166 x(to)S 166 x(small)S 165 x(device)S 16228 X 548 y(if)S 165 x(SYSGEN)S 165 x(required,)S 200 x(6\20314)S 15630 X 548 y(Diskettes)S 16228 X 548 y(installing)S 166 x(system)S 165 x(to)S 166 x(run)S 167 x (on,)S 200 x(3\2031)S(,)S 167 x(6\2031)S 16228 X 548 y(sizes)S 165 x (of)S 165 x(\(table\),)S 200 x(2\2031)S -28 x(1)S 15630 X 548 y(Distribution)S 165 x(kit)S 16228 X 548 y(disk)S -73 x 548 y(installing)S 167 x(on)S 166 x(disk,)S 200 x(5\2031)S 17124 X 548 y(installing)S 167 x(on)S 166 x (small)S 165 x(device,)S 201 x(6\2031)S 16228 X 548 y(\211les)S 166 x (on)S 166 x(\(table\),)S 199 x(2\2032)S 16228 X 548 y(magtape)S 17124 X 548 y(installing)S 167 x(on)S 166 x(disk,)S 200 x(8\2031)S 16228 X 548 y (RX01)S -369 x 548 y(installing)S 167 x(on)S 166 x(disk,)S 200 x(4\2031)S 17124 X 548 y(installing)S 167 x(on)S 166 x(small)S 165 x(devices,)S 200 x(3\2031)S 16228 X 548 y(RX50)S -369 x 547 y(installing)S 176 x (on)S 177 x(Professional)S 175 x(300)S 176 x(Series,)S 18320 X 548 y (9\2031)S 15630 X 548 y(D)S 165 x(keyboar)S 2 x(d)S 166 x(command)S 16228 X 548 y(use)S 166 x(of)S 166 x(above)S 166 x(backgrou)S 2 x(nd)S 166 x(job,)S 200 x(2\20339)S 15630 X 548 y(DL.MAC,)S 199 x(2\2038)S 15630 X 548 y(DL.SYS,)S 199 x(2\2032)S 15630 X 548 y(DLX.SYS,)S 199 x (2\2032)S 15630 X 548 y(DM.MAC,)S 199 x(2\2038)S 15630 X 548 y(DM.SYS,)S 199 x(2\2032)S 15630 X 548 y(DMX.SYS,)S 199 x(2\2032)S 15630 X 548 y (..DOFF,)S 200 x(2\20347)S 15630 X 548 y(..DPFX,)S 200 x(2\20355)S 15630 X 548 y(..DSFX,)S 200 x(2\20356)S 3675 33488 XY F36(Index\2032)S %%EndCustomColor: 0 2 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-3 3 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(DU.MAC,)S 199 x(2\2038)S 3675 X 548 y(DU.SYS,)S 199 x(2\2032)S 3675 X 548 y(DUMP)S -65 x(.SA)S -55 x(V,)S 200 x(2\2034)S 3675 X 548 y(DUP)S -65 x(.SA)S -55 x(V,)S 199 x(2\2034)S 3675 X 548 y (DUX.SYS,)S 198 x(2\2032)S 3675 X 548 y(DW)S -56 x(.MAC,)S 199 x(2\2038)S 3675 X 548 y(DW)S -56 x(.SYS,)S 199 x(2\2032)S 3675 X 548 y(DWX.SYS)S -2 x(,)S 200 x(2\2032)S 3675 X 548 y(DX.MAC,)S 199 x(2\2038)S 3675 X 547 y(DX.SYS,)S 198 x(2\2032)S 3675 X 548 y(DXX.SYS)S -2 x(,)S 200 x (2\2032)S 3675 X 548 y(DY)S -56 x(.MAC,)S 199 x(2\2038)S 3675 X 548 y (DY)S -56 x(.SYS,)S 199 x(2\2032)S 3675 X 548 y(DYX.SYS)S -2 x(,)S 200 x (2\2033)S 3675 X 548 y(DZ.MAC,)S 199 x(2\2038)S 3675 X 548 y(DZ.SYS,)S 199 x(2\2033)S 3675 X 548 y(DZX.SYS,)S 199 x(2\2033)S 3675 13967 XY F24(E)S -465 x 298 y 10764 24 R 3675 14813 XY F151(EDBI)S -2 x(TS,)S 200 x(2\20350)S 3675 X 548 y(..EDDV,)S 199 x(2\20338)S 3675 X 548 y (EDIT)S -686 x 548 y(with)S 166 x(nonstandard)S 167 x(ESCA)S -2 x(PE)S 166 x(codes,)S 200 x(2\20322)S 3675 X 548 y(EDIT)S -47 x(.SA)S -55 x (V,)S 199 x(2\2034)S 3675 X 548 y(EDIT)S 165 x(keyboard)S 167 x(command)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(\211le)S 166 x (name)S 166 x(for,)S 200 x(2\20339)S 4272 X 548 y(\211le)S 167 x(type)S 5169 X 548 y(changin)S 2 x(g)S 166 x(default,)S 200 x(2\20338)S 3675 X 548 y(Editors)S 4272 X 555 y(See)S 166 x(T)S -45 x(ext)S 166 x(editors)S 3675 X 548 y(EDTG.MAC,)S 198 x(2\2037)S(,)S 167 x(2\2038)S 3675 X 548 y (E)S 165 x(keyboar)S 2 x(d)S 165 x(command)S 4272 X 548 y(use)S 167 x (of)S 166 x(above)S 166 x(backgrou)S 2 x(nd)S 166 x(job,)S 200 x(2\20339)S 3675 X 548 y(EL.MAC,)S 199 x(2\2038)S 3675 X 548 y(ELCOPY)S -57 x(.MAC,)S 200 x(2\2038)S 3675 X 548 y(ELINIT)S -46 x(.MAC,)S 199 x(2\2038)S 3675 X 548 y(EL)S -28 x(T)S -27 x(ASK.MAC,)S 199 x(2\2038)S 3675 X 548 y(..EMON,)S 200 x(2\20339)S 3675 X 548 y(Errors)S 4272 X 548 y(fatal)S -174 x 548 y (preventing)S 168 x(reset)S 166 x(from,)S 199 x(2\20330)S 3675 X 548 y (ERRO)S -2 x(UT)S -45 x(.OBJ,)S 199 x(2\2038)S 3675 X 548 y(ERRO)S -2 x (UT)S -45 x(.SA)S -56 x(V,)S 200 x(2\2035)S 3675 X 548 y(ERRTXT)S -47 x (.MAC,)S 200 x(2\2038)S 3675 29023 XY F24(F)S -426 x 299 y 10764 24 R 3675 29870 XY F151(..F)S -36 x(AST,)S 200 x(2\20354)S 3675 X 548 y(F)S -37 x(A)S -28 x(T)S -27 x(AL,)S 200 x(2\20330)S 3675 X 548 y(Fatal)S 166 x(errors)S 15630 3969 XY(Fatal)S 166 x(errors)S 166 x(\(Cont.\))S 16228 X 611 y(preventing)S 167 x(reset)S 166 x(from,)S 200 x(2\20330)S 15630 X 548 y(FB.MAC,)S 200 x(2\2038)S 15630 X 548 y($FBMON)S 166 x (bit,)S 199 x(2\20364)S 15630 X 548 y(FB)S 166 x(monitor)S 16228 X 548 y (features)S 166 x(of,)S 199 x(1\2032)S 15630 X 548 y(Files)S -528 x 548 y(distributed)S 17124 X 548 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x(2\2032)S 16228 X 548 y(size)S 165 x(of)S -561 x 548 y(setting)S 166 x(upper)S 167 x(limit)S 165 x(on,)S 200 x(2\20333)S 15630 X 548 y (File)S 166 x(types)S 16228 X 548 y(default)S -737 x 548 y(chang)S 2 x (ing)S 166 x(for)S 167 x(FRUN)S 165 x(command,)S 200 x(2\20338)S 17124 X 548 y(chang)S 2 x(ing)S 178 x(for)S 179 x(indirect)S 178 x(command)S 178 x(\211les,)S 18320 X 548 y(2\20337)S 15630 X 548 y(FILEX.SA)S -56 x (V,)S 200 x(2\2034)S 15630 X 547 y(Foregrou)S 2 x(nd/backgro)S 2 x(und)S 166 x(monitor)S 16228 X 651 y(See)S 166 x(FB)S 166 x(monitor)S 15630 X 547 y(FORMA)S -28 x(T)S -46 x(.SA)S -55 x(V,)S 199 x(2\2034)S 15630 X 548 y(..FRDK,)S 200 x(2\20337)S 15630 X 548 y(FRUN)S 166 x(keyboard)S 167 x(command)S 16228 X 548 y(changing)S 168 x(default)S 166 x(device)S 166 x(for,)S 200 x(2\20337)S 16228 X 548 y(\211le)S 166 x(type)S 17124 X 548 y(chang)S 2 x(ing)S 166 x(default,)S 200 x(2\20338)S 15630 X 548 y (..FRUX,)S 200 x(2\20338)S 15630 X 548 y(FSM.MAC,)S 200 x(2\2038)S 15630 X 548 y(Fully-mapped)S 166 x(monitor)S 16228 X 650 y(See)S 166 x(ZM)S 166 x(monitor)S 15630 20652 XY F24(G)S -543 x 299 y 10764 24 R 15630 21499 XY F151(GIDI)S -2 x(S.SA)S -55 x(V,)S 199 x(2\2034)S 15630 X 548 y(..GON,)S 200 x(2\20365)S 15630 X 548 y(Graphics)S 16228 X 548 y(list)S 165 x (of)S 166 x(\211les)S 166 x(for)S 166 x(\(table\),)S 199 x(2\2037)S 15630 24194 XY F24(H)S -504 x 299 y 10764 24 R 15630 25041 XY F151(Handler)S 166 x(\211les)S 16228 X 548 y(magtape)S 166 x(\(table\),)S 199 x(2\20326)S 15630 X 548 y(Handlers)S 16228 X 555 y(See)S 166 x(Device)S 166 x(handlers)S 15630 X 548 y(Hardware)S 166 x(magtapes)S 16228 X 548 y(installing)S 166 x(support)S 166 x(for,)S 200 x(2\20325)S 15630 X 548 y(..HELF,)S 201 x(2\20343)S 15630 X 548 y(HELP)S -64 x(.EXE)S 16228 X 548 y(creating)S 167 x(from)S 166 x(HELP)S -65 x(.SA)S -55 x(V,)S 199 x(2\20328)S 15630 X 548 y(HELP)S -64 x(.SA)S -56 x(V,)S 200 x(2\2034)S 15630 X 548 y(HELP)S -64 x(.TXT)S 24983 33488 XY F36(Index\2033)S %%EndCustomColor: 0 3 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-4 4 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 3969 XY F151(HELP)S -64 x(.TXT)S 166 x(\(Cont.\))S 4272 X 611 y(creating)S 167 x(from)S 166 x(HELP)S -64 x(.SA)S -55 x(V,)S 199 x (2\20328)S 3675 X 548 y(HELP)S 166 x(\211le)S 4272 X 548 y(chang)S 2 x (ing)S 167 x(default)S 166 x(device)S 166 x(for,)S 200 x(2\20343)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(\211le)S 166 x(name)S 166 x(for,)S 200 x(2\20343)S 3675 X 548 y(HELP)S 166 x(package,)S 201 x (2\20313)S 3675 X 548 y(Help)S 166 x(text)S 4272 X 548 y(modifying,)S 201 x(2\20328)S 3675 8919 XY F24(I)S -194 x 299 y 10764 24 R 3675 9766 XY F151(I/O)S 166 x(page)S 4272 X 548 y(depositing)S 167 x(in,)S 200 x (2\20339)S 4272 X 548 y(examining)S 2 x(,)S 200 x(2\20339)S 3675 X 548 y (IND)S -400 x 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(device)S 166 x(for,)S 200 x(2\20344)S 4272 X 548 y(Changin)S 2 x(g)S 166 x(default)S 166 x(\211le)S 166 x(type,)S 200 x(2\20334)S 4272 X 548 y(chang)S 2 x (ing)S 167 x(default)S 166 x(to,)S 199 x(2\20348)S 4272 X 548 y(Eliminating)S 191 x(or)S 191 x(changin)S 2 x(g)S 191 x(terminating)S 5468 X 548 y (message,)S 199 x(2\20346)S 4272 X 548 y(suppressing)S 170 x(dynamic)S 170 x(allocation)S 170 x(of)S 169 x(a)S 170 x(region)S 5468 X 548 y (for,)S 200 x(2\20353)S 3675 X 548 y(IND.SA)S -56 x(V,)S 199 x(2\2034)S 3675 X 548 y(INDEX)S -2 x(.IDX,)S 200 x(2\2035)S 3675 X 548 y(INDEX)S -2 x(.SA)S -55 x(V,)S 199 x(2\2034)S 3675 X 548 y(INDEX)S -2 x(A.IMG,)S 200 x(2\2036)S 3675 X 547 y(INDEX)S -2 x(B.IMG,)S 200 x(2\2036)S 3675 X 548 y(INDEX)S -2 x(X.SA)S -55 x(V,)S 199 x(2\2034)S 3675 X 548 y(..INDF,)S 200 x(2\20334)S 3675 X 548 y(Indirect)S 166 x(command)S 166 x(\211les)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(device)S 166 x (for,)S 200 x(2\20336)S 4272 X 548 y(\211le)S 167 x(type)S 5169 X 548 y (changin)S 2 x(g)S 166 x(default,)S 200 x(2\20337)S 4272 X 548 y(nesting)S -809 x 548 y(changin)S 2 x(g)S 166 x(depth,)S 200 x(2\20340)S 4272 X 548 y(start-up)S 5169 X 548 y(choosing)S 167 x(for)S 166 x(working)S 167 x(system,)S 199 x(2\20314)S 5169 X 548 y(suppressing,)S 200 x(2\20335)S 5169 X 548 y(suppressing)S 166 x(echo,)S 201 x(2\20336)S 4272 X 548 y (using)S 167 x(IND)S 166 x(with,)S 199 x(2\20348)S 3675 X 548 y(..INDN,)S 200 x(2\20344)S 3675 X 548 y(..INDR,)S 199 x(2\20348)S 3675 X 548 y (Installation)S 4272 X 548 y(customization)S 5169 X 547 y(features)S 166 x(available)S 166 x(through)S 2 x(,)S 200 x(1\2034)S 4272 X 548 y (disk)S 166 x(distribution)S 166 x(kit)S 166 x(to)S 166 x(disk,)S 200 x (5\2031)S 4272 X 548 y(disk)S 166 x(distribution)S 166 x(kit)S 166 x (to)S 166 x(small)S 165 x(device,)S 201 x(6\2031)S 4272 X 548 y(magtape)S 167 x(distribution)S 165 x(kit)S 166 x(to)S 166 x(disk,)S 200 x(8\2031)S 4272 X 548 y(Manual)S 167 x(or)S 167 x(automatic?,)S 199 x(1\2031)S 4272 X 548 y(preparation)S 167 x(for,)S 200 x(2\2031)S 15630 3969 XY (Installation)S 165 x(\(Cont.\))S 16228 X 611 y(procedure,)S 200 x(1\2031)S 16228 X 548 y(reading)S 167 x(path)S 166 x(for,)S 199 x(1\2031)S -27 x (1)S 16228 X 548 y(RX01)S 165 x(distribution)S 166 x(to)S 166 x(disk,)S 199 x(4\2031)S 16228 X 548 y(RX01)S 165 x(distribution)S 166 x(to)S 166 x(small)S 165 x(device,)S 200 x(3\2031)S 16228 X 548 y(RX02)S 165 x (distribution)S 166 x(kit)S 166 x(to)S 166 x(RX02,)S 199 x(7\2031)S 16228 X 548 y(survey)S 167 x(of)S 166 x(procedures,)S 200 x(2\2031)S 16228 X 548 y(test)S 165 x(of)S 166 x(working)S 167 x(system)S 165 x (on)S 167 x(disk,)S 199 x(4\2038)S(,)S 167 x(5\2037)S 16228 X 548 y (test)S 165 x(of)S 166 x(working)S 167 x(system)S 165 x(on)S 167 x(RX02,)S 199 x(7\2037)S 16228 X 548 y(test)S 180 x(of)S 181 x(working)S 182 x (system)S 181 x(on)S 182 x(small)S 180 x(device,)S 17423 X 548 y(3\2036)S (,)S 167 x(6\2039)S 15630 X 548 y(Introduction)S 167 x(to)S 165 x(RT)S -45 x(\2031)S -28 x(1)S 16228 X 548 y(creating)S 167 x(volumes)S 166 x (for,)S 200 x(2\20317)S 15630 X 548 y(..IRDF,)S 200 x(2\20363)S 15630 X 548 y(..IRDM,)S 200 x(2\20363)S 15630 X 548 y(..IRDX,)S 199 x(2\20363)S 15630 X 548 y(IVP)S -65 x(.MAP,)S 201 x(2\2036)S 15630 13851 XY F24 (J)S -388 x 299 y 10764 24 R 15630 14698 XY F151(..JDEV,)S 199 x(2\20359)S 15630 X 548 y(..JOU,)S 200 x(2\20357)S 15630 X 548 y(..JSIZ,)S 200 x (2\20358)S 15630 16845 XY F24(K)S -504 x 299 y 10764 24 R 15630 17692 XY F151(KED)S -538 x 548 y(Adjusting)S 166 x(journ)S 2 x(al)S 166 x(\211le)S 166 x(size,)S 199 x(2\20358)S 16228 X 548 y(Automatic)S 165 x(journ)S 2 x(aling,)S 200 x(2\20357)S 16228 X 548 y(Forcing)S 167 x(a)S 166 x (journal)S 167 x(device,)S 201 x(2\20359)S 16228 X 548 y(modifying)S 167 x(default)S 165 x(\211le)S 167 x(type,)S 200 x(2\20351)S 16228 X 548 y(Modifying)S 167 x(maximum)S 166 x(LEARNs,)S 199 x(2\20360)S 16228 X 548 y(Modifying)S 182 x(storage)S 182 x(capacity)S 182 x(for)S 182 x (LEARN,)S 17423 X 548 y(2\20360)S 16228 X 548 y(Restoring)S 166 x(LOCAL)S 165 x(form)S 166 x(feed,)S 200 x(2\20361)S 15630 X 547 y(KED.SA)S -57 x (V,)S 200 x(2\2034)S 15630 X 548 y(KEX)S -501 x 548 y(Adjusting)S 166 x (journ)S 2 x(al)S 166 x(\211le)S 166 x(size,)S 199 x(2\20358)S 16228 X 548 y(Automatic)S 165 x(journ)S 2 x(aling,)S 200 x(2\20357)S 16228 X 548 y(Forcing)S 167 x(a)S 166 x(journal)S 167 x(device,)S 201 x(2\20359)S 16228 X 548 y(limiting)S 166 x(memory)S 166 x(requested)S 166 x(by,)S 201 x(2\20349)S 16228 X 548 y(Modifying)S 167 x(maximum)S 166 x(LEARNs,)S 199 x(2\20360)S 16228 X 548 y(Modifying)S 182 x(storage)S 182 x(capacity)S 182 x(for)S 182 x(LEARN,)S 17423 X 548 y(2\20360)S 16228 X 548 y(Restoring)S 166 x(LOCAL)S 165 x(form)S 166 x(feed,)S 200 x(2\20361)S 15630 X 548 y (KEX.SA)S -57 x(V,)S 200 x(2\2034)S 15630 X 548 y(Keypad)S 166 x(editor)S 16228 X 650 y(See)S 166 x(KED)S -2 x(.SA)S -55 x(V)S 15630 X 548 y(KMON.MAC,)S 199 x(2\2038)S 15630 X 548 y(KMOVL)S -47 x(Y)S -55 x(.MAC,)S 199 x(2\2038)S 15630 X 548 y(..28KW,)S 200 x(2\20335)S 3675 33488 XY F36(Index\2034)S %%EndCustomColor: 0 4 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-5 5 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4104 XY F24(L)S -426 x 298 y 10764 24 R 3675 4950 XY F151 (LCBITS,)S 199 x(2\20350)S 3675 X 548 y(..LCCH,)S 200 x(2\20364)S 3675 X 548 y(..LCFF,)S 201 x(2\20361)S 3675 X 548 y(LD)S -123 x 548 y(chang)S 2 x(ing)S 164 x(default)S 164 x(logical)S 165 x(disk)S 163 x(\211le)S 165 x(type,)S 200 x(2\20347)S 4272 X 548 y(Handler)S 167 x(suf\211x)S 167 x(customization,)S 199 x(2\20319)S 3675 X 548 y(LD.MAC,)S 199 x (2\2038)S 3675 X 548 y(LD.SYS,)S 199 x(2\2033)S 3675 X 548 y(..LDEX,)S 200 x(2\20347)S 3675 X 548 y(LDX.SYS,)S 199 x(2\2033)S 3675 X 548 y (LIBR.SA)S -56 x(V,)S 199 x(2\2034)S 3675 X 548 y(Libraries)S 4272 X 548 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x(2\2037)S 3675 X 548 y (Library)S 167 x(modules)S 4272 X 548 y(increasing)S 168 x(number)S 166 x(of)S 166 x(for)S 166 x(LINK,)S 200 x(2\20321)S 3675 X 548 y(Line)S 166 x(printer)S 167 x(handlers)S 4272 X 547 y(chang)S 2 x(ing)S 167 x (CSR)S 165 x(addresses)S 165 x(in,)S 200 x(2\20324)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(vectors)S 166 x(in,)S 200 x(2\20324)S 4272 X 548 y(choosing)S 168 x(for)S 166 x(working)S 167 x(system,)S 199 x(2\20313)S 3675 X 548 y (LINK)S -732 x 548 y(chang)S 2 x(ing)S 182 x(default)S 181 x(output)S 181 x(to)S 182 x(132-column,)S 5468 X 548 y(2\20352)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(size)S 165 x(of)S 166 x(library)S 166 x(module)S 167 x (list,)S 199 x(2\20321)S 4272 X 548 y(chang)S 2 x(ing)S 185 x(size)S 184 x(of)S 184 x(library)S 185 x(module)S 185 x(list)S 183 x(of,)S 5468 X 548 y(2\20321)S 4272 X 548 y(Making)S 168 x(/G)S 166 x(option)S 166 x (a)S 166 x(default,)S 200 x(2\20365)S 4272 X 548 y(modifying)S 167 x (listing)S 166 x(page)S 167 x(length,)S 201 x(2\20343)S 4272 X 548 y (modifying)S 193 x(to)S 191 x(chang)S 2 x(e)S 191 x(default)S 191 x (SYSLIB)S 5468 X 548 y(device,)S 200 x(2\20328)S 3675 X 548 y(LINK.SA)S -56 x(V,)S 199 x(2\2035)S 3675 X 548 y(LINPPG,)S 199 x(2\20343)S 3675 X 548 y(LMLSIZ,)S 200 x(2\20322)S 3675 X 548 y(Load)S 166 x(maps)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(default)S 166 x(page)S 166 x(length)S 167 x(for,)S 200 x(2\20343)S 3675 X 547 y(LP)S -64 x(.MAC,)S 200 x(2\2038)S 3675 X 548 y(LP)S -64 x(.SYS,)S 200 x(2\2033)S 4272 X 548 y(choosing)S 2 x(,)S 199 x(2\20313)S 4272 X 548 y(renaming)S 2 x(,)S 199 x(2\20313)S 3675 X 548 y(LPX.SYS,)S 199 x(2\2033)S 3675 X 548 y(LS.MAC,)S 200 x (2\2038)S 3675 X 548 y(LS.SYS,)S 199 x(2\2033)S 4272 X 548 y(choosing)S 2 x(,)S 199 x(2\20313)S 4272 X 548 y(renaming)S 2 x(,)S 199 x(2\20313)S 3675 X 548 y(LSX.SYS,)S 199 x(2\2033)S 3675 29563 XY F24(M)S -581 x 299 y 10764 24 R 3675 30410 XY F151(..MACN,)S 200 x(2\20361)S 3675 X 548 y(MACRO)S -2 x(.SA)S -55 x(V,)S 200 x(2\2035)S 15630 4148 XY(MACRO)S 165 x(assembler)S 16228 X 548 y(changing)S 187 x(default)S 185 x(.ENABLE/.DISABLE)S 17423 X 548 y(options,)S 200 x(2\20350)S 16228 X 548 y(changing)S 183 x (default)S 180 x(.LIST/.)S 2 x(NLIST)S 181 x(options,)S 17423 X 548 y (2\20349)S 16228 X 548 y(changing)S 168 x(page)S 166 x(listing)S 166 x (length,)S 201 x(2\20348)S 16228 X 548 y(\211les)S 166 x(required)S 166 x(for,)S 200 x(2\20313)S 16228 X 548 y(increasing)S 167 x(default)S 166 x(work)S 166 x(\211le)S 166 x(size)S 165 x(of,)S 200 x(2\20352)S 15630 X 548 y(..MACS,)S 200 x(2\20360)S 15630 X 547 y(magtape)S 166 x (distribution)S 166 x(kit)S 16228 X 548 y(bootstrapping,)S 199 x(8\2032)S 16228 X 548 y(if)S 165 x(SYSGEN)S 165 x(required,)S 200 x(8\20315)S 15630 X 548 y(Magtape)S 166 x(distribution)S 166 x(kit)S 16228 X 548 y (installing)S 166 x(on)S 166 x(disk,)S 200 x(8\2031)S 16228 X 548 y (preserving,)S 201 x(8\2034)S 15630 X 548 y(Magtapes)S 16228 X 548 y (Also)S 165 x(see)S 166 x(Magtape)S 166 x(distribution)S 166 x(kit,)S 200 x(2\20366)S 16228 X 548 y(Changing)S 167 x(default)S 166 x(label)S 166 x(size,)S 199 x(2\20366)S 16228 X 548 y(changing)S 168 x(parity)S 166 x(and)S 166 x(density)S 167 x(of,)S 199 x(2\20327)S 16228 X 548 y (Creating)S 166 x(a)S 166 x(master)S 166 x(\(distribution\),)S 199 x (8\2036)S 16228 X 548 y(handler)S 166 x(\211les)S 166 x(\(table\),)S 200 x(2\20326)S 16228 X 548 y(hardware)S 17124 X 548 y(installing)S 167 x(support)S 165 x(for,)S 200 x(2\20325)S 16228 X 548 y(user)S -9 x (-written)S 165 x(handlers)S 167 x(for,)S 200 x(2\20345)S 15630 X 548 y (Mapped)S 166 x(monitors,)S 200 x(1\2033)S 16228 X 650 y(See)S 166 x (also)S 165 x(XM)S 166 x(monitor)S -37 x(,)S 167 x(ZM)S 167 x(monitor)S 15630 X 548 y(..MAXM,)S 200 x(2\20349)S 15630 X 548 y(..MBAD,)S 200 x (2\20334)S 15630 X 548 y(MBOOT)S -47 x(.BOT,)S 200 x(2\2037)S 15630 X 547 y(MBOT16.BOT,)S 199 x(2\2037)S 15630 X 548 y(MDUP)S -64 x(.AI,)S 199 x(2\2035)S 15630 X 548 y(MDUP)S -64 x(.MM,)S 200 x(2\2035)S(,)S 167 x(8\2032)S 16228 X 548 y(device)S 166 x(support,)S 200 x(A\2031)S 15630 X 548 y(MDUP)S -64 x(.MS,)S 200 x(2\2035)S(,)S 166 x(8\2032)S 16228 X 548 y(device)S 166 x(support,)S 200 x(A\2031)S 15630 X 548 y (MDUP)S -64 x(.MT,)S 200 x(2\2035)S(,)S 167 x(8\2032)S 16228 X 548 y (device)S 166 x(support,)S 200 x(A\2031)S 15630 X 548 y(MDUP)S -64 x (.MU,)S 200 x(2\2035)S(,)S 166 x(8\2032)S 15630 X 548 y(MDUP)S -64 x (.SA)S -56 x(V,)S 200 x(2\2035)S 16228 X 548 y(nonstandard)S 171 x(device)S 172 x(support,modifying)S 172 x(for,)S 17423 X 548 y(A\2031)S 15630 X 548 y(MDUPMT,)S 200 x(2\20346)S 15630 X 548 y(Memory)S 16228 X 548 y (running)S 168 x(in)S 166 x(less)S 165 x(than)S 167 x(available,)S 200 x (2\20331)S 16228 X 548 y(size)S 165 x(of)S -561 x 548 y(setting)S 166 x (upper)S 167 x(limit)S 165 x(on,)S 200 x(2\20335)S 15630 X 548 y(MM.SYS,)S 200 x(2\2033)S 15630 X 547 y(MMHD.SYS)S 185 x(hardware)S 186 x(magtape)S 186 x(handler,)S 16825 X 548 y(2\20325)S 24983 33488 XY F36(Index\2035)S %%EndCustomColor: 0 5 PP EP %%PageTrailer %%PageFonts: Helvetica-Bold NewCenturySchlbk-Roman %%PageCustomColors: 0 % %%Page: INDEX-6 6 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(MMHDX.SYS)S 179 x(hardware)S 181 x(magtape)S 180 x(handler,)S 4870 X 548 y(2\20325)S 3675 X 548 y(MMX.SYS,)S 199 x (2\2033)S 3675 X 548 y(Monitor)S 166 x(map)S 166 x(\211les)S 4272 X 548 y(customization)S 166 x(symbol)S 166 x(values,)S 200 x(2\20318)S 3675 X 548 y(Monitors)S 4272 X 555 y(See)S 188 x(also)S 187 x(SB)S 186 x (monitor)S -36 x(,)S 193 x(FB)S 187 x(monitor)S -37 x(,)S 194 x(XM)S 5468 X 548 y(monitor)S -37 x(,)S 167 x(and)S 166 x(ZM)S 167 x(monitor)S 4272 X 548 y(customizations)S 166 x(available)S 166 x(for)S 5169 X 548 y (descriptions)S 166 x(of,)S 199 x(2\20318)S 4272 X 548 y(customizations)S 166 x(available)S 166 x(for)S 166 x(\(table\),)S 199 x(1\2034)S 4272 X 548 y(depositing)S 167 x(in,)S 200 x(2\20339)S 4272 X 548 y(distributed)S 5169 X 548 y(choice)S 167 x(of,)S 200 x(1\2033)S 5169 X 548 y(features)S 166 x(available)S 166 x(in)S 167 x(\(table\),)S 199 x(1\2033)S 5169 X 548 y(list)S 165 x(of)S 166 x(\(table\),)S 200 x(2\2032)S 4272 X 548 y (examining)S 2 x(,)S 200 x(2\20339)S 4272 X 547 y(selection)S 166 x (of)S 166 x(for)S 167 x(working)S 167 x(system,)S 199 x(2\20312)S 3675 X 548 y(MONMRG.SA)S -56 x(V,)S 199 x(2\2035)S 3675 X 548 y(MS.SYS,)S 199 x (2\2033)S 3675 X 548 y(MSB.COM,)S 199 x(2\2036)S(,)S 166 x(8\2035)S 3675 X 548 y(MSBOOT)S -47 x(.BOT,)S 200 x(2\2037)S(,)S 166 x(8\2032)S 3675 X 548 y(MSCP)S 166 x(bootstrap,)S 199 x(B\2034)S 4272 X 548 y(address)S 166 x(and)S 166 x(contents)S 166 x(of,)S 200 x(B\2036)S 4272 X 548 y (loading)S 167 x(using)S 167 x(MICRO-O)S -2 x(DT,)S 200 x(B\2034)S 4272 X 548 y(loading)S 167 x(using)S 167 x(switch)S 165 x(register,)S 200 x (B\2035)S 3675 X 548 y(MSCPCK.SA)S -56 x(V,)S 199 x(2\2035)S 3675 X 548 y(MSCP)S 166 x(disks)S 4272 X 548 y(assigning)S 167 x(unit)S 167 x (numbers)S 166 x(to,)S 200 x(2\20324)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(CRS)S 165 x(addresses)S 165 x(in,)S 200 x(2\20324)S 4272 X 548 y (chang)S 2 x(ing)S 167 x(vectors)S 166 x(in,)S 200 x(2\20324)S 4272 X 548 y(partitioning,)S 201 x(2\20324)S 3675 X 548 y(MSHD.SYS)S 165 x (hardware)S 166 x(magtape)S 166 x(handler,)S 201 x(2\20325)S 3675 X 548 y(MSHDX.SYS)S 182 x(hardware)S 182 x(magtape)S 183 x(handler,)S 4870 X 548 y(2\20325)S 3675 X 547 y(MSX.SYS,)S 199 x(2\2033)S 3675 X 548 y(MT)S -46 x(.SYS,)S 200 x(2\2033)S 3675 X 548 y(MTB.COM,)S 200 x (2\2036)S(,)S 166 x(8\2035)S 3675 X 548 y(MTDPS,)S 200 x(2\20345)S 3675 X 548 y(MTHD.SYS)S 166 x(hardware)S 166 x(magtape)S 166 x(handler,)S 200 x (2\20325)S 3675 X 548 y(MTHDX.SYS)S 182 x(hardware)S 182 x(magtape)S 183 x(handler,)S 4870 X 548 y(2\20325)S 3675 X 548 y(..MTLS,)S 201 x (2\20366)S 3675 X 548 y(MTTEMT)S -45 x(.MAC,)S 200 x(2\2038)S 3675 X 548 y(MTTINT)S -45 x(.MAC,)S 199 x(2\2038)S 3675 X 548 y(MTX.SYS,)S 199 x(2\2033)S 3675 X 548 y(MU.SYS,)S 199 x(2\2033)S 3675 X 548 y(MUB.COM,)S 199 x(2\2036)S(,)S 167 x(8\2036)S 3675 X 548 y(MUX.SYS,)S 199 x(2\2033)S 15630 4104 XY F24(N)S -504 x 298 y 10764 24 R 15630 4950 XY F151(..NB1,)S 200 x(2\20342)S 15630 X 548 y(..NB2,)S 200 x(2\20343)S 15630 X 548 y (..NB3,)S 200 x(2\20343)S 15630 X 548 y(NC.MAC,)S 199 x(2\2038)S 15630 X 548 y(NCX.SYS,)S 199 x(2\2033)S 15630 X 548 y(Nesting)S 166 x(depth)S 16228 X 548 y(indirect)S 166 x(command)S 166 x(\211les)S 17124 X 548 y (chang)S 2 x(ing,)S 200 x(2\20340)S 15630 X 548 y(NI.MAC,)S 199 x(2\2038)S 15630 X 548 y(..NIND,)S 200 x(2\20336)S 15630 X 548 y(NITEST)S -46 x (.MAC,)S 200 x(2\20310)S 15630 X 548 y(NL.MAC,)S 200 x(2\2039)S 15630 X 548 y(NL.SYS,)S 200 x(2\2033)S 15630 X 548 y(NLX.SYS,)S 199 x(2\2033)S 15630 X 548 y(NQ.MAC,)S 199 x(2\2039)S 15630 X 548 y(NQX.SYS,)S 199 x (2\2033)S 15630 X 547 y(NU.MAC,)S 200 x(2\2039)S 15630 X 548 y(NUX.SYS,)S 199 x(2\2033)S 15630 15338 XY F24(O)S -543 x 299 y 10764 24 R 15630 16185 XY F151(ODT)S -510 x 548 y(creating)S 167 x(a)S 166 x(monitor)S -9 x(-independent,)S 200 x(2\20358)S 15630 X 548 y(ODT)S -47 x(.OBJ,)S 200 x(2\2037)S 15630 X 548 y(Output)S 166 x(ring)S 167 x(buffer)S 16228 X 548 y(increasing)S 170 x(space)S 169 x(requirement)S 170 x(in)S 169 x(to)S 170 x(resume)S 17423 X 548 y(job,)S 200 x(2\20340)S 15630 X 548 y(Overlaid)S 166 x (utilities)S 16228 X 548 y(on)S 166 x(system)S 166 x(volume,)S 200 x (2\20316)S 15630 21072 XY F24(P)S -465 x 299 y 10764 24 R 15630 21919 XY F151(Parity)S -850 x 548 y(changing)S 168 x(for)S 166 x(magtape,)S 200 x (2\20327)S 15630 X 548 y(P)S -37 x(A)S -27 x(T)S -46 x(.SA)S -55 x(V,)S 199 x(2\2035)S 15630 X 548 y(PGSIZE,)S 199 x(2\20348)S 15630 X 548 y (PI.SYS,)S 199 x(2\2033)S 15630 X 548 y(PIP)S -64 x(.SA)S -55 x(V,)S 199 x(2\2035)S 15630 X 548 y(PIPMT,)S 200 x(2\20345)S 15630 X 548 y (PIX.SYS,)S 199 x(2\2033)S 15630 X 548 y(Professional)S 166 x(300)S 166 x(Series)S 16228 X 548 y(installing)S 166 x(on,)S 200 x(9\2031)S 17124 X 548 y(bootstrapping)S 166 x(system)S 166 x(diskette,)S 199 x (9\2032)S 17124 X 548 y(compressing)S 167 x(system)S 165 x(disk,)S 200 x (9\2034)S 17124 X 548 y(copying)S 183 x(distribution)S 180 x(to)S 181 x (system)S 180 x(disk,)S 18320 X 547 y(9\2033)S 17124 X 548 y(creating)S 167 x(working)S 167 x(system,)S 199 x(9\2034)S 17124 X 548 y(customizing)S 166 x(the)S 167 x(system,)S 199 x(9\2034)S 17124 X 548 y(formatting)S 167 x(hard)S 166 x(disk,)S 200 x(9\2032)S 3675 33488 XY F36(Index\2036)S %%EndCustomColor: 0 6 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-7 7 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 3969 XY F151(Professional)S 166 x(300)S 166 x(Series)S 4272 X 548 y(installing)S 167 x(on)S 166 x(\(Cont.\))S 5169 X 650 y(if)S 166 x (SYSGE)S -2 x(N)S 166 x(required,)S 201 x(9\2031)S -28 x(1)S 5169 X 548 y(installing)S 181 x(bootstrap)S 180 x(on)S 181 x(system)S 181 x (disk,)S 6365 X 548 y(9\2033)S 5169 X 548 y(testing)S 166 x(working)S 167 x(system,)S 199 x(9\2036)S 3675 X 548 y(PROGD)S -2 x(F,)S 200 x (2\20339)S 3675 X 548 y(Program)S 167 x(sections)S 4272 X 650 y(See)S 166 x(P-sects)S 3675 X 548 y(P-sects)S 4272 X 548 y(absolute)S 166 x (base)S 166 x(address)S 5169 X 548 y(changin)S 2 x(g)S 166 x(number)S 167 x(of,)S 200 x(2\20321)S 3675 11274 XY F24(Q)S -543 x 299 y 10764 24 R 3675 12121 XY F151(QSIZE,)S 199 x(2\20322)S 3675 X 548 y(QSWNUM,)S 199 x (2\20321)S 3675 X 548 y(QUEMAN)S 4272 X 548 y(chang)S 2 x(ing)S 167 x (default)S 166 x(device)S 166 x(for,)S 200 x(2\20339)S 3675 X 548 y (QUEMAN.SA)S -57 x(V,)S 200 x(2\2035)S 4272 X 548 y(choosing)S 168 x (for)S 166 x(working)S 167 x(system,)S 199 x(2\20314)S 3675 X 548 y (QUEUE)S 4272 X 548 y(allowing)S 167 x(\211rst)S 166 x(form)S 166 x (feed,)S 199 x(2\20347)S 3675 X 547 y(QUEUE.RE)S -2 x(L,)S 200 x(2\2035)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(size)S 165 x(of)S 166 x(work)S 166 x(\211le,)S 200 x(2\20322)S 4272 X 548 y(choosing)S 168 x(for)S 166 x(working)S 167 x(system,)S 199 x(2\20314)S 3675 X 548 y(QUEUE)S 165 x(work)S 166 x(\211le)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(size)S 165 x(of,)S 200 x(2\20322)S 3675 X 548 y(..QULP,)S 200 x(2\20340)S 3675 20296 XY F24(R)S -504 x 299 y 10764 24 R 3675 21142 XY F151(Reading)S 166 x(path)S 4272 X 548 y(for)S 167 x(installation,)S 199 x(1\2031)S -28 x(1)S 3675 X 548 y(RESO)S -2 x(RC.SA)S -56 x(V,)S 200 x(2\2035)S 3675 X 548 y(Ring)S 166 x(buffer)S 4272 X 548 y(output)S -634 x 548 y(increasing)S 186 x (space)S 184 x(requirement)S 185 x(in)S 185 x(to)S 6365 X 548 y(resume)S 166 x(job,)S 200 x(2\20340)S 3675 X 548 y(RK.MAC,)S 199 x(2\2039)S 3675 X 548 y(RK.SYS,)S 198 x(2\2033)S 3675 X 548 y(RK05)S -705 x 548 y(loading)S 167 x(bootstrap,)S 199 x(B\2038)S 3675 X 548 y(RK06)S -705 x 548 y(loading)S 167 x(bootstrap,)S 199 x(B\20312)S 3675 X 548 y(RK07)S -705 x 548 y (loading)S 167 x(bootstrap,)S 199 x(B\20312)S 3675 X 548 y(RK1)S -29 x (1)S 166 x(DECpack)S 4272 X 650 y(See)S 166 x(RK05)S 3675 X 548 y(RKX.SYS)S -2 x(,)S 200 x(2\2033)S 15630 4148 XY(RL01)S -648 x 548 y(loading)S 166 x(bootstrap,)S 199 x(B\20314)S 15630 X 548 y(RL02)S -648 x 548 y (loading)S 166 x(bootstrap,)S 199 x(B\20314)S 15630 X 548 y($RMON,)S 199 x(2\20333)S 15630 X 548 y(RMON.MAC,)S 199 x(2\2039)S 15630 X 548 y (RT1)S -28 x(1AI.SYS)S 166 x(monitor,)S 199 x(2\2032)S 15630 X 548 y (RT1)S -28 x(1FB.SYS)S 166 x(monitor,)S 200 x(2\2032)S 15630 X 548 y (RT1)S -28 x(1MT)S -45 x(.SYS)S 166 x(monitor,)S 200 x(2\2032)S 15630 X 547 y(RT1)S -28 x(1SB.SYS)S 166 x(monitor,)S 200 x(2\2032)S 15630 X 548 y(RT1)S -28 x(1XB.SYS)S 165 x(monitor,)S 200 x(2\2032)S 15630 X 548 y(RT1)S -28 x(1XM.SYS)S 166 x(monitor,)S 200 x(2\2032)S 15630 X 548 y(RT1)S -28 x(1ZB.SYS)S 166 x(monitor,)S 200 x(2\2032)S 15630 X 548 y(RT1)S -28 x(1ZM.SYS)S 167 x(monitor,)S 200 x(2\2032)S 15630 X 548 y(RTFB.MAP,)S 200 x(2\2036)S 15630 X 548 y(RTMON.REL,)S 199 x(2\20310)S 15630 X 548 y(RTSB.MAP,)S 200 x(2\2036)S 15630 X 548 y(RTXM.MAP,)S 200 x (2\2036)S 15630 X 548 y(RTZM.MAP,)S 201 x(2\2036)S 15630 X 548 y(RX01)S 165 x(diskette)S 16228 X 548 y(device)S 166 x(name,)S 200 x(2\2031)S -27 x(1)S 16228 X 548 y(initializing)S 166 x(and)S 166 x(formatting,)S 200 x(6\2035)S 16228 X 548 y(size)S 165 x(of,)S 200 x(2\2031)S -28 x (1)S 15630 X 548 y(RX01)S 165 x(distribution)S 166 x(kit)S 16228 X 548 y (bootstrapping)S 166 x(distribution)S 165 x(volume,)S 201 x(3\2031)S 16228 X 548 y(copying)S 167 x(bootstrap)S 165 x(to)S 166 x(system)S 166 x(volume,)S 200 x(3\2034)S 16228 X 548 y(copying)S 167 x(distribution)S 166 x(to)S 166 x(system)S 165 x(disk,)S 200 x(4\2032)S 16228 X 547 y (Customiz)S -2 x(ing,)S 201 x(3\2034)S 16228 X 548 y(if)S 165 x(SYSGEN)S 165 x(required,)S 200 x(4\2031)S(,)S 167 x(4\20314)S 16228 X 548 y(initializing)S 166 x(backup)S 166 x(volumes,)S 201 x(3\2032)S 16228 X 548 y(installing)S 17124 X 548 y(bootstrapping)S 166 x(distribution)S 166 x(volume,)S 201 x (4\2031)S 16228 X 548 y(installing)S 166 x(on)S 166 x(disk,)S 200 x (4\2031)S 16228 X 548 y(installing)S 166 x(on)S 166 x(small)S 166 x (devices,)S 200 x(3\2031)S 16228 X 548 y(squeezing)S 166 x(system)S 166 x(volume,)S 200 x(3\2035)S 16228 X 548 y(to)S 166 x(small)S 165 x (device,)S 200 x(3\2031)S 16228 X 548 y(unprotecting)S 167 x(backup)S 167 x(volumes,)S 200 x(3\2035)S 15630 X 548 y(RX02)S 165 x(diskette)S 16228 X 548 y(device)S 166 x(name,)S 200 x(2\2031)S -27 x(1)S 16228 X 548 y(initializing)S 166 x(and)S 166 x(formatting,)S 200 x(6\2035)S 16228 X 548 y(size)S 165 x(of,)S 200 x(2\2031)S -28 x(1)S 15630 X 548 y (RX02)S 165 x(distribution)S 166 x(kit)S 16228 X 548 y(bootstrapping,)S 199 x(7\2032)S 16228 X 548 y(installing)S 166 x(on)S 166 x(RX02,)S 199 x (7\2031)S 17124 X 548 y(if)S 166 x(SYSGEN)S 165 x(required,)S 200 x (7\20313)S 15630 X 547 y(RX1)S -28 x(1)S -639 x 548 y(loading)S 166 x (bootstrap,)S 199 x(B\2039)S 15630 X 548 y(RX21)S -28 x(1)S 16228 X 548 y(loading)S 166 x(bootstrap,)S 199 x(B\20315)S 15630 X 548 y(RX50)S 165 x(diskette)S 24983 33488 XY F36(Index\2037)S %%EndCustomColor: 0 7 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-8 8 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 3969 XY F151(RX50)S 165 x(diskette)S 166 x(\(Cont.\))S 4272 X 611 y(device)S 167 x(name,)S 200 x(2\2031)S -27 x(1)S 4272 X 548 y(initializing,)S 200 x(6\2034)S 4272 X 548 y(size)S 166 x(of,)S 199 x(2\2031)S -27 x (1)S 3675 X 548 y(RX50)S 165 x(distribution)S 166 x(kit)S 4272 X 548 y (installing)S 167 x(on)S 166 x(Professional)S 166 x(300)S 166 x(Series,)S 199 x(9\2031)S 3675 7845 XY F24(S)S -465 x 299 y 10764 24 R 3675 8692 XY F151(SBFB.ANS,)S 199 x(2\2036)S 3675 X 548 y(SB)S 165 x(monitor)S 4272 X 548 y(features)S 166 x(of,)S 200 x(1\2032)S 3675 X 548 y(SDH.SYS,)S 199 x(2\2037)S 3675 X 548 y(SDHX.SYS,)S 198 x(2\2037)S 3675 X 548 y (SDS.SYS,)S 198 x(2\2037)S 3675 X 548 y(SDSX.SYS)S -2 x(,)S 200 x(2\2037)S 3675 X 548 y(SEGTBL,)S 199 x(2\20342)S 3675 X 548 y(SEND)S -871 x 548 y (VTCOM)S 5169 X 547 y(changin)S 2 x(g)S 166 x(default)S 166 x(speed,)S 200 x(2\20354)S 3675 X 548 y(SET)S 165 x(MODE)S 165 x(NOSJ,)S 200 x (2\20365)S 3675 X 548 y(SET)S 165 x(MODE)S 165 x(SJ,)S 200 x(2\20365)S 3675 X 548 y(.SETTOP)S 166 x(programmed)S 167 x(request)S 4272 X 548 y (used)S 166 x(with)S 166 x(KEX,)S 199 x(2\20349)S 3675 X 548 y(SETUP)S -65 x(.SA)S -55 x(V,)S 199 x(2\2035)S 3675 X 548 y(Single-job)S 167 x (monitor)S 4272 X 650 y(See)S 166 x(SB)S 166 x(monitor)S 3675 X 548 y (Single-line)S 166 x(command)S 167 x(editor)S 4272 X 548 y(Changin)S 2 x(g)S 166 x(edit)S 166 x(mode)S 166 x(to)S 166 x(REPLACE)S -2 x(,)S 200 x(2\20363)S 4272 X 548 y(Removing)S 167 x(JSW)S 166 x(bit)S 166 x (6)S 166 x(check,)S 200 x(2\20362)S 3675 X 548 y(Single-mapped)S 166 x (monitor)S 4272 X 650 y(See)S 166 x(XM)S 166 x(monitor)S 3675 X 548 y (SIPP)S -64 x(.SA)S -56 x(V,)S 200 x(2\2035)S 4272 X 548 y(installing)S 182 x(customization)S 182 x(symbol)S 181 x(values,)S 5468 X 548 y(2\20318)S 3675 X 548 y(SL.SYS,)S 199 x(2\2034)S 3675 X 548 y(..SLCN,)S 200 x(2\20362)S 3675 X 548 y(SLMIN)S 4272 X 548 y(Changin)S 2 x(g)S 166 x(edit)S 166 x (mode)S 166 x(to)S 166 x(REPLACE)S -2 x(,)S 200 x(2\20363)S 4272 X 548 y (Removing)S 167 x(JSW)S 166 x(bit)S 166 x(6)S 166 x(check,)S 200 x(2\20362)S 3675 X 548 y(SLMIN.SYS,)S 199 x(2\2034)S 3675 X 547 y(..SLNT,)S 201 x (2\20335)S 3675 X 548 y(SLP)S -64 x(.SA)S -56 x(V,)S 200 x(2\2035)S 3675 X 548 y(SLX.SYS,)S 199 x(2\2034)S 3675 X 548 y(Software)S 165 x (customizations,)S 199 x(2\20318)S 4272 X 548 y(choosing)S 2 x(,)S 199 x (2\20317)S 4272 X 548 y(getting)S 167 x(symbol)S 166 x(values)S 167 x (for,)S 200 x(2\20318)S 4272 X 548 y(using)S 167 x(CUSTOM.TXT)S 166 x (with,)S 200 x(2\20318)S 3675 X 548 y(Software)S 165 x(kit)S 4272 X 548 y(distributed)S 166 x(components)S 166 x(of,)S 200 x(2\2032)S 15630 4148 XY (Source)S 167 x(\211les)S 16228 X 548 y(choosing)S 167 x(for)S 166 x (working)S 167 x(system,)S 199 x(2\20314)S 16228 X 548 y(list)S 165 x (of)S 166 x(\(table\),)S 199 x(2\2038)S 15630 X 548 y(SP)S -64 x(.MAC,)S 199 x(2\2039)S 15630 X 548 y(SP)S -64 x(.SYS,)S 199 x(2\2033)S 15630 X 548 y(SPLIT)S -46 x(.SA)S -55 x(V,)S 199 x(2\20310)S 15630 X 548 y(SPOOL.REL,)S 199 x(2\2035)S 16228 X 548 y(changing)S 168 x(output)S 166 x(device,)S 200 x(2\20352)S 16228 X 548 y(changing)S 168 x(work)S 166 x(\211le)S 166 x(size,)S 199 x(2\20351)S 16228 X 547 y(choosing)S 167 x(for)S 166 x (working)S 167 x(system,)S 199 x(2\20314)S 15630 X 548 y(SPOOL.SA)S -56 x(V,)S 199 x(2\2035)S 15630 X 548 y(SPOOL.SYS)S 16228 X 548 y(created)S 166 x(by)S 166 x(SPOOL.REL,)S 199 x(2\20351)S 15630 X 548 y(..SPSO,)S 200 x(2\20352)S 15630 X 548 y(..SPSZ,)S 201 x(2\20351)S 15630 X 548 y (SPX.SYS,)S 199 x(2\2033)S 15630 X 548 y(SRCCO)S -2 x(M)S 16228 X 548 y (changing)S 168 x(insertion/deletion)S 167 x(characters)S 167 x(used)S 17423 X 548 y(by,)S 200 x(2\20318)S 16228 X 548 y(/D)S 166 x(option,)S 200 x(2\20318)S 15630 X 548 y(SRCCO)S -2 x(M.SA)S -55 x(V,)S 199 x(2\2035)S 15630 X 548 y(SRDPS,)S 199 x(2\20345)S 15630 X 548 y(STRT)S -28 x(AI.COM,)S 200 x(2\2036)S 15630 X 548 y(STRTFB.COM,)S 199 x(2\2036)S 15630 X 548 y (STRTSB.COM,)S 199 x(2\2036)S 15630 X 548 y(STRTXB.COM,)S 199 x(2\2036)S 15630 X 548 y(STRTXM.COM,)S 199 x(2\2036)S 15630 X 547 y(STRTZB.COM,)S 200 x(2\2036)S 15630 X 548 y(STRTZM.COM,)S 200 x(2\2036)S 15630 X 548 y (Subroutines)S 16228 X 548 y(list)S 165 x(of)S 166 x(\(table\),)S 199 x (2\2037)S 15630 X 548 y(SW)S -46 x(AP)S -65 x(.SYS,)S 200 x(2\2034)S 16228 X 548 y(need)S 166 x(for,)S 200 x(2\20312)S 15630 X 548 y(SWS,)S 199 x(2\20320)S 15630 X 548 y(SYSGE)S -2 x(N.COM,)S 200 x(2\2036)S 15630 X 548 y(SYSLIB)S 16228 X 548 y(customization)S 165 x(patch)S 166 x(symbol,)S 200 x(2\20328)S 15630 X 548 y(SYSLIB.OBJ,)S 198 x(2\2037)S 16228 X 548 y (changing)S 168 x(default)S 166 x(device)S 166 x(of,)S 200 x(2\20328)S 16228 X 548 y(need)S 166 x(for,)S 200 x(2\20313)S 15630 X 548 y(SYSMAC.SML,)S 199 x(2\2037)S 16228 X 548 y(modifying)S 167 x(system)S 165 x(macro)S 166 x(library,)S 201 x(2\20355)S 15630 X 548 y(SYSTEM.MLB,)S 200 x(2\2037)S 15630 X 548 y(System)S 166 x(generation)S 16228 X 548 y(list)S 165 x (of)S 166 x(\211les)S 166 x(for)S 166 x(\(table\),)S 199 x(2\2036)S 15630 X 547 y(System)S 166 x(Library)S 16228 X 651 y(See)S 166 x(SYSLIB.OB)S -2 x(J)S 15630 X 547 y(System)S 166 x(macro)S 166 x(library)S 16228 X 548 y(modifying)S 167 x(SYSMAC)S -2 x(.SML,)S 201 x(2\20355)S 3675 33488 XY F36(Index\2038)S %%EndCustomColor: 0 8 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-9 9 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 4148 XY F151(System)S 165 x(volume)S 4272 X 548 y(including)S 168 x(overlaid)S 166 x(utilities,)S 199 x(2\20316)S 3675 5747 XY F24 (T)S -426 x 299 y 10764 24 R 3675 6594 XY F151(TERMID.SA)S -57 x(V,)S 200 x(2\2036)S 3675 X 548 y(T)S -46 x(erminals)S 4272 X 548 y(chang)S 2 x(ing)S 178 x(default)S 178 x(output)S 178 x(from)S 178 x(printer)S 179 x(to,)S 5468 X 548 y(2\20319)S 3675 X 548 y(T)S -46 x(ext)S 167 x (editors)S 4272 X 548 y(choosing)S 168 x(for)S 166 x(working)S 167 x (system,)S 199 x(2\20314)S 3675 X 548 y(TJ.MAC,)S 200 x(2\2039)S 3675 X 548 y(TJU16)S 4272 X 548 y(loading)S 167 x(bootstrap,)S 199 x(B\20310)S 3675 X 548 y(TM.MAC,)S 200 x(2\2039)S 3675 X 548 y(TM1)S -27 x(1)S -732 x 548 y(loading)S 167 x(bootstrap,)S 199 x(B\20310)S 3675 X 548 y(TMSCP)S 166 x(bootstrap)S 4272 X 547 y(address)S 166 x(and)S 166 x(contents)S 166 x(of,)S 200 x(B\2033)S 4272 X 548 y(loading)S 167 x(using)S 167 x (MICRO-O)S -2 x(DT,)S 200 x(B\2031)S 4272 X 548 y(loading)S 167 x(using)S 167 x(switch)S 165 x(register,)S 200 x(B\2032)S 3675 X 548 y(TRANSF)S -56 x(.EXE,)S 199 x(2\20310)S 3675 X 548 y(TRANSF)S -56 x(.SA)S -55 x (V,)S 199 x(2\2035)S 3675 X 548 y(TRANSF)S -56 x(.TSK,)S 200 x(2\20310)S 3675 X 548 y(TRMTBL.MAC,)S 200 x(2\2039)S 3675 X 548 y(TS.MAC,)S 200 x (2\2039)S 3675 X 548 y(TSV05)S 165 x(handler)S 4272 X 548 y(loading)S 167 x(bootstrap)S 5169 X 548 y(MICRO-O)S -2 x(DT,)S 200 x(B\20317)S 5169 X 548 y(switch)S 166 x(register,)S 200 x(B\20318)S 3675 X 548 y (TT)S -46 x(.MAC,)S 200 x(2\2039)S 3675 X 548 y(..TTON,)S 200 x(2\20341)S 3675 X 548 y(..TTQU,)S 200 x(2\20336)S 3675 X 548 y(TU.MAC,)S 200 x (2\2039)S 3675 22988 XY F24(U)S -504 x 299 y 10764 24 R 3675 23835 XY F151(UBX.SYS,)S 199 x(2\2033)S 3675 X 548 y(UCL)S -501 x 548 y(chang)S 2 x(ing)S 155 x(name)S 155 x(and)S 156 x(default)S 154 x(device)S 156 x (for,)S 200 x(2\20353)S 4272 X 548 y(chang)S 2 x(ing)S 167 x(size)S 165 x(of,)S 200 x(2\20354)S 3675 X 548 y(UCL.SA)S -56 x(V,)S 200 x(2\2035)S 3675 X 548 y(..UCLD,)S 200 x(2\20353)S 3675 X 548 y(UM.MAC,)S 200 x (2\2039)S 3675 X 548 y(Unmapped)S 166 x(monitors,)S 199 x(1\2032)S 3675 X 547 y(Unsupported)S 166 x(software)S 4272 X 548 y(list)S 166 x(of)S 166 x(\(table\),)S 199 x(2\2039)S 3675 X 548 y(USR.MAC,)S 199 x(2\2039)S 3675 X 548 y(Utilities)S 165 x(volume)S 4272 X 548 y(creating)S 167 x (a,)S 200 x(2\20315)S 3675 X 548 y(Utility)S 166 x(programs)S 15630 3969 XY (Utility)S 166 x(programs)S 166 x(\(Cont.\))S 16228 X 650 y(choosing)S 167 x(for)S 166 x(working)S 167 x(system,)S 199 x(2\20314)S 16228 X 548 y(creating)S 167 x(volume)S 166 x(for,)S 200 x(2\20315)S 15630 6219 XY F24(V)S -465 x 299 y 10764 24 R 15630 7066 XY F151(V5NOTE.TXT,)S 199 x (2\20310)S 15630 X 548 y(V5USER.TXT,)S 199 x(2\2036)S 15630 X 548 y (VBGE)S -2 x(XE.SA)S -56 x(V,)S 200 x(2\20310)S 15630 X 547 y(VDT)S -46 x(.OBJ,)S 199 x(2\2037)S 15630 X 548 y(VERIFY)S -57 x(.COM,)S 200 x (2\2037)S 15630 X 548 y(V)S -22 x(irtual)S 166 x(memory)S 16228 X 548 y (device)S 166 x(name,)S 200 x(2\2031)S -27 x(1)S 16228 X 548 y(size)S 165 x(of,)S 200 x(2\2031)S -28 x(1)S 15630 X 548 y(VM.MAC,)S 200 x(2\2039)S 15630 X 548 y(VM.SYS,)S 199 x(2\2034)S 15630 X 548 y(VMX.SYS,)S 199 x (2\2034)S 15630 X 548 y(VTCOM)S 16228 X 548 y(Changing)S 167 x(command)S 166 x(mode)S 166 x(character,)S 201 x(2\20364)S 16228 X 548 y(changing)S 168 x(default)S 166 x(send)S 166 x(speed)S 165 x(of,)S 200 x(2\20354)S 16228 X 548 y(dial)S 165 x(string)S 17124 X 548 y(modifying)S 167 x (default)S 166 x(pre\211x)S 167 x(of,)S 200 x(2\20355)S 17124 X 548 y (modifying)S 167 x(default)S 166 x(suf\211x)S 167 x(of,)S 200 x(2\20356)S 16228 X 548 y(setting)S 166 x(default)S 166 x(DIAL)S 165 x(string,)S 200 x(2\20332)S 15630 X 548 y(VTCOM.REL,)S 199 x(2\2035)S 15630 X 548 y (VTCOM.SA)S -56 x(V,)S 199 x(2\2035)S 15630 18528 XY F24(W)S -658 x 299 y 10764 24 R 15630 19375 XY F151(W)S -28 x(orking)S 168 x(system)S 16228 X 548 y(for)S 166 x(Introduction)S 166 x(to)S 166 x(RT)S -46 x (\2031)S -27 x(1)S(,)S 200 x(2\20316)S 16228 X 548 y(on)S 166 x(disk)S -792 x 548 y(backing)S 168 x(up,)S 200 x(4\2037)S(,)S 166 x(5\2036)S (,)S 166 x(8\2038)S 17124 X 548 y(compressing,)S 200 x(4\2036)S(,)S 167 x(5\2036)S(,)S 166 x(8\2037)S 17124 X 548 y(creating)S 167 x(from)S 166 x(disk,)S 200 x(5\2034)S 17124 X 548 y(creating)S 167 x(from)S 166 x (magtape,)S 200 x(8\2036)S 17124 X 548 y(creating)S 167 x(from)S 166 x (RX01,)S 199 x(4\2034)S 17124 X 547 y(installing)S 167 x(bootstrap)S 165 x(on,)S 200 x(4\2035)S(,)S 166 x(5\2035)S 17124 X 548 y(installing)S 171 x(customizations)S 170 x(on,)S 200 x(4\2036)S(,)S 172 x(5\2035)S (,)S 18320 X 548 y(8\2037)S 17124 X 548 y(protecting,)S 201 x(4\2036)S 17124 X 548 y(test)S 166 x(of)S 166 x(installation,)S 199 x(4\2038)S (,)S 166 x(5\2037)S(,)S 167 x(8\20310)S 16228 X 548 y(on)S 166 x(Professional)S 166 x(300)S 166 x(Series,)S 199 x(9\2034)S 17124 X 548 y(backing)S 168 x (up,)S 200 x(9\2035)S 17124 X 548 y(testing)S 166 x(installation,)S 200 x(9\2036)S 16228 X 548 y(on)S 166 x(RX02)S 17124 X 548 y(backing)S 168 x(up,)S 200 x(7\2036)S 17124 X 548 y(compressing,)S 200 x(7\2035)S 17124 X 548 y(creating)S 167 x(from)S 166 x(RX02,)S 199 x(7\2033)S 17124 X 548 y(installing)S 167 x(bootstrap)S 165 x(on,)S 200 x(7\2035)S 17124 X 548 y(installing)S 167 x(customizations)S 165 x(on,)S 200 x(7\2035)S 149 x 33488 Y F36(Index\2039)S %%EndCustomColor: 0 9 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Page: INDEX-10 10 %%BeginPageSetup %%EndPageSetup %%PageFonts: (atend) %%PageCustomColors: (atend) 1000 BP PaperHeight PaperWidth PM 0 0 XY %%BeginCustomColor: 0 0 SC 3675 3969 XY F151(W)S -28 x(orking)S 167 x(system)S 4272 X 548 y (on)S 167 x(RX02)S 165 x(\(Cont.\))S 5169 X 611 y(test)S 165 x(of)S 166 x(installation,)S 200 x(7\2037)S 4272 X 548 y(on)S 167 x(small)S 165 x(device)S 5169 X 548 y(backing)S 167 x(up,)S 200 x(3\2036)S(,)S 167 x(6\2038)S 5169 X 548 y(compressing,)S 200 x(6\2037)S 5169 X 548 y (creating)S 167 x(from)S 166 x(disk,)S 200 x(6\2034)S 5169 X 548 y(creating)S 167 x(from)S 166 x(RX01,)S 199 x(3\2033)S 5169 X 548 y(installing)S 166 x(bootstrap)S 166 x(on,)S 200 x(6\2036)S 5169 X 548 y(installing)S 166 x(customizations)S 165 x(on,)S 201 x(3\2034)S(,)S 166 x(6\2037)S 5169 X 548 y(test)S 165 x(of)S 166 x(installation,)S 200 x(3\2036)S (,)S 166 x(6\2039)S 4272 X 548 y(selecting)S 167 x(components)S 166 x (for,)S 200 x(2\20310)S 3675 X 548 y(WRKS)S -2 x(IZ,)S 200 x(2\20352)S 3675 11659 XY F24(X)S -465 x 299 y 10764 24 R 3675 12506 XY F151(XB.ANS,)S 199 x(2\2036)S 3675 X 548 y(XB.MAC,)S 199 x(2\2039)S 3675 X 548 y(XB)S 165 x(monitor)S 4272 X 555 y(See)S 166 x(XM)S 166 x(monitor)S 3675 X 548 y(XC.MAC,)S 199 x(2\2039)S 15630 4148 XY(XC.SYS,)S 199 x(2\2034)S 15630 X 548 y(XCX.SYS,)S 198 x(2\2034)S 15630 X 548 y(XL.MAC,)S 200 x (2\2039)S 15630 X 548 y(XLX.SYS,)S 199 x(2\2034)S 15630 X 548 y(XM.ANS,)S 199 x(2\2036)S 15630 X 548 y(XM.MAC,)S 200 x(2\2039)S 15630 X 548 y (XMEL.ANS,)S 199 x(2\2036)S 15630 X 548 y(XM)S 166 x(monitor)S 16228 X 548 y(features)S 166 x(of,)S 199 x(1\2033)S 15630 X 547 y(XMSUBS.MAC,)S 199 x(2\2039)S 15630 10131 XY F24(Z)S -426 x 299 y 10764 24 R 15630 10978 XY F151(ZB.ANS,)S 200 x(2\2036)S 15630 X 548 y(ZB.MAC,)S 200 x(2\2039)S 15630 X 548 y(ZB)S 166 x(monitor)S 16228 X 555 y(See)S 166 x(ZM)S 166 x (monitor)S 15630 X 548 y(ZM.ANS,)S 200 x(2\2036)S 15630 X 548 y(ZM.MAC,)S 200 x(2\2039)S 15630 X 548 y(ZM)S 167 x(monitor)S 16228 X 548 y(features)S 166 x(of,)S 199 x(1\2033)S 3675 33488 XY F36(Index\20310)S %%EndCustomColor: 0 10 PP EP %%PageTrailer %%PageFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%PageCustomColors: 0 % %%Trailer EndDVC$PSDoc /DEC$EDMS_MAKE_FILM where % if we are making film... { pop % ..clean up the stack -54 dup translate % ..undo the film translation } if %%Pages: 10 %%DocumentFonts: NewCenturySchlbk-Roman %%+ Helvetica-Bold %%DocumentCustomColors: 0