%! %%Pages: (atend) %%DocumentFonts: (atend) %%EndComments % % Frame Maker PostScript Prolog 1.11, for use with Maker 1.11 % Copyright (c) 1986,87 by Frame Technology, Inc. All rights reserved. % % Known Problems: % Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1 /FMversion (1.11) def /FrameDict 120 dict def % The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk FrameDict /tmprangecheck errordict /rangecheck get put errordict /rangecheck {FrameDict /bug true put} put FrameDict /bug false put mark % Some PS machines read past the CR, so keep the following 3 lines together! currentfile 5 string readline 00 0000000000 cleartomark errordict /rangecheck FrameDict /tmprangecheck get put FrameDict /bug get { /readline { /gstring exch def /gfile exch def /gindex 0 def { gfile read pop dup 10 eq {exit} if dup 13 eq {exit} if gstring exch gindex exch put /gindex gindex 1 add def } loop pop gstring 0 gindex getinterval true } def } if /FMVERSION { FMversion ne { /Times-Roman findfont 18 scalefont setfont 100 100 moveto (Maker version does not match postscript_prolog!) dup = show showpage } if } def /FMLOCAL { FrameDict begin 0 def end } def /landscape FMLOCAL /docheight FMLOCAL /docwidth FMLOCAL /yscale FMLOCAL /xscale FMLOCAL /orgxfer FMLOCAL /orgproc FMLOCAL /organgle FMLOCAL /orgfreq FMLOCAL /FMDOCUMENT { /#copies exch def FrameDict begin 0 ne /landscape exch def /docheight exch def /docwidth exch def /yscale exch def /xscale exch def currenttransfer cvlit /orgxfer exch def currentscreen cvlit /orgproc exch def /organgle exch def /orgfreq exch def end } def /pagesave FMLOCAL /orgmatrix FMLOCAL /FMBEGINPAGE { FrameDict begin /pagesave save def 2 setlinecap xscale yscale scale landscape { 90 rotate 0 docheight neg translate } if /orgmatrix matrix def gsave } def /FMENDPAGE { grestore pagesave restore end showpage } def /fontname FMLOCAL /fontscale FMLOCAL /fontnum FMLOCAL /fontdict FMLOCAL /FMDEFINEFONT { FrameDict begin /fontname exch def /fontscale exch def /fontnum exch def /fontdict fontname findfont fontscale scalefont def fontdict /Encoding get StandardEncoding eq { fontdict DiacriticEncode /fontdict exch def } { fontdict NonDiacriticEncode /fontdict exch def } ifelse FMfonts fontnum fontnum fontdict definefont put end } def /FMLINEWIDTHS { FrameDict begin dup array /FMlinewidths exch def 1 sub -1 0 {exch FMlinewidths 3 1 roll lnormalize put} for end } def FrameDict begin /savematrix { orgmatrix currentmatrix pop } bind def /restorematrix { orgmatrix setmatrix } bind def /dmatrix matrix def /dpi 72 0 dmatrix defaultmatrix dtransform dup mul exch dup mul add sqrt def /max {2 copy lt {exch} if pop} bind def /min {2 copy gt {exch} if pop} bind def /DiacriticEncoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute /Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis /atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis /iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve /ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex /udieresis /dagger /.notdef /cent /sterling /section /bullet /paragraph /germandbls /registered /copyright /trademark /acute /dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef /yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown /exclamdown /logicalnot /.notdef /florin /.notdef /.notdef /guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde /Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright /quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis /fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl /periodcentered /quotesinglbase /quotedblbase /perthousand /Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute /Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve /Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron /breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron ] def /FMfonts 255 array def /basefontdict FMLOCAL /newfontdict FMLOCAL /DiacriticEncode { /basefontdict exch def /newfontdict basefontdict maxlength dict def basefontdict {exch dup /FID ne {dup /Encoding eq {exch pop DiacriticEncoding} {exch} ifelse newfontdict 3 1 roll put } {pop pop} ifelse } forall newfontdict } bind def /NonDiacriticEncode { /basefontdict exch def /newfontdict basefontdict maxlength dict def basefontdict {exch dup /FID ne {exch newfontdict 3 1 roll put} {pop pop} ifelse } forall newfontdict } bind def /freq FMLOCAL /bwidth FMLOCAL /bpside FMLOCAL /bstring FMLOCAL /onbits FMLOCAL /offbits FMLOCAL /xindex FMLOCAL /yindex FMLOCAL /x FMLOCAL /y FMLOCAL /setpattern { /freq exch def /bwidth exch def /bpside exch def /bstring exch def /onbits 0 def /offbits 0 def freq 0 {/y exch def /x exch def /xindex x 1 add 2 div bpside mul cvi def /yindex y 1 add 2 div bpside mul cvi def bstring yindex bwidth mul xindex 8 idiv add get 1 7 xindex 8 mod sub bitshift and 0 ne {/onbits onbits 1 add def 1} {/offbits offbits 1 add def 0} ifelse } setscreen {} settransfer offbits offbits onbits add div setgray } bind def /grayness { setgray orgxfer cvx settransfer orgfreq organgle orgproc cvx setscreen } bind def /normalize { transform cvi exch cvi exch itransform } bind def /dnormalize { dtransform cvi exch cvi exch idtransform } bind def /lnormalize { 0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop } bind def /fillprocs [{0.00 grayness} {0.10 grayness} {0.30 grayness} {0.50 grayness} {0.70 grayness} {0.90 grayness} {0.97 grayness} {1.00 grayness} {<0F1E3C78F0E1C387> 8 1 dpi 16 div setpattern} {<0F87C3E1F0783C1E> 8 1 dpi 16 div setpattern} { 8 1 dpi 16 div setpattern} { 8 1 dpi 16 div setpattern} {<8142241818244281> 8 1 dpi 16 div setpattern} {<03060C183060C081> 8 1 dpi 16 div setpattern} {<8040201008040201> 8 1 dpi 16 div setpattern} {} {1.00 grayness} {0.90 grayness} {0.70 grayness} {0.50 grayness} {0.30 grayness} {0.10 grayness} {0.03 grayness} {0.00 grayness} { 8 1 dpi 16 div setpattern} { 8 1 dpi 16 div setpattern} {<3333333333333333> 8 1 dpi 16 div setpattern} {<0000FFFF0000FFFF> 8 1 dpi 16 div setpattern} {<7EBDDBE7E7DBBD7E> 8 1 dpi 16 div setpattern} { 8 1 dpi 16 div setpattern} {<7FBFDFEFF7FBFDFE> 8 1 dpi 16 div setpattern} {} ] def /H { FMlinewidths exch get setlinewidth } bind def /X { fillprocs exch get exec } bind def /V { gsave eofill grestore } bind def /N { gsave stroke grestore } bind def /M {moveto} bind def /E {lineto} bind def /D {curveto} bind def /O {closepath} bind def /n FMLOCAL /L { /n exch def newpath normalize moveto 2 1 n {pop normalize lineto} for } bind def /Y { L closepath } bind def /K { /n exch def newpath moveto 3 1 n {pop curveto} for } bind def /J { /n exch def newpath moveto 1 1 n {pop curveto} for } bind def /x1 FMLOCAL /x2 FMLOCAL /y1 FMLOCAL /y2 FMLOCAL /R { /y2 exch def /x2 exch def /y1 exch def /x1 exch def x1 y1 x2 y1 x2 y2 x1 y2 4 Y } bind def /C { grestore gsave R clip } bind def /U { grestore gsave } bind def /F { FMfonts exch get setfont } bind def /T { moveto show } bind def /P { moveto 0 32 3 2 roll widthshow } bind def /S { moveto 0 exch ashow } bind def /B { moveto 0 32 4 2 roll 0 exch awidthshow } bind def /Q { moveto gsave show grestore } bind def /x FMLOCAL /y FMLOCAL /dx FMLOCAL /dy FMLOCAL /dl FMLOCAL /t FMLOCAL /t2 FMLOCAL /Cos FMLOCAL /Sin FMLOCAL /r FMLOCAL /W { dnormalize /dy exch def /dx exch def normalize /y exch def /x exch def /dl dx dx mul dy dy mul add sqrt def dl 0.0 gt { /t currentlinewidth def savematrix /Cos dx dl div def /Sin dy dl div def /r [Cos Sin Sin neg Cos 0.0 0.0] def /t2 t 2.5 mul 3.5 max def newpath x y translate r concat 0.0 0.0 moveto dl t 2.7 mul sub 0.0 rlineto stroke restorematrix x dx add y dy add translate r concat t 0.67 mul setlinewidth t 1.61 mul neg 0.0 translate 0.0 0.0 moveto t2 1.7 mul neg t2 2.0 div moveto 0.0 0.0 lineto t2 1.7 mul neg t2 2.0 div neg lineto stroke t setlinewidth restorematrix } if } bind def /G { gsave newpath normalize translate 0.0 0.0 moveto dnormalize scale 0.0 0.0 1.0 5 3 roll arc closepath eofill grestore } bind def /x FMLOCAL /y FMLOCAL /w FMLOCAL /h FMLOCAL /xx FMLOCAL /yy FMLOCAL /ww FMLOCAL /hh FMLOCAL /A { /y exch def /x exch def /h exch def /w exch def x y normalize /yy exch def /xx exch def w h dnormalize /hh exch def /ww exch def ww abs hh abs xx ww add yy hh sub gsave savematrix newpath translate scale 0.0 0.0 1.0 5 3 roll arc 0 setlinecap restorematrix stroke grestore } bind def /FMsaveobject FMLOCAL /FMoptop FMLOCAL /FMdicttop FMLOCAL /BEGINPRINTCODE { /FMdicttop countdictstack 1 add def /FMoptop count 6 sub def /FMsaveobject save def userdict begin /showpage {} def newpath translate 0.0 0.0 moveto } bind def /ENDPRINTCODE { count -1 FMoptop {pop pop} for countdictstack -1 FMdicttop {pop end} for FMsaveobject restore } bind def /gn { 0 { 46 mul cf read pop 32 sub dup 46 lt {exit} if 46 sub add } loop add } bind def /str FMLOCAL /cfs { /str sl string def 0 1 sl 1 sub {str exch val put} for str def } bind def /ic [ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223 0 {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx} {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx} {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12} {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh} {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh} {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl} {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl} {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl} {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl} ] def /sl FMLOCAL /val FMLOCAL /ws FMLOCAL /im FMLOCAL /bs FMLOCAL /cs FMLOCAL /len FMLOCAL /pos FMLOCAL /ms { /sl exch def /val 255 def /ws cfs /im cfs /val 0 def /bs cfs /cs cfs } bind def 400 ms /ip { is 0 cf cs readline pop { ic exch get exec add } forall pop } bind def /wh { /len exch def /pos exch def ws 0 len getinterval im pos len getinterval copy pop pos len } bind def /bl { /len exch def /pos exch def bs 0 len getinterval im pos len getinterval copy pop pos len } bind def /s1 1 string def /fl { /len exch def /pos exch def /val cf s1 readhexstring pop 0 get def pos 1 pos len add 1 sub {im exch val put} for pos len } bind def /hx { 3 copy getinterval cf exch readhexstring pop pop } bind def /h FMLOCAL /w FMLOCAL /lb FMLOCAL /bitmapsave FMLOCAL /is FMLOCAL /cf FMLOCAL /BEGINBITMAP { gsave translate scale /h exch def /w exch def /lb w 7 add 8 idiv def sl lb lt {lb ms} if /bitmapsave save def /is im 0 lb getinterval def ws 0 lb getinterval is copy pop /cf currentfile def w h 1 [w 0 0 h neg 0 h] {ip} image bitmapsave restore grestore } bind def /ENDBITMAP { } bind def end %%EndProlog %%BeginSetup (1.11) FMVERSION 1. 1. 612. 792. 0 1 FMDOCUMENT 0 12. /Times-Roman FMDEFINEFONT 1 18. /Times-Bold FMDEFINEFONT 2 14. /Times-Bold FMDEFINEFONT 3 10. /Times-Bold FMDEFINEFONT 4 10. /Times-Roman FMDEFINEFONT 0.5 1. 3. 4. 4 FMLINEWIDTHS %%EndSetup %%Page: "1" 1 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-1) 522. 36. T 1 F (Appendix C) 72. 706. T (Sun Documentation) 215. 706. T 0 F (Appendix C lists Software manual sets, a la carte software ) 217. 676. T (manuals and hardware manuals. This is a partial list of Sun ) 217. 664. T (documentation. To get the most up-to-date list of manuals, con-) 217. 652. T (tact Sun\325s Telemarketing Group by calling 1-800-USA-4SUN ) 217. 640. T (\050prompt 6 for Telemarketing\051. A Sun representative ) 217. 628. T (will help you order the appropriate documentation. ) 217. 616. T 2 F (C.1) 72. 584. T (Software Manual Sets) 215. 584. T 3 F (SunOS 4.0) 156. 556. T 4 F ( ) 72. 542. T (SX-9A) 120. 542. T (Beginner\325s Guide set includes the following manuals:) 156. 542. T ( ) 108. 528. T (800-1715 Read This First: Beginner\325s Guides 4.0 SunOS) 156. 528. T ( ) 108. 514. T (800-1712 Manual Cover Sheet 4.0 SunOS Beginner\325s Guides) 156. 514. T ( ) 108. 500. T (800-1702 Sun System Overview) 156. 500. T ( ) 108. 486. T (800-1703 Getting Started with SunOS: Beginner\325s Guide) 156. 486. T ( ) 108. 472. T (800-1704 Setting Up Your SunOS Environment: Beginner\325s Guide) 156. 472. T ( ) 108. 458. T ( ) 145.5 458. T (800-1705 Self Help with Problems: Beginner\325s Guide) 156. 458. T ( ) 108. 444. T (800-1706 SunView 1: Beginner\325s Guide) 156. 444. T ( ) 108. 430. T (800-1709 Mail and Mail Messages: Beginner\325s Guide) 156. 430. T ( ) 108. 416. T (800-1710 Doing More with UNIX: Beginner\325s Guide) 156. 416. T ( ) 72. 402. T (800-1711 Using the Network: Beginner\325s Guide) 156. 402. T ( ) 72. 382. T (SX-9B) 120. 382. T (System Administration Guide set includes the following manuals:) 156. 382. T ( ) 108. 368. T (800-1745 Read This First: System Administration Guides 4.0 SunOS) 156. 368. T ( ) 108. 354. T (800-1739 Manual Cover Sheet 4.0 SunOS System Administration Guides) 156. 354. T ( ) 108. 340. T (800-1731 SunOS 4.0 Change Notes) 156. 340. T ( ) 108. 326. T (800-1732 Installing the SunOS) 156. 326. T ( ) 108. 312. T (800-1733 System and Network Administration) 156. 312. T ( ) 108. 298. T (800-1735 Security Features Guide) 156. 298. T ( ) 108. 284. T (800-1736 PROM User\325s Guide) 156. 284. T ( ) 72. 270. T (800-1738 Sun System Diagnostics Manual) 156. 270. T ( ) 72. 250. T (SX-9C) 120. 250. T (System Reference Manual set includes the following manuals:) 156. 250. T ( ) 108. 236. T (800-1760 Read This First: System Reference Manuals 4.0 SunOS) 156. 236. T ( ) 108. 222. T (800-1759 Manual Cover Sheet 4.0 SunOS System Reference Manuals) 156. 222. T ( ) 108. 208. T (800-1751 SunOS Reference Manual) 156. 208. T ( ) 108. 194. T (800-1753 System Services Overview) 156. 194. T ( ) 108. 180. T (800-1754 Editing Text Files) 156. 180. T ( ) 108. 166. T (800-1755 Using nroff AND troff) 156. 166. T ( ) 72. 152. T (800-1756 Formatting Documents) 156. 152. T ( ) 72. 132. T (SX-9D) 120. 132. T (Programmer\325s Reference Guide set includes the following manuals:) 156. 132. T ( ) 108. 118. T (800-1789 Read This First: Programmer\325s Tools 4.0 SunOS) 156. 118. T ( ) 108. 104. T (800-1776 Manual Cover Sheet 4.0 SunOS Programmer\325s Tools) 156. 104. T (800-1771 C Programmer\325s Guide) 156. 90. T (800-1773 Assembly Language Reference Manual for Sun-2 and Sun-3) 156. 76. T FMENDPAGE %%Page: "2" 2 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-2) 72. 36. T 4 F (800-1774 Programming Utilities and Libraries) 156. 713. T (800-1775 Programming Debugging Tools) 156. 699. T (800-1779 Network Programming) 156. 685. T (800-1780 Writing Device Drivers) 156. 671. T (800-1783 SunView Programmer\325s Guide) 156. 657. T (800-1784 SunView 1 System Programmer\325s Guide) 156. 643. T (800-1785 Pixrect Reference Manual) 156. 629. T (800-1786 SunCGI Reference Manual) 156. 615. T (800-1787 SunCore Reference Manual) 156. 601. T (SS-9A) 120. 581. T (SPARC Reference Manual set includes the following manuals:) 156. 581. T (800-1743 Read This First: SPARC 4.0 SunOS) 156. 567. T (800-1744 Manual Cover Sheet 4.0 SunOS SPARC) 156. 553. T (800-1742 SPARC Release Notes for 4.0) 156. 539. T (800-1788 Sun-4 Assembly Language Reference Manual) 156. 525. T (800-1795 A RISC Tutorial) 156. 511. T (800-1796 Porting Software to SPARC Systems) 156. 497. T 2 F (C.2) 72. 467. T ( Software a la carte Manuals) 215. 467. T 4 F (1. OPERATING SYSTEM MANUALS) 156. 440. T 3 F (SunOS 4.0) 156. 422. T 4 F (800-1702 Sun System Overview 09May88 ) 156. 409. T (800-1703 Getting Started with SunOS: Beginner\325s Guide 09May88 ) 156. 395. T (800-1704 Setting Up Your SunOS Environment: Beginner\325s Guide 09May88 ) 156. 381. T (800-1705 Self Help with Problems: Beginner\325s Guide 09May88 ) 156. 367. T (800-1706 SunView 1: Beginner\325s Guide 09May88 ) 156. 353. T (800-1709 Mail and Mail Messages: Beginner\325s Guide 09May88 ) 156. 339. T (800-1710 Doing More with UNIX: Beginner\325s Guide 09May88 ) 156. 325. T (800-1711 Using the Network: Beginner\325s Guide 09May88 ) 156. 311. T (800-1731 SunOS 4.0 Change Notes 09May88 ) 156. 297. T (800-1732 Installing the SunOS 09May88 ) 156. 283. T (800-1733 System and Network Administration 09May88 ) 156. 269. T (800-1735 Security Features Guide 09May88 ) 156. 255. T (800-1736 PROM User\325s Guide 09May88 ) 156. 241. T (800-1738 Sun System Diagnostics Manual \050version 4.0\051 09May88 ) 156. 227. T (800-1742 SPARC Release Notes for 4.0 09May88 ) 156. 213. T (800-1751 SunOS Reference Manual 09May88 ) 156. 199. T (800-1753 System Services Overview 09May88 ) 156. 185. T (800-1754 Editing Text Files 09May88 ) 156. 171. T (800-1755 Using nroff AND troff 09May88 ) 156. 157. T (800-1756 Formatting Documents 09May88 ) 156. 143. T (800-1771 C Programmer\325s Guide 09May88 ) 156. 129. T (800-1773 Assembly Language Reference Manual for Sun-2 and Sun-3 09May88 ) 156. 115. T (800-1774 Programming Utilities and Libraries 09May88 ) 156. 101. T (800-1775 Programming Debugging Tools 09May88 ) 156. 87. T FMENDPAGE %%Page: "3" 3 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-3) 522. 36. T 4 F (800-1779 Network Programming 09May88 ) 156. 713. T (800-1780 Writing Device Drivers 09May88 ) 156. 699. T (800-1783 SunView Programmer\325s Guide 09May88 ) 156. 685. T (800-1784 SunView 1 System Programmer\325s Guide ) 156. 671. T (800-1785 Pixrect Reference Manual 09May88 ) 156. 657. T (800-1786 SunCGI Reference Manual 09May88 ) 156. 643. T (800-1787 SunCore Reference Manual 09May88 ) 156. 629. T (800-1788 Sun-4 Assembly Language Reference Manual 09May88 ) 156. 615. T (800-1795 A RISC Tutorial 09May88 ) 156. 601. T (800-1796 Porting Software to SPARC Systems 09May88) 156. 587. T ( ) 72. 566. T 3 F (SunOS 3.x) 156. 566. T 4 F ( ) 108. 552. T (800-1254 Pixrect Reference Manual 17Feb86 ) 156. 552. T (800-1256 SunGCI Reference Manual 17Mar86 ) 156. 538. T (800-1257 SunCore Reference Manual 17Feb86 ) 156. 524. T (800-1270 Games, Demos and Other Pursuits: Beginner\325s Guide 17Feb86 ) 156. 510. T (800-1284 Getting Started with UNIX: Beginner\325s Guide 17Feb86 ) 156. 496. T (800-1285 Setting Up Your UNIX Environment: Beginner\325s Guide 01Feb86 ) 156. 482. T (800-1286 Self Help with Problems: Beginner\325s Guide 17Feb86 ) 156. 468. T (800-1287 Windows and Windows Based Tools: Beginner\325s Guide 17Feb86 ) 156. 454. T (800-1288 Mail and Mail Messages: Beginner\325s Guide 17Feb86 ) 156. 440. T (800-1289 Doing More with UNIX: Beginner\325s Guide 17Feb86 ) 156. 426. T (800-1290 Using the Network: Beginner\325s Guide 17Feb86 ) 156. 412. T (800-1295 Commands Reference Manual 17Feb86 ) 156. 398. T (800-1300 Sun System Overview 17Feb86 ) 156. 384. T (800-1301 Programming Utilities for the Sun Workstation 17Feb86 ) 156. 370. T (800-1303 UNIX Interface Reference Manual 19Sep86 ) 156. 356. T (800-1304 Writing Device Drivers for the Sun Workstation 19Sep86 ) 156. 342. T (800-1319 Editing Text File on the Sun Workstation 17Feb86 ) 156. 328. T (800-1320 Formating Documents on the Sun Workstation 17Feb86 ) 156. 314. T (800-1321 Using nroff AND troff on the Sun Workstation 17Feb86 ) 156. 300. T (800-1322 Using UNIX Text Utilities on the Sun Workstation 17Feb86 ) 156. 286. T (800-1323 System Administration for the Sun Workstation 17Feb86 ) 156. 272. T (800-1324 Networking on the Sun Workstation 17Feb86 ) 156. 258. T (800-1325 Debugging Tools for the Sun Workstation 17Feb86 ) 156. 244. T (800-1341 UNIX Interface Overview 05Feb86 ) 156. 230. T (800-1342 SunView System Programmer\325s Guide 19Sep86 ) 156. 216. T (800-1345 SunView Programmer\325s Guide 15Oct86 ) 156. 202. T (800-1371 FORTRAN Programmer\325s Guide 17Feb86 ) 156. 188. T (800-1372 Assembly Language Reference Manual 17Feb86 ) 156. 174. T (800-1376 Pascal Programmer\325s Guide 17Feb86 ) 156. 160. T (800-1379 Programmer\325s Reference Manual for Curses on the Sun Workstation 15Feb86 ) 156. 146. T (800-1521 Installing UNIX on the Sun Workstation 19Sep86 ) 156. 132. T (800-1541 System V Enhancements Overview 15Oct86 ) 156. 118. T (800-1552 Floating-Point Programmer\325s Guide for the Sun Workstation 19Sep86 ) 156. 104. T (800-1620 Make User\325s Guide 16Mar87 ) 156. 90. T (800-2111 Sun System Diagnostics \050sysdiag\051 Manual 20Nov87 ) 156. 76. T FMENDPAGE %%Page: "4" 4 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-4) 72. 36. T 4 F (800-1344 Release 3.0 Change Notes 17Feb86 ) 156. 713. T (800-1364 Release 3.2 Manual for the Sun Workstation 10Oct86 ) 156. 699. T (800-1613 Release 3.3 Manual for the Sun Workstation 15Jan87 ) 156. 685. T (800-1614 Release 3.4 Manual for the Sun Workstation 13May87 ) 156. 671. T (800-2089 Release 3.5 Manual for the Sun Workstation 20Nov87 ) 156. 657. T (800-2181 Reference Manual Insertion Pages for Release 3.5 20Nov87 ) 156. 643. T (800-1460 Read This First: Software Notes for Sun UNIX Release 3.2 19Jan87 ) 156. 629. T (800-1936 Read This First: Notes for Sun UNIX Release 3.4) 156. 615. T ( ) 72. 605. T (\050Appendix C of p/n: 800-1614\051 18Jun87 ) 200. 605. T (800-2129 Read This First: Release 3.4 Installation Update 18Aug87 ) 156. 591. T (800-2149 Read This First: Release 3.5 14Jan88 ) 156. 577. T (800-2299 Read This First: 2-Disk Subsystems Kernel Configuration ) 156. 563. T (08Jan88 >SunOS Sys4-3.2) 200. 553. T (800-1399 The SPARC Architecture Manual 22Oct87 ) 156. 539. T (800-1562 A RISC Tutorial 30Nov87 ) 156. 525. T (800-1593 SunOS 3.2 for the Sun-4 30Nov87 ) 156. 511. T (800-1596 Porting Software to SPARC Systems 30Nov87 ) 156. 497. T (800-2053 Sun-4 Assembly Language Reference Manual 30Nov87 ) 156. 483. T (800-2186 Supplemental Reference Manual Pages for Sys4-3.2 30Nov87 ) 156. 469. T (800-2196 Read This First: Sys4-3.2_Rev 2 19Apr88 ) 156. 455. T (800-2389 Read This First: SunOS Sys4-3.2 and the 32 MByte Memory Board 01Apr88 ) 156. 441. T 3 F (SunOS 2.0) 156. 420. T 4 F (800-1150 System Administration Guide for the Sun Workstation 15May85 ) 156. 407. T (800-1158 Installing UNIX Manual 05Apr85 ) 156. 393. T (800-1165 Programmer\325s Reference Manual for SunCore 15May85 ) 156. 379. T (800-1166 Programmer\325s Reference Manual for SunCGI 15May85 ) 156. 365. T (800-1167 Programmer\325s Reference Manual for SunWindows 15May85 ) 156. 351. T (800-1168 Programmer\325s Reference Manual for Curses on the Sun Workstation 01Mar85 ) 156. 337. T (800-1169 Beginner\325s Guide to the Sun Workstation 15May85 ) 156. 323. T (800-1172 Commands Reference Manual for the Sun Workstation 15May85 ) 156. 309. T (800-1173 System Interface Manual for the Sun Workstation 15May85 ) 156. 295. T (800-1174 Editing and Text Processing on the Sun Workstation 15May85 ) 156. 281. T (800-1175 FORTRAN Programmer\325s Guide for the Sun Workstation 15May85 ) 156. 267. T (800-1176 Pascal Programmer\325s Guide for the Sun Workstation 15May85 ) 156. 253. T (800-1177 Networking on the Sun Workstation 15May85 ) 156. 239. T (800-1178 System Summary and Change Notes for the Sun Workstation 15May85 ) 156. 225. T (800-1179 Assembler Language Reference Manual for the Sun Workstation 15May85 ) 156. 211. T (800-1180 Programming Tools for the Sun Workstation 15May85 ) 156. 197. T (800-1181 Systems Internals Manual for the Sun Workstation 15May85 ) 156. 183. T (800-1182 Programmer\325s Tutorial to SunWindows 15May85 ) 156. 169. T (800-1195 Device Drivers Manual for the Sun Workstation 15May85 ) 156. 155. T (800-1380 Release 2.3 Manual for the Sun Workstation 01Mar86 ) 156. 141. T (800-1235 Read This First: Software Notes for UNIX Release 2.3 17Mar86 ) 156. 127. T (800-1244 Errata Notes for 2.0 System Administration Manual 15Apr85 ) 156. 113. T 3 F (MISC SunOS) 156. 92. T 4 F ( ) 72. 79. T (800-1419 The UNIX System: A Sun Technical Report 1985 ) 156. 79. T FMENDPAGE %%Page: "5" 5 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-5) 522. 36. T 4 F (2. UNBUNDLED SOFTWARE MANUALS) 156. 713. T 3 F (SunINGRES) 156. 695. T 4 F ( ) 108. 682. T (800-1394 SunINGRES Application Notes 17Feb86 ) 156. 682. T (800-1681 SunINGRES Installation Guide 16Jan87 [replaced by 800-3106]) 156. 668. T (800-1906 SunINGRES 5.0 Release Notes 01Dec86 ) 156. 654. T (800-1907 SunINGRES Project Management Demo Guide 19Jan86 ) 156. 640. T (800-3106 SunINGRES Installation Guide 01Aug88 ) 156. 626. T (800-1999 Read This First: SunINGRES 5.0 15Oct87 [replaced by 800-2473]) 156. 612. T (800-2473 Read This First: SunINGRES 5.1 27May88 [replaced by 800-3105]) 156. 598. T (800-3105 Read This First: SunINGRES 5.1 01Aug88 ) 156. 584. T 3 F (SunAlis) 156. 563. T 4 F ( ) 108. 550. T (800-1669 SunAlis Administration Guide 01Feb87 ) 156. 550. T (800-1670 SunAlis Introductory User\325s Guide 01Feb87 ) 156. 536. T (800-1671 SunAlis Document Composer\325s Guide 01Feb87 ) 156. 522. T (800-1672 SunAlis Graphics Guide 01Feb87 ) 156. 508. T (800-1673 SunAlis Spreadsheet Guide 01Feb87 ) 156. 494. T (800-1674 SunAlis Database Guide 01Feb87 ) 156. 480. T (800-2066 Read This First: SunAlis Release 2.1 30Jul87 ) 156. 466. T 3 F (SunTrac) 156. 445. T 4 F ( ) 108. 432. T (800-2058 SunTrac User\325s Guide 16Sep87 ) 156. 432. T (800-2059 SunTrac Reference Guide 16Sep87 ) 156. 418. T (800-2060 SunTrac Tutorial 16Sep87 ) 156. 404. T (800-2061 SunTrac Installation Guide 16Sep87 ) 156. 390. T (800-2082 Read This First: SunTrac 1.0 30Oct87 ) 156. 376. T (800-2161 Read This First: SunTrac 1.0 30Oct87 ) 156. 362. T (800-2204 Read This First: SunTrac 1.0 New Features and Potential Problems in) 156. 348. T ( ) 72. 338. T (Installation \050for Sun-4 under SunOS Sys4-3.2\051 10Dec87 ) 200. 338. T (800-2205 Read This First: SunTrac 1.0 More New Features and Potential Problems) 156. 324. T ( ) 72. 314. T (in Installation \050for Sun-4 under SunOS Sys4-3.2\051 10Dec87 ) 200. 314. T 3 F (SunUNIFY) 156. 293. T ( ) 108. 279. T 4 F (800-1566 SunUNIFY Overview 19Dec86 ) 156. 279. T (800-1567 SunUNIFY Programmer\325s Manual 19Dec86 ) 156. 265. T (800-1568 SunUNIFY Tutorial 19Dec86 ) 156. 251. T (800-1569 SunUNIFY Reference Manual 19Dec86 ) 156. 237. T (800-1576 SunUNIFY Installation Guide 19Dec86 ) 156. 223. T (800-1583 Change Notes For SunUNIFY Release 2.0 19Dec86 ) 156. 209. T (800-1578 Read This First: Notes for SunUNIFY Release 2.0 24Jul87) 156. 195. T 3 F (SunSimplify) 156. 174. T 4 F (800-1542 SunSimplify Overview 19Dec86 ) 156. 161. T (800-1543 SunSimplify Tutorial 19Dec86 ) 156. 147. T (800-1544 SunSimplify Reference Manual for databrowse and schemadesign 19Dec86 ) 156. 133. T (800-1570 SunSimplify Programmer\325s Manual for ERIC 19Dec86 ) 156. 119. T (800-1584 SunSimplify Installation Guide 19Dec86 ) 156. 105. T (800-1488 Read This First: Notes for Sun Simplify Release 1.0 24Jul87 ) 156. 91. T FMENDPAGE %%Page: "6" 6 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-6) 72. 36. T 3 F (NeWS "Network-extensible Window System" ) 156. 712. T 4 F (800-2144 NeWS 1.1 Release Notes 15Jan88 ) 156. 699. T (800-2145 News 1.1 Installation Guide 15Jan88 ) 156. 685. T (800-2146 NeWS 1.1 Manual 15Jan88 ) 156. 671. T (800-2147 NeWS Application Scenario 15Jan88 ) 156. 657. T (800-2162 NeWS Technical Overview 15Jan88 ) 156. 643. T (800-2152 Read This First: NeWS 1.1 25Feb88 ) 156. 629. T (800-2249 Portable NeWS 1.1 Installation Guide 19Feb88 ) 156. 615. T (800-2250 Portable NeWS 1.1 Porting Manual 05Feb88 ) 156. 601. T (800-2251 Read This First: Portable NeWS 1.1 11Mar88 ) 156. 587. T (800-2280 Sample NeWS 1.1 Manual 15Jan88) 156. 573. T 3 F (SunGKS "Graphical Kernel System" ) 156. 552. T 4 F (800-2170 SunGKS Reference Manual 13Nov87) 156. 539. T (800-2171 SunGKS Software Installation Manual 13Nov87 ) 156. 525. T (800-2172 Read This First: SunGKS 2.1 17Nov87) 156. 511. T 3 F ( ) 72. 490. T (SunPHIGS "Programmers Hierarchical Interactive Graphics System") 156. 490. T 4 F (800-3061 Getting Started with SunPHIGS 30Jun88) 156. 477. T (800-2464 SunPHIGS Software Installation 30Jun88) 156. 463. T (800-2475 SunPHIGS Reference Manual 30Jun88) 156. 449. T 3 F (NSE "Network Software Environment" ) 156. 428. T 4 F (800-2095 Network Software Environment Reference Manual 11Mar88 ) 156. 415. T (800-2096 Network Software Environment Installation and Administration 11Mar88 ) 156. 401. T (800-2202 Read This First: Network Software Environment \050version 1.0\051 18Mar88 ) 156. 387. T ([replaced by 800-3076]) 200. 377. T (800-2461 Read This First: Network Software Environment \050version 1.05\051 20May88 ) 156. 363. T (800-3076 Read This First: Network Software Environment \050version 1.1\051 01Aug88) 156. 349. T ( ) 72. 328. T 3 F (Sun Common Lisp) 156. 328. T (- Development Environment \050for Sun-2 and Sun-3\051) 156. 309. T 4 F (800-1517 Sun Common Lisp User\325s Guide 02Feb86 ) 156. 295. T (800-1518 Sun Common Lisp Reference Guide 02Feb86 ) 156. 281. T (800-1519 Sun Common Lisp Installation Guide 02Feb87 ) 156. 267. T (800-2069 Sun 2.1 Common Lisp Release Notes 01Sep87 ) 156. 253. T (800-2151 Sun 2.1 Common Lisp Object System 25Sep87 ) 156. 239. T (800-2084 Read This First: Sun Common Lisp 2.1 Development Environment 02Oct87 ) 156. 225. T 3 F (- Application Environment \050for Sun-2 and Sun-3\051) 156. 204. T 4 F (800-1941 Sun Common Lisp Applications Environment 01Apr87 ) 156. 190. T (800-1946 Read This First: Sun Common Lisp 1.1 Application Environment 16Oct87 ) 156. 176. T 3 F (- Development Environment \050for Sun-4\051) 156. 155. T 4 F (800-1519 Sun Common Lisp Installation Guide [find the price in the ) 156. 141. T ("Development Environment" section above]) 200. 131. T (800-2069 Sun 2.1 Common Lisp Release Notes [find the price in the ) 156. 117. T ("Development Environment" section above]) 200. 107. T (800-2372 Sun Common Lisp 2.1 User\325s Guide \050runs on Sun-4 under SunOS Sys4-3.2\051) 156. 93. T ( ) 72. 83. T (01Feb88 ) 200. 83. T FMENDPAGE %%Page: "7" 7 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-7) 522. 36. T 4 F (800-2373 Sun Common Lisp 2.1 Reference Manual 01Feb88 ) 156. 713. T (800-2374 Read This First: Sun Common Lisp for the Sun-4 18Mar88 ) 156. 699. T 3 F (Sun FORTRAN \050under SunOS 3.x\051) 156. 678. T 4 F (800-1371 FORTRAN Programmer\325s Guide [find the price in the "SunOS 3.x" ) 156. 665. T (section above]) 200. 655. T (800-1976 Sun FORTRAN with VMS Extensions - Release Notes 04Sep87 ) 156. 641. T (800-1977 Sun FORTRAN with VMS Extensions - Installation Guide 04Sep87 ) 156. 627. T (800-2067 Read This First: Sun FORTRAN 1.0 - with VMS Extensions 18Sep87 ) 156. 613. T 3 F (Sun FORTRAN \050for Sun-4 under SunOS Sys4-3.2\051) 156. 592. T 4 F (800-2185 Sun FORTRAN 1.05 Release Notes 30Nov87 ) 156. 579. T (800-2200 Read This First: FORTRAN 1.05 Upgrade 30Nov87 ) 156. 565. T 3 F (Sun FORTRAN \050under SunOS 4.0\051) 156. 544. T 4 F (800-2163 Sun FORTRAN Programmer\325s Guide 06May88 ) 156. 531. T (800-2469 Read This First: Fortran 1.1 06May88 ) 156. 517. T 3 F (Sun Pascal) 156. 496. T 4 F (800-2191 Sun Pascal 1.05 Release Notes 12Feb87 ) 156. 483. T (800-2209 Read This First: Sun Pascal 1.05 Running on Sun-4 under SunOS Sys4-3.2) 156. 469. T ( ) 72. 459. T (12Feb87 ) 200. 459. T 3 F (Sun Cross Compilers ) 156. 438. T 4 F (800-2103 Sun Cross-Compilers User\325s Guide 23Oct87 ) 156. 425. T (800-2178 Sun Cross-Compiler Domesticating Kit Installation Guide 23Oct87 ) 156. 411. T (800-2086 Read This First: Sun Cross-Compilers 2.0 13Nov87 ) 156. 397. T 3 F (Sun Modula-2 ) 156. 376. T 4 F (800-1514 Using Modula-2 on the Sun Workstation 20Oct86 ) 156. 363. T (800-2108 Sun Modula-2 Release 2.0 Notes 04Jan88 ) 156. 349. T (800-2143 Sun Modula-2 Installation Guide 04Jan88 ) 156. 335. T (800-2109 Read This First: Sun Modula-2 \050Release 2.0\051 05Feb88) 156. 321. T ( ) 72. 299. T 3 F (SunLink ) 156. 299. T (- SunLink SNA 3270) 156. 280. T 4 F (800-1918 SunLink 3270 User\325s Guide 31Jul87 ) 156. 267. T (800-1919 SunLink SNA 3270 System Administration Guide 07Aug87 ) 156. 253. T (800-1920 SunLink 3270 Programmer\325s Guide 31Jul87 ) 156. 239. T (800-1991 Read This First: SunLink SNA 3270 \050version 5.0\051 21Aug87 ) 156. 225. T (800-2260 Read This First: SunLink SNA 3270 \050version 5.1 - runs on) 156. 211. T ( ) 72. 201. T (Sun-4 under SunOS Sys4-3.2\051 05Feb88 ) 200. 201. T 3 F (- SunLink BSC 3270) 156. 180. T 4 F (800-1504 SunLink BSC 3270 System Administration Guide 02Sep86 ) 156. 167. T (800-1586 SunLink 3270 User\325s Guide 29Aug86 ) 156. 153. T (800-1587 SunLink 3270 Programmer\325s Guide 29Aug86 ) 156. 139. T (800-1505 Read This First: SunLink BSC 3270 \050version 3.0\051 02Sep86 ) 156. 125. T 3 F (- SunLink Local 3270) 156. 104. T 4 F (800-1917 SunLink Local 3270 Systems Administration Guide 31Jul87 ) 156. 91. T (800-1918 SunLink 3270 User\325s Guide [find the price in the "SNA 3270" section above]) 156. 77. T FMENDPAGE %%Page: "8" 8 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-8) 72. 36. T 4 F (800-1920 SunLink 3270 Programmer\325s Guide [find the price in the "SNA 3270" ) 156. 713. T (section above]) 200. 703. T (800-2042 Read This First: SunLink Local 3270 \050version 5.0\051 02Oct87 ) 156. 689. T 3 F (- SunLink SNA Peer-To-Peer) 156. 668. T 4 F (800-1933 SunLink SNA Peer-To-Peer System Administration Guide 14Aug87 ) 156. 655. T (800-1934 SunLink SNA Peer-To-Peer API Programmer\325s Guide 14Aug87 ) 156. 641. T (800-1935 SunLink SNA Peer-To-Peer DIA Programmer\325s Guide 14Aug87 ) 156. 627. T (800-1990 Read This First: SunLink SNA Peer-To-Peer \050version 5.0\051 06Nov87 ) 156. 613. T 3 F (- SunLink BSC RJE) 156. 592. T 4 F (800-2101 SunLink BSC RJE System Administration Guide 04Dec87 ) 156. 579. T (800-2102 SunLink BSC RJE User\325s Guide 08Dec87 ) 156. 565. T (800-2100 Read This First: SunLink BSC RJE \050version 5.0\051 04Dec87 ) 156. 551. T (800-1389 SunLink BSC RJE System Administrator\325s Guide \050version 3.0\051 01Jun86 ) 156. 537. T (800-1390 SunLink BSC RJE User\325s Guide \050version 3.0\051 01Jun86 ) 156. 523. T (800-1508 Read This First: SunLink BSC RJE \050version 3.0\051 06Jun86 ) 156. 509. T 3 F (- SunLink OSI) 156. 488. T 4 F (800-1928 SunLink OSI System Administration Guide 31Jul87 ) 156. 475. T (800-1929 SunLink OSI Programmer\325s Guide 31Jul87 ) 156. 461. T (800-1988 Read This First: SunLink OSI \050version 5.0\051 31Jul87 ) 156. 447. T 3 F (- SunLink X.25) 156. 426. T 4 F (800-1924 SunLink X.25 System Administration Guide 31Jul87 ) 156. 413. T (800-1925 SunLink X.25 System User\325s Guide 31Jul87 ) 156. 399. T (800-1926 SunLink X.25 Programmer\325s Guide 31July87 ) 156. 385. T (800-1992 Read This First: SunLink X.25 - revised \050version 5.0\051 12Feb88 ) 156. 371. T (800-2259 Read This First: 5.1 SunLink X.25 \050runs on Sun-4 under SunOS Sys4-3.2\051) 156. 357. T ( ) 72. 347. T (12Feb88 ) 200. 347. T (800-1333 SunLink X.25 Programmer\325s Guide \050version 2.0\051 18Feb86 ) 156. 333. T (800-1348 SunLink X.25 System Administrator\325s Guide \050version 2.0 and 3.0\051 18Feb86 ) 156. 319. T (800-1359 Read This First: SunLink X.25 \050version 2.0\051 06Jun86 ) 156. 305. T 3 F (- SunLink DDN) 156. 284. T 4 F (800-1927 SunLink DDN System Administration Guide 07Aug87 ) 156. 271. T (800-2045 Read This First: SunLink DDN \050version 5.0\051 21Aug87) 156. 257. T 3 F (- SunLink Internetwork Router ) 156. 236. T 4 F (800-1923 SunLink Internetwork Router System Administration Guide 31Jul87 ) 156. 223. T (800-2044 Read This First: SunLink Internetwork Router \050version 5.0\051 14Aug87 ) 156. 209. T 3 F (- SunLink DNI) 156. 188. T 4 F (800-1930 SunLink DNI Programmer\325s Guide 21Jul87 ) 156. 175. T (800-1931 SunLink DNI User\325s Guide 21Jul87 ) 156. 161. T (800-1932 SunLink DNI System Administration Guide 21Aug87 ) 156. 147. T (800-2046 Read This First: SunLink DNI \050version 5.0\051 09Oct87 ) 156. 133. T (800-2307 Read This First: 5.1 SunLink DNI \050runs on Sun-4 under SunOS Sys4-3.2\051) 156. 119. T ( ) 72. 109. T (15Apr88 ) 200. 109. T FMENDPAGE %%Page: "9" 9 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-9) 522. 36. T 3 F (- SunLink TE100) 156. 712. T 4 F (800-1513 SunLink TE100 User\325s Guide 21Aug87 ) 156. 699. T (800-1539 ) 156. 685. T (Read This First: SunLink VT100-type Terminal Emulator \050version 4.0\051) 200. 685. T ( ) 72. 675. T (09Oct87 ) 200. 675. T (800-2218 ) 156. 661. T (Read This First: SunLink TE100 \050version 5.1 - runs on Sun-4 under) 200. 661. T ( ) 72. 651. T (SunOS Sys4-3.2\051 23Jan88 ) 200. 651. T 3 F (SunLink Communication Hardware Products) 156. 636. T (- SunLink Channel Adapter) 156. 618. T 4 F (800-1921 ) 156. 605. T (SunLink Channel Adapter Software Installation and Configuration Guide) 200. 605. T ( ) 72. 595. T (31Jul87 ) 200. 595. T (800-2092 SunLink Channel Adapter Programmer\325s Guide 31Jul87 ) 156. 581. T (800-2043 Read This First: SunLink Channel Adapter \050version 5.0\051 02Oct87 ) 156. 567. T 3 F (- Installation Notes and Configuration Procedures) 156. 546. T 4 F (813-1034 SunLink Channel Adapter Installation Notes 28Sep87 ) 156. 533. T (813-2040 SunLink Channel Adapter Configuration Procedures 28Sep87 ) 156. 519. T (813-2041 ) 156. 505. T (Cardcage Slot Assignments and Backplane Configuration Procedures for the ) 200. 505. T (SunLink Channel Adapter 21Oct87 [replaced by 813-2004]) 200. 495. T 3 F (- SunLink Multiprotocol Communication Processor) 156. 474. T 4 F (800-1922 ) 156. 461. T (SunLink Multiprotocol Communication Processor ) 200. 461. T (Software Installation and Configuration Guide 07Aug87 ) 200. 451. T (800-2423 Read This First: 5.2 SunLink MCP 08Apr88 ) 156. 437. T (800-2035 Read This First: SunLink MCP \050version 5.0\051 21Aug87 ) 156. 423. T 3 F (- Installation Notes and Configuration Procedures) 156. 402. T 4 F (813-1033 ) 156. 389. T (4 Channel SunLink Multiprotocol Communication Processor Field Service ) 200. 389. T (Manual and Installation Notes 18Aug87 ) 200. 379. T (813-2032 ) 156. 365. T (SunLink Multiprotocol Communications Processor Configuration Procedures) 200. 365. T ( ) 72. 355. T (20Aug87 ) 200. 355. T (813-2043 ) 156. 341. T (Cardcage Slot Assignments and Backplane Configuration Procedures for the ) 200. 341. T (SunLink Multiprotocol Communications Processor 20Aug87 ) 200. 331. T ([replaced by 813-2004]) 200. 321. T 3 F (- Other SUNLINK) 156. 300. T 4 F (800-1398 SunLink Communications Processor Installation and Configuration Guide) 156. 287. T ( ) 72. 277. T (01Jun86 ) 200. 277. T (800-1509 Read This First: SunLink Communication Processor \050version 3.0\051 01Oct86 ) 156. 263. T 2 F (C.3) 72. 233. T (Hardware a la carte Manuals) 215. 233. T 3 F (1. Sun Systems) 156. 205. T (Sun-2/100U/150U) 156. 187. T 4 F (800-0485 Power Drain Specifications \050Sun PCBs\051 08May82 ) 156. 174. T 3 F (Sun-2/120/170) 156. 153. T 4 F (800-0485 Power Drain Specifications - Sun PCBs ) 156. 140. T ([find the price in the ) 360.99 140. T ("Sun-2/100U/150U" section above]) 200. 130. T (800-1170 Hardware Installation Manual for the Sun-2/120 15May85 ) 156. 116. T (800-1171 Hardware Installation Manual for the Sun-2/170 15May85) 156. 102. T FMENDPAGE %%Page: "10" 10 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-10) 72. 36. T 4 F (800-1228 Sun-2/120 and Sun-2/170 Rev. R PROM Release Notes 14Mar85 ) 156. 713. T (813-2014 Sky Board Configuration Procedures for the Sun-2/120/170 Workstations) 156. 699. T ( ) 72. 689. T (02Jul86 ) 200. 689. T 3 F (Sun-2/50/130/160) 156. 668. T 4 F (800-1143 Hardware Installation Manual for the Sun-2/50 Desktop SunStation 19Nov84 ) 156. 655. T (800-1144 Hardware Installation Manual for the Sun-2/160 Desktop SunStation 15Apr85 ) 156. 641. T (800-1149 Read Me First: Unpacking the Sun-2/50 03Jan85 ) 156. 627. T (800-1160 Read Me First: Unpacking the Sun-2/160 12Jun85 ) 156. 613. T (800-1188 Installing the Mouse/Keyboard Connector \050Sun-2/50 Mouse/Keyboard\051) 156. 599. T ( ) 72. 589. T (03Jan85 ) 200. 589. T (800-1196 Installing Revision Q EPROMS on the Sun-2/160 CPU Board 15Apr85 ) 156. 575. T (800-1400 Installation Note for Sun-2/160: Configuration Requirements for Use of) 156. 561. T ( ) 72. 551. T (Graphics Processor Board and Graphics Buffer Board 18Jul85 ) 200. 551. T (800-1402 Installation Instructions for the Sun-2/50 SCSI or Floating Point Processor) 156. 537. T ( ) 72. 527. T (01Jul85 ) 200. 527. T (813-2015 Sky Board Configuration Procedures for the Sun-2/130/160 Workstations) 156. 513. T ( ) 72. 503. T ( ) 156. 503. T (02Jul86 ) 200. 503. T 3 F (Sun-2 Miscellaneous) 156. 482. T 4 F (800-1193 User\325s Manual for the Sun-2 VME - Multibus Adapter Board 25Sep86 ) 156. 469. T 3 F (Sun-3/50) 156. 448. T 4 F (800-1355 Sun-3/50 Desktop Workstation Hardware Installation Manual 31Jan86 ) 156. 435. T (800-2197 Errata: Sun-3/50 Desktop Workstation Hardware Installation Manual) 156. 421. T ( ) 72. 411. T (01Dec87 ) 200. 411. T 3 F (Sun-3/60) 156. 390. T 4 F (800-1905 Sun-3/160 Special Release: Software Installation Guide and Change Notes) 156. 377. T ( ) 72. 367. T (03Aug87 ) 200. 367. T (800-2128 Read This First: Sun-3/60 Software Release 14Sep87 ) 156. 353. T (813-1030 SIMM Installation Guide for the Sun-3/60 Workstation 08Jan88 ) 156. 339. T (813-1031 Color Frame Buffer Board Installation Guide for the Sun-3/60 Workstation) 156. 325. T ( ) 72. 315. T (08Jan88 ) 200. 315. T 3 F (Sun-3/75) 156. 294. T 4 F (800-1312 Hardware Installation Manual for the Sun-3/75 Desktop SunStation 31Sep86 ) 156. 281. T 3 F (Sun-3/110) 156. 260. T 4 F (800-1616 Installation Manual for the Sun 3-Slot Logic Enclosure 10Dec86 ) 156. 247. T (800-1953 Sun 3-Slot Foot Support Installation Manual 13Apr87 ) 156. 233. T 3 F (Sun-3/150) 156. 212. T 4 F (800-1902 Installation Manual for the Sun 6-Slot Deskside Logic Enclosure 01Oct87 ) 156. 199. T (800-2179 Read Me First: 6-Slot PROM Information 01Oct87 ) 156. 185. T 3 F (Sun-3/160/180) 156. 164. T 4 F (800-1314 Hardware Installation Manual for the Sun-3/160 SunStation 03Mar86 ) 156. 151. T (800-1534 Read Me First: the Sun-3/180 ALM Patch Tape 24Apr86 ) 156. 137. T (800-1945 Installation Manual for the Sun 12-Slot Deskside Logic Enclosure 03Jun87 ) 156. 123. T (813-1004 Installation and Service Manual for the Sun-3/180 16 Channel ) 156. 109. T (Asynchronous Line Multiplexer 04Jun86 ) 200. 99. T (813-2008 Sun-3/180 16 Channel Asynchronous Multiplexer Configuration Procedures) 156. 85. T ( ) 72. 75. T (20May86 ) 200. 75. T FMENDPAGE %%Page: "11" 11 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-11) 516. 36. T 3 F (Sun-3/260/280) 156. 712. T 4 F (800-1528 Hardware Installation Manual for the Sun-3/260 Workstation 10Oct86 ) 156. 699. T 3 F (Sun-3 Miscellaneous) 156. 678. T 4 F (800-1487 User\325s Guide to the Sun-3/100 VMEbus 24Nov87 ) 156. 665. T (800-1910 Read Me First: Sun-3/200s + CDC 1/2" Drive + Tape Master Controller) 156. 651. T ( ) 72. 641. T (15Jan87 ) 200. 641. T (813-2047 Sun 3004 CPU Board Configuration Procedures 27Oct87 ) 156. 627. T 3 F (Sun-4/110) 156. 606. T 4 F (800-2124 Installation Notes for the Sun 4100 Board Set 15Jan88 ) 156. 593. T (800-2300 Read Me First: Floating Point Unit Option for the Sun-4/100 Series 02Mar88 ) 156. 579. T (800-2375 Read Me First: Sun-4/110 Systems 02Mar88 ) 156. 565. T (813-1040 Sun P4 Color Frame Buffer Board Installation Manual 21Feb88 ) 156. 551. T (813-1041 Sun P4 Monochrome Frame Buffer Board Installation Manual 21Feb88 ) 156. 537. T (813-2053 Cardcage Slot Assignments and Backplane Configuration Procedures for the ) 156. 523. T (Sun-4/110 21Feb88 [replaced by 813-2004]) 200. 513. T 3 F (2. Backplane) 156. 492. T 4 F (813-2004 Cardcage Slot Assignments and Backplane Configuration Procedures ) 156. 476. T (for the Sun-2/3/4 08Jun88 ) 200. 466. T (813-2025 Cardcage Slot Assignments and Backplane Configuration Procedures ) 156. 452. T (for the Sun-3/140 Workstation 10Dec86 ) 200. 442. T (813-2037 Sun-4/200 Cardcage Slot Assignments and Backplane Configuration Procedures) 156. 428. T (01May87 [replaced by 813-2004]) 200. 418. T (813-2038 Cardcage Slot Assignments and Backplane Configuration Procedures for the) 156. 404. T (Sun-3/150 01Oct87 [replaced by 813-2004]) 200. 394. T 3 F (3. Peripherals) 156. 373. T (Sun-3 Shoebox) 156. 356. T 4 F (813-1010 Sun-3 Mass Storage Subsystem Installation Manual 71 and 141 MByte Drives) 156. 343. T ( ) 72. 333. T (25Aug86 ) 200. 333. T (813-1020 Sun-3 Mass Storage Subsystem Installation Manual 71, 141 and ) 156. 319. T (327 MByte Drives 29Jul87 ) 200. 309. T (800-2329 Errata: Sun-3 Mass Storage Subsystem Installation Manuals ) 156. 295. T (\050part numbers: 813-1010-06 and 813-1020-07\051 ) 200. 285. T 3 F (Small Computer Systems Interface \050SCSI\051) 156. 264. T 4 F (800-2117 Read Me First: Formatting and Labeling 327 MByte Disk Drives 21Jan88 ) 156. 251. T (800-2190 Read This First: SCSI Software Patch \050for SCSI - 3 VME Running ) 156. 237. T (SunOS Release 3.2, 3.4\051 ) 200. 227. T (813-1015 Installation and Service Manual for the Sun-3 Small Interface Circuit Card) 156. 213. T ( ) 72. 203. T (20May86 ) 200. 203. T (813-2007 Sun-3 SCSI Configuration Procedures 08May86 ) 156. 189. T 3 F (SMD Disk) 156. 168. T 4 F (800-2176 Read Me First: Sun 900 MByte Disk Drive 29Dec87 ) 156. 155. T (813-1009 Sun Mass Storage Pedestal Installation Manual 17Sep86 ) 156. 141. T (813-1013 Sun 575 MByte Disk Drive Installation Manual 21Jul86 ) 156. 127. T (813-1027 VMI/SMD Disk Controller Installation Note 02Aug88 ) 156. 113. T (813-2002 Xylogics 450/451 SMD Controller Board Configuration Procedures 01Apr87 ) 156. 99. T FMENDPAGE %%Page: "12" 12 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 380.33 36. T (C-12) 72. 36. T 4 F (813-2005 Fujitsu 2361A Disk Drive Configuration Procedures 03Sep86 ) 156. 713. T (813-2006 280 MByte Disk Drive Configuration Procedures 02Apr87 ) 156. 699. T (813-2033 VME/SMD Disk Controller Configuration Procedures 12Nov87 ) 156. 685. T (813-2046 Sun 900 MByte Disk Drive Configuration Procedures 29Dec87 ) 156. 671. T 3 F (1/4-Inch Tape) 156. 650. T 4 F (800-1315 A Tutorial on 1/4 Inch Tape Drives 15Jul86 ) 156. 637. T (813-1016 Installation and Service Manual for the Sun-3/180 Tape Drive Option) 156. 623. T ( ) 72. 613. T (31May86 ) 200. 613. T (813-2011 Sun-3 Emulex MT02 Controller Configuration Procedures 03Mar87 ) 156. 599. T 3 F (1/2-Inch Tape) 156. 578. T 4 F (813-1002 Fujitsu GCR Tape Drive Hardware Installation Manual 02May86 ) 156. 565. T (813-1016 Installation and Service Manual for the Sun-3/180 Tape Drive Option) 156. 551. T ([find the price in the "1/4 Inch Tape" section above]) 200. 541. T (813-2001 Xylogics 472 Tape Controller Board Configuration Procedures 02May86 ) 156. 527. T 3 F (LaserWriter) 156. 506. T 4 F (800-1249 Installing the LaserWriter 01May86 ) 156. 493. T (800-1305 Read This First: Notes for Transcript Release 2.0 11Jul86 ) 156. 479. T 3 F (3. Enclosures) 156. 458. T (Racks) 156. 441. T 4 F (800-1255 Hardware Installation Manual for the Sun-2/170 Rackmounted System) 156. 428. T ( ) 72. 418. T (01Jun85 ) 200. 418. T (800-1555 Installation Manual for the Sun Full-height Rack System 16Jul86 ) 156. 404. T (800-1676 Installation Manual for the Sun Rackmountable Fileservers 01Jan87 ) 156. 390. T ([replaced by 800-1677]) 200. 380. T (800-1677 Installation Manual for the Sun Full-height Rack System 26Jan87 ) 156. 366. T (813-1014 Installation Manual for the Half-height rack 19May86 ) 156. 352. T 3 F (Pedestals) 156. 331. T 4 F (800-1616 Installation Manual for the Sun-3 Slot Logic Enclosure ) 156. 318. T ([find the price in the "Sun-3/110" section above]) 200. 308. T (800-1902 Installation Manual for the Sun 6-Slot Deskside Logic Enclosure ) 156. 294. T ([find the price in the "Sun-3/150" section above] ) 200. 284. T (800-1945 Installation Manual for the Sun 12-Slot Deskside Logic Enclosure ) 156. 270. T ([find the price in the "Sun-3/160/180" section above]) 200. 260. T (800-1953 Sun 3-Slot Foot Support Installation Manual ) 156. 246. T ([find the price in the "Sun-3/110" section above] ) 200. 236. T 3 F (4. Boards) 156. 215. T (CPU) 156. 198. T 4 F (800-1615 Installation Notes for the 501-1164 CPU Board 10Dec86 ) 156. 185. T (800-1618 Installation Notes for the Sun 3200 Board Set 09Jan87 ) 156. 171. T (800-1619 Installation Notes for the 501-1134 CPU Board 10Dec86 ) 156. 157. T (800-1684 Installation Notes for the Sun 4200 Board Set 21Dec87 ) 156. 143. T (813-2013 Sun 501-1134 CPU Board Configuration Procedures 01Sep86 ) 156. 129. T (813-2017 Sun 501-1206 CPU Board Configuration Procedure 10Oct86 ) 156. 115. T (813-2031 Sun 4200 CPU Board Configuration Procedures 21Dec87 ) 156. 101. T FMENDPAGE %%Page: "13" 13 FMBEGINPAGE 0 F 0 X (Sun Microsystems Porting Guide) 72. 36. T (C-13) 516. 36. T 4 F (813-2049 Sun 4100 Board Set Configuration Procedures 15Jan88 ) 156. 713. T 3 F (Memory) 156. 692. T 4 F (800-2123 Installation Notes for the 32 MByte Memory Board 11Mar88 ) 156. 679. T (813-2018 Sun 501-1102 Memory Board Configuration Procedure 10Oct86 ) 156. 665. T 3 F (FPA/FPP/FPU) 156. 644. T 4 F (800-1378 Sun Floating Point Accelerator User\325s Manual \050for Sun-3 Systems\051 02Jun86 ) 156. 631. T (813-1012 Installation Notes for the Sun FPA Board 06Jun86 ) 156. 617. T (813-2012 Sun Floating Point Accelerator Board Configuration Procedure 11Nov87 ) 156. 603. T 3 F (Video/Graphics) 156. 582. T 4 F (800-1571 Sun Graphics Processor Software Interface Manual \050version 3.2 and below\051) 156. 569. T ( ) 72. 559. T (01Dec86 ) 200. 559. T (800-1986 Graphics Processor Software Interface \050GPSI\051 Programmer\325s Guide 04Mar87 ) 156. 545. T (800-2328 Read This First: GP2 Release 1.0 FCS 26Mar88 ) 156. 531. T (800-2330 Installation Notes for the GP2 and CG5 Boards 23Feb88 ) 156. 517. T (813-2023 Graphic Processor+ Board Configuration Procedure 26Aug86 ) 156. 503. T 3 F (Communications) 156. 482. T 4 F (800-2210 Read Me First: Asynchronous Line Multiplexer-2 01Dec87 ) 156. 469. T (800-2235 Read This First: ALM-2 Board System Configuration 07Dec87 ) 156. 455. T (813-1001 Installation and Service Manual for the VME Asynchronous Line Multiplexer) 156. 441. T ( ) 72. 431. T (08May86 ) 200. 431. T (813-1007 Installation and Service Manual for the Multiple Terminal Interface Board) 156. 417. T ( ) 72. 407. T (12Jul85 ) 200. 407. T (813-1029 16 Channel Asynchronous Line Multiplexer-2 Field Service Manual and ) 156. 393. T (Installation Notes 07Dec87 ) 200. 383. T (813-2003 VME Asynchronous Line Multiplexer Configuration Procedures 20May86 ) 156. 369. T (813-2042 16 Channel Asynchronous Line Multiplexer-2 Configuration Procedures) 156. 355. T ( ) 72. 345. T (01Dec87 ) 200. 345. T (813-2045 Cardcage Slot Assignments and Backplane Configuration Procedures for the) 156. 331. T (16 Channel ALM-2 10Dec87 [replaced by 813-2004]) 200. 321. T 3 F (Miscellaneous Hardware) 156. 300. T 4 F (800-1231 Degaussing the Monitor 1985 ) 156. 287. T (800-1406 Installation Note of Installing a Piercing Tap \050a.k.a. "vampire"\051 16Aug85 ) 156. 273. T (800-1968 Read Me First: Removing Head-lock Constraints from the 575 MByte Disk) 156. 259. T ( ) 72. 249. T (Drive 05Mar87 ) 200. 249. T (800-2156 Read Me First: Optical Mouse 02Sep87 ) 156. 235. T (800-2206 ESD Kit Instructions 06Jan88 ) 156. 221. T (813-1021 Installation Notes for Sun MAP-kit Board 12Dec86 ) 156. 207. T (813-2029 Sun MAP-kit Board Configuration Procedures 12Dec86 ) 156. 193. T FMENDPAGE %%Trailer %%Pages: 13 1 %%DocumentFonts: Times-Roman %%+ Times-Bold