Dv 7?+|fx ̋R  ́ӤӤA &% eC % C ``` e  ̀7 ?B-I/O ERRORvߋtȋw?? e `@B5 &$yzaX5lem7 ?B-NO CONSOL.SYS P&f e@ ? @>? @>%7:x5 ߋz:#.E9 E9 ?83=i:f:7 =7 =? p %h$$b$$V$$P$E8 {=;&S  d= 67  4 tz f8  7 7 7 8'=+ #.7=7 =.U  U88:U8 N jU8 N 6 ~  S6; zPP=&C   S}W =@W !@`Ww777 L  O  S;8wX5D7`E<7!2G2B2 E4% r 442 t 6 U U ㇇ (51  1 1 UE@UEUEUE02 EUE41 2E1UU@ EUUE U U=ff׭B1 mI m = 1:|3x31 }3 M0 $*`/p!@ &$y3 &$yz-x`p!QQ,RR,R`R`6:Wp!h  ` `6:p!  J`Op!` ""`3 Uq`3[q:}[q:}6:_t@w`Awx`y>yZK z`#(P! BOOT.HLP - VAX-11/785 Bootstrap Help File ! Rev 0.2, 02-Nov-1983 ! Copyright (c) 1983, Digital Equipment Corporation, Tewksbury, Massachusetts ! ! To abort printing, type ^C. ! ! This file describes the input parameters to the bootstrap program ! VMB.EXE. Normally the bootstrap will look up the file SYSBOOT.EXE ! in [SYSEXE] on the specified device, load it to memory, and transfer ! control to it. ! ! To perform a normal, non-interactive boot from standard devices, use ! the BOOT (abbreviation: B) command as shown below: ! BOOT DMn ! Boot RK07 unit n ! (ie: B DM3 boots RK07 unit 3 using DMBOO.CMD) ! BOOT DBn ! Boot RM03 or RP06 unit n ! (ie: B DB2 boots RM03/RP06 unit 2 using DBBOO.CMD) ! ! The console reads the specified device from the boot command line. ! If the third character is an integer in the range from 0-7, then it ! strips off the unit number and deposits it to R3, and executes the ! appropriate ddBOO.CMD command file. Two-character device names are ! handled in a similar manner; the console assumes a unit number of ! zero. ! Else, the console searches for nnnBOO.CMD, (where nnn was the ! three-character sequence following the boot command). ! ! The BOOT command is also used to boot with the Diagnostic Supervisor: ! BOOT SMn ! Boot with DS from RK07 unit n ! (ie: B SM2 boots the DS with RK07 unit 2 using SMBOO.CMD) ! BOOT SBn ! Boot with DS from RM/RP unit n ! (ie: B SB5 boots the DS with RP/RM unit 5 using SBBOO.CMD) ! ! To perform a boot which stops in SYSBOOT to alter system parameters, ! the ddGEN.CMD command files are used. To use these files, first ! deposit the required unit number to R3, then invoke the filename as ! an indirect command file as shown below: ! DB-class disks: >>> D R3 5 ! Selects unit 5. ! >>> @DBGEN ! Interactive boot file for RM/RP disks. ! DM-class disks: >>> D R3 0 ! Selects unit 0. ! >>> @DMGEN ! Interactive boot file for RK disks. ! ! The bootstrap is loaded into memory at least one page above the first ! available working memory to allow space for the Restart Parameter ! Block. The address of the base of the bootstrap is passed through SP, ! the stack pointer, where it also serves as a temporary stack pointer. ! ! Input Parameters: ! R0 - Boot Device Type Code (RPB$B_DEVTYPE) ! <07:00> 0 => Disk Pack (RM03/RP04/RP05/RP06/RP07) ! 1 => Cartridge Disk (RK06/RK07) ! 2 => RL01/2 ! 17 => UDA-50 ! 32 => HSC on CI ! 64 => Console Block Storage Device ! <15:08> Reserved to Digital ! <31:16> Device Class Dependent (RPB$W_R0UBVEC) ! Unibus - optional vector address, ! 0 implies use the default vector ! Massbus - N/A ! R1 - Boot Device Bus Address: ! <31:04> MBZ ! <03:00> TR number of the Adaptor ! R2 - UNIBUS: <31:18> MBZ ! <17:03> Offset UNIBUS Address of Control Register ! <02:00> MBZ ! MASSBUS:<31:04> MBZ ! <03:00> Controller/Formatter Number ! CI: <31:08> MBZ ! <07:00> HSC Port Number (Station Address) ! R3 - UNIT: <31:04> MBZ ! <03:00> Unit Number ! R4 - Logical Block Number to read as secondary boot block if ! bit 3 (RPB$V_BBLOCK) is set in R5. ! R5 - Software Boot Control flags ! Bit Meaning ! --- ------- ! 0 RPB$V_CONV: Conversational boot. At various points ! during the system boot procedure, input will be ! solicited from the console. ! 1 RPB$V_DEBUG: VMS will map the XDELTA debugger into ! the system page tables of the running system. ! 2 RPB$V_INIBPT: Initial breakpoint. If <1> is also ! set then a breakpoint will occur immediately after ! mapping is enabled. ! 3 RPB$V_BBLOCK: Boot block. The secondary boot block ! (whose logical block number is in R4) will be read ! and control will be transferred to it. ! 4 RPB$V_DIAG: Diagnostic boot. Boot the Diagnostic ! Supervisor ([SYSMAINT]DIAGBOOT.EXE). ! 5 RPB$V_BOOBPT: Bootstrap breakpoint. Stops the ! primary and secondary bootstraps at a breakpoint ! before testing memory. ! 6 RPB$V_HEADER: Image header. If set, the transfer ! address for the secondary boot image will be taken ! from its image header. If NOT set, transfers ctrl ! to the first byte of the secondary boot file. ! 7 RPB$V_NOTEST: Memory test inhibit. Sets a bit in PFN ! bit map for each page of memory present but does ! not test the memory. ! 8 RPB$V_SOLICT: VMB will prompt for the name of the ! secondary bootstrap file. ! 9 RPB$V_HALT: A HALT instruction will be executed before ! control transfers to the secondary bootfile. ! 10 RPB$V_NOPFND: (Not used) ! 11 RPB$V_MPM: Multi-port memory is to be used for the total ! executive memory requirement. No local memory is used. ! If bit <5> is also on, Diagnostic Supervisor will ! enter "autotest" mode. ! 12 RPB$V_USEMPM: The multiport memory should be used in ! addition to local memory as single memory. ! 13 RPB$V_MEMTEST: More exhaustive test of memory should ! be used when checking for uncorrectable errors. ! 14 RPB$V_FINDMEM: Use MA780 memory when MS780 memory ! is insufficient for booting. ! 31:28 RPB$V_TOPSYS: Specifies the top level directory ! number for system disks with multiple systems. ! SP - ADDRESS+(^X200) of first working 64Kb memory region ! usable as both stack pointer and pointer to good memory. ! ! Output Parameters: ! R10 - Base address of region containing secondary bootstrap ! R11 - Pointer to Restart Parameter Block (RPB) ! SP - Stack pointer ! PR$_SCBB - System Control Block base register ! ! Memory layout at start of secondary bootstrap: ! ! +---------------------------------------+ :BASE ! ! Restart Parameter Block (RPB) ! ! +---------------------------------------+ :BASE+^X200 ! ! Primary Bootstrap Code ! ! +---------------------------------------+ :PR$_SCBB ! ! System Control Block ! ! +---------------------------------------+ :PFNMAP ! ! PFN Bitmap ! ! +---------------------------------------+ :PFNMAP+^X800 ! ! Bootstrap Stack ! ! +---------------------------------------+ :(SP) ! ! Secondary Bootstrap Code ! ! +---------------------------------------+ ! ! (.LE. 78 chars/line) ! [End of Boot.Hlp] pf_j_h_h@!P!_`!_p! _Gb|ZF ZfT ppnn_.\¡f_f_ P &p p@|_<P _Tp_ap- F=\$ap]@ 2pT0*p|*p|*p |*p| _ap?Tpe.` 0pG!0pF!_ap@T03 >< _8pa :T A` _3p>\>>uE `_r  _Bp _"{ H6JvL@~l&r &r L@~lP _rY!_Lp~l`rY!_R0 _TTpV wp _d0at _Y Zpppap-\pZb^!`p&ppap-eZ V¡Ylpp t٫ fpX!_ _h` _{f_npl_np@ll` npl_np@lqN! _r`٫ "2pL!tpl_!bFábe2p Yb_z!|``pT _pT _p _pT _{f_` _lpT _2p 2p :t`_{f` _s _p _ _{p _ _! ` pl_p - _p#\ _c _M#\!t!_*`,p! p! _!`_p"p~ _!uf"Sá%2p `atatmp!! ` "p~ p ! _ُ Z# p,"2p4\p_pp ppae°j.5Ȱ.5ʰ.5qp̰.5.q ΰ.5+q а pppp Qq _#qp-np ذrp _ _ _p`Pp`Ⱑre갡 r%pJopJ!_p`Pp`P谡 repZopZ!pjopj!r%pzop2\0\ \ _q  _p N.\С`_J!_Z!_J!n_ane٤.J!Z!_J!j!_z!ap.١0fT _a` V_0evm f_١ Z£ £ _ _Xp٪ b9 n\p]١0_٪ Z£ £ _Xp 9 n  _pp n Tn_2an5(u _4n%6Pn@q_8qTnuAq n%: pp @q_fTn_nmT.< _f Dq^DFq _ _HqHJq _ ypL!_9 s £ £ _£ _£ _ _X iqf_Zqp0\`iqAf_^q` d_ b _dqpiqfpmmf_١ Xp٪ bdqpZvqj-pqj-vqjmpqj-pqj-vqj-j-vqj-*exT _}a  _pp q _ _(u _f_hAj_h_Gj_hUj_n_Z ٰ@ bp_ُ Zx_p Zx b٠ b~ b Z٫ " _G!_zq*\ _&\hMjf_} f_[ Zf\  fh Z¡f_٬ٮ\ټ\٭&\¡f_ٯ ¡pf_ٽ ¡f_Zپ&fٿ ZfZ\&f_ _f_ f_ Zf ¡f_ ¡xf Z f _.f_f_ Z f ¡f Z_f_ Zf_ Zf_Z\\& f Zf @f_ Zf^ f Zn_nQ. R&\nS.\ft ff¡@f| "rd"rd_"rd_\rd XL G _ F _ rL "z_rG _I _rG "Tp_b`p- rF _rap]HT0\ rF!H r< _@ rI _ Tp&p >p "rap%$ ^u >pH b."z rp50M 0rz_2_:rT _4 f:rT _6r Kp _{ Kp _KpE!_h  j t_Qp lrtlrt]! n`-qr4pr nrF!_ \QpC!{frar-rarxra^ Z!a&`r%rb,r`rar-rarr>`r-hr2rar!brb%(\[!K!_-_K!:K!_ P K!Zk+!af!_{!ra& {!q! _b rp_ _X- R R rprprp١0\K!_[!k!{!J!Z!_j!_z!Л _``e`]~l!f_D!b pr rG!ڒ  bВ b_{f_raj?raji _radl _adáb%-,\"! e  \`,\F _Np _r!b_rj_r jrj _m ad_D,\ؒ`d%r$\r!p_ܢk _ޢn rj_rj_rj_rj_r,\dD,\ b_ra`r!p_Np b%= 0\,radrad_rapmap--!f_,\0b r r&r&{f_r Z"f_! &f_s s!  `,\F ~  _s!r_Np _!t_~l!b!5 &!5s &r %Np _s ! _ Np"\s"\! _b%Np _s!j_= s _u &"_$s&'s!_ &! _(s*  _,s !_.\2`]4s Z _$\8c v4&kaBv4\({a@6v4\*Ka@:v4\,[a>v4.ka@Bv4\0v_.2n5vn4v np _8`PK!A!<`[!_Q!_@`Pk!_a!_D`{!q!KoH[!_Jvk!Kvk!_Lv{o{oPK!_[o@Xk!n@X OvnOvnС`_С`_OvnOvnxv{!`v{!_Kob[!dvk!evk!_fv{oP{oPK!_[o@pk!_n@p _ivnPivnPС`_С`_ivnPivnPxv{!Fv{!ptF$%~d]v$v\Pp! f~vd]dE4\ˡtEj j _v _v4\v4v _ {vt"\ap_!p%!puvf_v0%0vf_0 _0!w!r6 r6 r_v _v_v`_v膠vv_v_vvv`rv _v__v_v _Bwar]Aw2Bw J  v _v _v _v _wh _wh_whXˡj_!x! g(x"Axaj!x(!af\\\\\-!qfZ($ˡj! `! h(\x!d_Axaj @xa?!d @a$ea?&x x!dda$e$$x x""! N*! `_,x-x`Za`]!  Zam!F Z 4 `_< 6xN$\!t_f_4XajAx(x(\>x! _@(\"\Bx " b"!v_av-av]6\]_p_A$eNEPxUxd]O ZA_\an)pN.\$ˡdg NZ Ux\x]fp _&e`ن$hx(bx^f_p _&efه$\hx,_kx`N  )pO ZNa n _a_px` Z__Na t a_vx_ Zafh_ajf_@h_j_h_ij_ Zـ "ف bو bى "ِ b٘ bR_R ZT.Pnn%T.Xt_ Z_ N bO b!٠  Zُ,!r!p! h_x u0h0x"\2x2\ex xa^ Z!n_f_0`an-.x"И``_x! f_pɡ fEd$\ "'p_! _x`xj%} -x `_x ` "x` /! h(\ x"\x|@"!rre2x_x ԸFx x`( x"\/"\(\Ƞ_x"\xK Zw มx Zx`]( Zx"\/"\(\Ƞx"\xJ Z _X _h y*\h y*\xB _xC _xD xE ȢU`_ȢV`_ȢW`ȢX`x!n_y*\.x!nyZb_inex x  { f_x yZb_  y _x _F¡Zl_n_nM.\!n_"e .\Vl _ɠyn_yn_y.y.P!f fj _ 2y `_"y`_ a&%& ,y _(y p _d$\  fE\;yE  6a&e8 Ly _;yA:y _p _a?XnF@fPCy`By`n٪.\ F H _(p _Jy Ly _p _;y N_PyPyF Z!h_n_Ti VY iy`_Xyn_iy`_\i _`y``y`_`y`_`y`/ _(\d  _fyB`E \ / _(\l _ _ny|@  _rrrr_uytydZv&Ayx`d&zya.y^n2~A y2\ny Ad@ nynZy yAx]e.Mdnyy\n].  ym yp_0y2yAyA\ԉ _ԉ _%pA2Ay2yAddy0AyxXyܸ_y _x`g8Mĉy_yrfxȉ8Ayʉxyax&y\na.^n Zyr-y_yO Z)pN&(pN.nMܹvEy\-z _޹N _n0v\iA_yAy\ _y]j_y^jy_y \yajE\ ]dZ tt\dydZ4\  _y _ zz4\h_ j%zBFzJ Z  d_ Z4%\-z z hpf_$Xٍ$\pf$\*P ]dZ\ HtZ d(4\*z z  _ d_O Z)pN*n0v\4jA\ zt_hz"x_!U4 _{afz!_{afXˡj _jx_z(z !afx8\\\\\\\-!x\qfZ(z$\afx!ua nĺ8\z\z!d_admaedXza\\\\\\-!xz!5a nֺ!d_zzad-qfZ(z$\aedX$ˡj_( _j!dzaz XnpVz`Rz`n٤.٦0\   {fz! _afxz8 _n _zan].!n_an-.\z١ Zp _d$\*\' ˡjEfE` dE{a&e _ { { _ _ { _ _ _-(pN$A𡀰pA_𡠲r]Xb_U"M,"\.{!;{f0 Z2{! ){b 4 _6{0\7{2\8{pErE' Q .{!t >0@{' C{_pEQˡ;{  F2\J{' H{  _H{ rQˡC{ Q _H{ Q _ _!n_a%c \Zw{Af_^{qbfF"d$d!p_(_j _w{Af_l{p$*p`nr r0v{ _t{  z{ ˡAf_"\! Z"!t_!r(!U4H w{af"\w{af {{!_"!F( "\f"d]$!x!r"!rE(&vٍ6\6\{ _{A{A{&\{&\{&\%AAAae86 _{{O Z(!_)pN { _{eg6 Z{_{ffq (f{"\{ve»6uĻ\{f{*"\\{Kv|K_{F{{{F8[ { N{ N{ { Nڋ _"\{f"\! ZO_ f_ _O Z@f]@&{ _ F Z8 Сf! CIBOO.CMD - VAX-11/785 CI port boot command file. Boot from CI . ! The desired station address of remote port is set in register 2 ! and the desired unit number is set in register 3 before executing ! this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 20 ! CI port device. DEPOSIT R1 E ! CI TR=E. ! DEPOSIT R2 nn ! Station Address (Supplied by user). ! DEPOSIT R3 nn ! Unit number (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! CIGEN. - VAX-11/785 CI port conversational boot command file ! Boot from CI port and stop in Sysboot to alter parameters. ! The desired station address of remote port is set in register 2 ! and the desired unit number is set in register 3 before executing ! this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 20 ! CI port device. DEPOSIT R1 E ! CI TR=E. ! DEPOSIT R2 nn ! Station Address (Supplied by user). ! DEPOSIT R3 nn ! Unit number (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$V_Conv, <14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! CIXDT. - VAX-11/785 CI port conversational/debug boot command file ! Boot from CI and stop in sysboot to alter parameters, ! then stop at initial breakpoint in exec. ! The desired station address of remote port is set in register 2 ! and the desired unit number is set in register 3 before executing ! this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 20 ! CI port device. DEPOSIT R1 E ! CI TR=E. ! DEPOSIT R2 nn ! Station Address (Supplied by user). ! DEPOSIT R3 nn ! Unit number (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4007 ! Sftwr boot flags: <0>=RPB$V_Conv, <1>=RPB$V_Debug, ! <2>=RPB$V_IniBpt<14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! CONSOL.HLP - VAX-11/785 Console Help File ! Rev: 0.2, 03-Nov-1983 ! Copyright (c) 1983, Digital Equipment Corporation, Tewksbury, Massachusetts ! ! To abort printing, type ^C. ! ! For boot information, type '@BOOT.HLP' ! For error message help, type '@ERROR.HLP' ! For Remote Diagnostics access help, type '@REMOTE.HLP' ! ! Syntax: All commands are terminated by carriage return. ! All commands may be abbreviated to the capitalized letters. ! (ie: "CLear SOmm" may be abbrev to "CL SO") ! Angle brackets (<>) signify required arguments. ! Square brackets ([]) signify optional arguments. ! ! 'Boot' - Boot the CPU from default device (DEFBOO.CMD). ! 'Boot ' - If n is between 0-7, then the console deposits n to ! R3 and executes the indirect file 'ddBOO.CMD'. If ! only dd is supplied, n is assumed to be zero. If ! three characters are supplied and n is not 0-7, then ! the file 'dddBOO.CMD' is executed. ! 'CLear Step' - Disable single-step mode. ! 'CLear SOmm' - Clear Stop-On-Micro-Match enable. ! Note: ID register 21 is the micro-match register. ! 'Continue' - Issue a continue to the ISP. Puts console terminal ! in program mode (operating system control). ! 'Deposit [/qualifier(s)]
' ! - Deposit to
. ! Qualifiers are: ! Data length: ! '/B' = Byte (8 bits). ! '/W' = Word (2 bytes). ! '/L' = Longword (2 words). ! '/Q' = Quadword (4 words). ! Address space: ! '/CON'= Console (LSI-11) memory. ! '/G' = General registers 0 - F (R0 thru PC). ! '/I' = Internal (processor) registers. ! '/ID' = IDbus registers. ! '/P' = Physical memory . ! '/V' = Virtual memory. ! '/VB' = VBus registers. ! Repeat count: ! '/N:' = Next count. Repeat the ! examine or deposit times. !
may be a number, or one of the following: ! 'R0', 'R1', ..., 'R11', 'AP', 'FP', 'SP', 'PC' ! 'PSL' ! '*' (Last address) ! '+' (Next address) ! '-' (Preceeding address) ! '@' (Use last exam/dep data as address) ! (String of digits in current default ! radix, or prefixed by a radix ! operator: (%O for octal, %X for hex). ! 'DIRectory' - Print a directory of file on floppy in CS1:. ! 'ENable DX1:' - Enable console software to access floppy drive 1 ! on those systems with dual floppies. ! 'Examine [/qualifier(s)]
' ! - Examine contents of
. ! * See 'Deposit' for info on qualifiers and address. * ! 'Examine IR' - Examine instruction reg (IR). Displays op-code, ! specifier, execution point counter. ! 'Halt' - Halt the ISP. ! 'HElp' - Print this file (CONSOL.HLP). ! 'Initialize' - Initialize the CPU. ! 'LInk' - Enter command linking mode (prompt becomes "<<<"). ! All commands typed by the user while linking are ! stored in an indirect command file for later ! execution. ^C ends linking. (See also 'Perform') ! 'Load [/qualifier(s)] [filename]' ! - Load the specified file to main memory starting at ! address 0. If the '/WCS' qualifier is not used, ! the filename parameter is required. ! Qualifiers are: ! '/Start:' Specifies the starting address. ! '/WCS' Load to control store. (If this ! qualifier is used, the default ! filename is SSUnnn.WCS.) ! 'Next [number]' - Execute (default = 1) single-step cycles. ! Type of step depends on last 'SET STEP' command. ! 'Perform' - Execute a file of linked commands previously ! generated via a 'LInk' command. ! 'Qclear
' - Quad clear
, which is forced to a quad ! word boundary. (Clears ECC errors) ! 'REBoot' - Reload the console software. ! 'Repeat - Repeatedly execute until stopped by a ^C. ! 'SEt Clock - Set CPU clock speed to Fast, Slow, or Normal. ! 'SEt Default ! - Set console defaults: ! CONsole, General, IDbus, Internal, Physical, VBus, ! Virtual; Byte, Word, Long, Quad; Octal, Hex ! 'SEt Reloc:' - Put into console relocation register. ! Relocation register is added to effective address ! of physical and virtual examines and deposits. ! 'SEt SOmm' - Set Stop-On-Micro-Match enable. (Stop when uPC ! equals the microaddress deposited into ID 21.) ! 'SEt Step instruction - Enter single instruction mode [SEt Step default]. ! 'SEt Step State - Enter single time-state mode. ! 'SEt Terminal Fill:' ! - Set fill count for # of blanks written to ! the terminal after . ! 'SEt Terminal Program'- Put console terminal into program mode. (Returns ! control of console terminal to operating system.) ! 'SHow' - Show console and CPU state. ! 'SHow Version' - Show microcode and console version numbers. ! 'Start <{address} or {@}>' ! - Initialize the CPU, deposit
to PC, and ! issue a continue to the ISP. If the '@' is used, ! the contents of the last examined address is used ! as the starting address. ! 'Test' - Run micro-diagnostics. ! 'Test /Com' - Load micro-diagnostics, wait for commands. ! 'Unjam' - Unjam the SBI. ! 'WAit Done' - When executed from an indirect command file, stop ! command file execution until: ! A) A 'done' signal is received from the program ! running in the VAX (command file execution ! will continue), or ! B) The VAX-11/785 halts or operator ^C's. ! '^P' - Put console terminal into console mode ! (unless mode switch is set to 'disable'). ! '@' - Process an indirect command file (.CMD). ! ! (.LE. 78 chars/line) ! [End of Consol.Hlp] Dv 7?+|fx ̋R  ́ӤӤA &% eC % C ``` e  ̀7 ?B-I/O ERRORvߋtȋw?? e `@B5 &$yzaX5lem7 ?B-NO CONSOL.SYS P&f e@ ? @>? @>%7:x5 ߋz:#.E9 E9 ?83=i:f:7 =7 =? p %h$$b$$V$$P$E8 {=;&S  d= 67  4 tz f8  7 7 7 8'=+ #.7=7 =.U  U88:U8 N jU8 N 6 ~  S6; zPP=&C   S}W =@W !@`Ww777 L  O  S;8wX5D7`E<7!2G2B2 E4% r 442 t 6 U U ㇇ (51  1 1 UE@UEUEUE02 EUE41 2E1UU@ EUUE U U=ff׭B1 mI m = 1:|3x31 -3XW  &  =3 n= @ E U l=X & D 3"3 33 0 7EE 70  Ud0  ,;׭T0"=55Uff22eq 22222|20wh l  5W5W:W?WDWIWNW!!< < < !< H2<2D282/O//> D  Z   "$ 8>n/ 71 0R/ 112 $11U U d/ l=5/$1 l T=E l=.5  UE ~ F  r11 =&& .. 10r.#0E l=UE 0 U P  @l=0% .|=Ҕ  SW n0 vH0 *A0 "?0 E7z! D  A  @ U 7/V V͋V V V5@V V V V5V5V V V5V5V W V-V W - &L W , &Z W g; `W ! NVVVVVVV!W&W+W0WX ? ^5-U ? HX ? :U1 U I1U@7IX X  U 5,X & ~@ \;;!  RSzKSz! 4!! X w?U@w*&8.E@ f,. &.7@U@ 0GBGŒwW ɋkW 7 - E-l= ? {5xU7 ~-x-Er-EqW &5 5@z+V ^W ZX 5 E@P+ & 7=+ߋ vU )+7?-..=   -  U * &     ,  ߋ5  5* X %7 ?Eߋ Uh,d,UE`= ^UN* > KU -) +U)(,J7) l= 57) q) = J7^>U  V 7+U = U = = W  7>5 E =B v :W! XUp wzE  E B 7+w+U@_E@ EU5 [W ^W U ߋ5WU UUUUV;VV!V.VOVYV5$ߋ5 gV ,U'U LEU7\5>(yX ,,XX  :wl,5(ߕ? wT, wI, w;,  UUUEUEŗE EU&E'!    7 Q  1Ux'-.) f    A Z+@ 0 9" $ >`  B     W % & e E& 4 1& 5& ! d7& L7 7   8 UEf&UZ( " *c  v 5%p % f j Z g&P % &Qe$ %"      @A e e w 7'w' &e'w '_U >B` > %  7  FW ! 8 & W !& W $ >T U %5% E$7 &    = '+ X vE$5&- &    W k=X W  c ɊN f b 5 # V   $ >  W  W 7 ! 7 !!!.Xw 'w\V# 'wLB#0t%  wN$H$ w^%X U 'X  p>?'=@ B`~'%`Ë'X  z"7}"ɋw$m$ `"f7 V"7 e$w $Ë FX=X LX U@7% W!V/ W!CfC E#  e  rˇ'l   ; 5E   $ &      E` Ca& 8  L   ET% &Hȋ Sȋ Hȋ  ,/:@!*=+-&  ; φ-ԋU % 7 XO  v+ FAe 8 907EP  H`5 EBP e wP J!7Z d i=7n  Q7E ? ;79 7  67 a { 3!c771 7- =7  7$$ 7( =I!|=7R ^ *'!s pz7! C!7!7+!!# y "$C! %' 77B!%7! 7( )7h 7+q 7,V 7-k 7.A 8/ 018 825 73N Y74= 75I %86s R7=fl 9:C! : u <C!77L!>H^![77?a!@Ff!7Am!7B +7q!7Du!E;|! 7!GC 97R!IQq! 7Ju!KL|!7a!MOm!7N #7!P 17Y!MR7=S;7E RC! ; X;!d  C! =B! D!G!,, #! ? e U s ! !'!s E!F! H!8 !! !! ! !!| ` fl 7! /! >! LJDB@>| f 1!  W 077E7  &! W W 7 &! J f!&$y3yK[q:} w * 7 7 U  wd`i w w U7777 AUxU w 7R=&  8. n. A  . U 7w!=BCLCDEHHE@ILILNOPQREBRSESHSTUWAWDIRAPBBCCCODDDX1FFFFPGHIDIIIRLNOPCPPPQR0R1R2R3R4R5R6R7R8R9R10R11R12R13R14R15RSSOSSSTVBVVWCW,: *+!-=ENDIXTLCONCOPECER0BOO.CMD BOO.CMD ....I.....88..,B............................|P..V9 E@.............  J7 N5F'  wf iE?  w a U ׭ ( e 7 7 DwZ  ݳ   ݟ $ #u   y   ݅  p  $ ' wf kEL 57F > o$-        w ׭  1?  w '<  ݏ  ݦ   D  *7jn7 bdT_ ?w  7 & ) 5 = 7 &1  z df  tE7` ?   `*R w  2(6  wBf ́E&!  2 UU U >ew **+,,,,-,--+H-+-:- J w<7   5 @ D QQ <0 0 <00 5    @7   @7   @7   @7   "@7. 7 73 7= PP  EҦ    1 H 2㷊    DBU U l=?z v  ew  ,VPfJ& wf, T7Y   * &@U~p   7P : Xn7   B-? 7 @E-!  ߋ     7  -&fZ;w8ߋ j5 -( %7$" ߋ fb.= vw&7- +T.=& w6  px.b V & w. 7 D 6*,7 *&f<<f 7  w&f QTwZ=7 ЕWwPPЕPPНPЕ 7 =@w 7 @ 5 w X[<VX THA&F w>F+5! @;77 bww  @7 Հ7    & &w  5  @?f&`@y&E0΋BxExx Ey y BxEyyxE0EEP@A  01326754<=?>:;98()+*./-,$%'&"#! `acbfgedlmonjkihxy{z~}|tuwvrsqpPQSRVWUT\]_^Z[YXHIKJNOMLDEGFBCA@fD50 fF5  A  fB5ffF5A1EAM@ ݺ E@   Ew - pV D5@  p 5 3D3 7: 7 & Ee    e 6  v     E  7  7 &35& 7j d7\w6 p  p64 3& & &wJ7F 5"f  65 R =N5U -hj b ^ \ 捷_ p  7K F -.0  -% &  \  f& je    ȝ7 7J5V5b5n5z55555555 EFtW < 4f % ypmfw8 '$fP& g < h -F &f7Z;<   hew w  w &f/;    w %7]%7Tmb @Uw w7 x59w;  U w- 7X%"%$ E %& 2wz ;;;;;;;;;<<<&<2<><J<̋ wX24'344<<>~>>~>>?*??=@=='66X66<<: &f Ex@,@6@j@@@8A`@`@7  55@ 77 U 5\5 p5hr^ V^GJ  >565.5 &/./7# EZ;5  5 J  5 E dE@? 7 C"qC7 *78'r mEa54J 7 P7 JJB7@ &C % @ e@ e@ e06C# 7 7 &f ExJBDBZBpBpBDBBBDB-w-pw-\xu-Njf7 Z  RB A7;E/ d ********** THE LINE CLOCK IS NOT ENABLED. ********** RAISE THE LTC ENB SWITCH ON THE LSI-11 IN THE BOTTOM OF THE VAX CPU CABINET. ?REMOTE CONNECTION LOST ?MODEM STATUS (RMRCSR) = 000000 ?MODEM DID NOT ANSWER THE CALL Z~&  ~7qH 27  &f d&fZ;"< ` FLFF6F &z~7 tg F^FVTFRhFHwH`F>w>2F,F(j 7 F7 F& U  7 >p p w P7H 7Dwp ?:76fZ; ׸U@OE V 5 U F5E E ?KzP( &? 󿊰 78{PE5@ v5@E@7rH&fE   v 58  E z `E 7.   7pHe@7v;^\-? e-<<ߋ   &-e-<< U  ߠe 7 &E  x*IKILI8LMMXNL"L0L.P8PLNI~JK< 8\;U5KK" U 8e 6  v 5& Ee 6  v 7 BK5l =  5K Kt U&f&<  b \   ?45 5 K KK U &  Hw  bf< 6 H- Neq" 9 ffNh%qe  @ fa(fNh%q E N 77T;E 7 7;7 ; f < 47 .7=67 6 7=z;A"5mW"$$W"$$W"$$ v m6 R ︇6 2 z;   &!J2 em072 &&  e 5w( r5KK  U 50 0 - s 4 wt& v    GNwy7V N7J &wN, rߋp r ?Q-BLKD ?UNEXPECTED TRAP MOUNT CONSOLE FLOPPY, THEN STRIKE ANY KEY ?FLOPPY ERROR ON BOOT&$yz7 p&f KNwN  E ( 2  %. %$eU@ E   D FOOBAR.NXE ?FLOPPY ERRORS 7_ T7 7 7 UT SEHS  ?CLOCK PHASE ERROR INIT BEFORE CONTINUING....-I.....88..,B............................|P..V9 E@............. ?WCS LOAD CHECKSUM ERRORV06-00-C (BOOTING) (AUTO-RESTART) (RELOADING WCS) CPU HALTED HALTED AT  ?CPU NOT IN CONSOLE WAIT LOOP ?NO CPU RESPONSE,FUNCTION ABORTED ()-  ?MIC-ERR,CODE= ?MEM-MAN FAULT,CODE= ?MIC-ERR ON FUNCTION INIT SEQ DONE ?INT-STK INVLD ?CPU DBLE-ERR HLT ?ILL I/E VEC ?NO USR WCS INT PENDING HALT INST EXECUTED ?CHM ERR ?INT-REG ERR ?MICRO-MACHINE TIME OUT  CPU RUNNINGHALTED,SOMM SETCLEAR,STEP=INSTBUSSTATNONE,CLOCK=NORMFASTSLOWOCTHEXPHYSVIRTGENINTIDBUCONSVBUS,ADD= RAD=,DAT=,FILL=,REL=BYTEWORDLONGQUAD P  G  I  ID  C  VB  IR   ? CPU CLK STOP UPC= APC= CPT0 ?'' IS INCORRECT' IS INCOMPLETE ?FILE NAME ERR ?FILE NOT FOUND ?FLOPPY ERR,CODE= LOAD DONE, BYTES LOADED MICROWORDS LOADED?CAN'T DISABLE BOTH FLOPPIES ?REMOTE ACCESS NOT SUPPORTED?COMMAND?DATA CHKSUM ERR ?WARNING-WCS & PCS VER MISMATCH ?FATAL ERROR: WCS NOT LOADED! VER: PCS= WCS=A ?WARNING- WCS LOAD INCOMPLETE CON= ?IND-COM ERR <@EXIT> <@EOF> >>> <<< ?TRAP-4,RESTARTING CONSOLE! CRASH. - VAX-11/785 command file to crash VMS abnormally ! HALT ! Halt system, examine PC. EXAMINE PSL ! PSL. EXAMINE/INTERN/NEXT:4 0 ! And all stack pointers. DEPOSIT PC -1 ! Invalidate PC. DEPOSIT PSL 1F0000 ! Kernel mode, IPL 31. CONTINUE ! CSBOO.CMD - VAX-11/785 standalone DSC boot command file ! The console program supplies the controller unit number to R3 if the ! BOOT CSn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 40 ! Device type (Console storage device). DEPOSIT R1 0 DEPOSIT R2 0 ! DEPOSIT R3 n ! Unit number (Supplied by console program or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. DEPOSIT SP 200 ! Address of working memory+^x200. LOAD VMB.EXE/START:200 ! Load primary bootstrap... START 200 ! and start it, ! CSGEN. - VAX-11/785 standalone DSC conversational boot command file. ! Boot from CS1: and stop in SYSBOOT to alter parameters. ! (Note that this file deposits the unit number to R3). ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 40 ! Device type (console storage device). DEPOSIT R1 0 DEPOSIT R2 0 DEPOSIT R3 1 ! Unit number = 1. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=PRB$V_Conv, <14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. DEPOSIT SP 200 ! Address of working memory+^x200. LOAD VMB.EXE/START:200 ! Load primary bootstrap... START 200 ! and start it. ! DBABOO.CMD - VAX-11/785 DBAx boot command file. Boot from DBAx ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. If DBABOO.CMD is copied ! into DEFBOO.CMD, the latter should be edited to remove the comment ! mark at the beginning of the "DEPOSIT R3 n" and to change "n" to ! the desired unit number. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. !DEPOSIT R3 n ! Controller unit number. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBAGEN. - VAX-11/785 DBAx conversational boot command file. ! Boot from DBAx and stop in sysboot to alter parameters. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$V_Conv, <14>=RPB$V_FindMem DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBBBOO.CMD - VAX-11/785 DBBx boot command file. Boot from DBBx. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. If DBBBOO.CMD is copied ! into DEFBOO.CMD, the latter should be edited to remove the comment ! mark at the beginning of the "DEPOSIT R3 n" and to change "n" to ! the desired unit number. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 9 ! MBA TR=9. DEPOSIT R2 0 ! Adapter unit = 0. !DEPOSIT R3 n ! Controller unit number. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBBGEN. - VAX-11/785 DBBx conversational boot command file. ! Boot from DBBx and stop in sysboot to alter parameters. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 9 ! MBA TR=9. DEPOSIT R2 0 ! Adapter unit = 0. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$V_Conv, <14>=RPB$V_FindMem DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBBOO.CMD - VAX-11/785 DB boot command file. ! The console program supplies the controller unit number to R3 if the ! BOOT DBn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 1 ! Adapter unit = 1. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user).. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBBOO.ILV - VAX-11/785 DB boot command file for interleaved memories. ! This is a template command file for booting from RM03/RP06 disks in ! systems with two interleaved memory controllers. The memory ! controllers are assumed to be at TR numbers 0 and 1. ! This command file should be edited to change the unit number (R3) if ! necessary. It should then be used to replace the default boot command ! file by renaming this file to DEFBOO.CMD. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. DEPOSIT R3 0 ! Controller unit = 0. ** Edit if necessary ** DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 0 ! Software boot flags. DEPOSIT FP 0 ! Set no machine check expected. DEPOSIT 20002000 101 ! Enable interleave for TR #1 memory controller. DEPOSIT 20002004 4000 ! Force 0 starting address. DEPOSIT 20004000 101 ! Enable interleave for TR #2 memory controller. DEPOSIT 20004004 4000 ! Force 0 starting address. START 20003000 ! Start ROM program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBGEN. - VAX-11/785 DB conversational boot command file ! Boot from DBn and stop in Sysboot to alter parameters. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. ! DEPOSIT R3 n ! Controller unit = (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$V_Conv, <14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DBXDT - VAX-11/785 DB conversational/debug boot command file ! Boot from DBn and stop in sysboot to alter parameters, ! then stop at initial breakpoint in executive. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4007 ! Sftwr boot flags: <0>=RPB$V_Conv, <1>=RPB$V_Debug, ! <2>=RPB$V_IniBpt<14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DEFBOO.CMD - VAX-11/785 Default DB0 boot command file ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. DEPOSIT R3 0 ! Controller unit = 0. DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = PRB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DMBOO.CMD - VAX-11/785 DM boot command file ! The console program supplies the controller unit number to R3 if the ! BOOT DMn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 1 ! Cartridge disk . DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3FF20 ! CSR address offset = 3FF20. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DMBOO.ILV - VAX-11/785 DM boot command file for interleaved memories. ! This is a template command file for booting from RK06/RK07 disks in ! systems with two interleaved memory controllers. The memory ! controllers are assumed to be at TR numbers 0 and 1. ! This command file should be edited to change the unit number (R3) if ! necessary. It should then be used to replace the default boot command ! file by renaming this file to DEFBOO.CMD. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 1 ! Cartridge disk . DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3FF20 ! CSR address offset = 3FF20. DEPOSIT R3 0 ! Controller unit = 0. ** Edit if necessary ** DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 0 ! Software boot flags. DEPOSIT FP 0 ! Set no machine check expected. DEPOSIT 20002000 101 ! Enable interleave for TR #1 memory controller. DEPOSIT 20002004 4000 ! Force 0 starting address. DEPOSIT 20004000 101 ! Enable interleave for TR #2 memory controller. DEPOSIT 20004004 4000 ! Force 0 starting address. START 20003000 ! Start ROM program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DMGEN. - VAX-11/785 DM conversational boot command file ! Boot from DMn and stop in sysboot to alter parameter values. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 1 ! Cartridge disk. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3FF20 ! CSR address offset = 3FF20. ! DEPOSIT R3 n ! Controller unit = (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$V_Conv, <14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (in memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DMXDT. - VAX-11/785 DM conversational/debug boot command file ! Boot from DMn and stop in sysboot to alter parameter values ! then stop at initial breakpoint in exec. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 1 ! Cartridge disk . DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3FF20 ! CSR address offset = 3FF20. ! DEPOSIT R3 n ! Controller unit = (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4007 ! Sftwr boot flags: <0>=RPB$V_Conv, <1>=RPB$V_Debug, ! <2>=RPB$V_IniBpt<14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DUBOO.CMD - VAX-11/785 DU boot command file. ! The console program supplies the controller unit number to R3 if the ! BOOT DUn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set Up SCBB. DEPOSIT R0 11 ! UDA-MSCP disk. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3F468 ! CSR address offset = 3F468. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4000 ! Software boot flags: <14> = RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DUGEN. - VAX-11/785 DU conversational boot command file ! Boot from DMn and stop in sysboot to alter parameter values. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 11 ! UDA-MSCP disks. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3F468 ! CSR address offset = 3F468. ! DEPOSIT R3 n ! Controller unit = (Supplied by user) DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4001 ! Sftwr boot flags: <0>=RPB$_Conv, <14>=RPB$_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! DUXDT. - VAX-11/785 UDA conversational/debug boot command file. ! Boot from DUn and stop in sysboot to alter parameter values ! then stop at initial breakpoint in exec. ! Prior to executing this command procedure, the user must ! deposit the controller unit number to R3. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 11 ! UDA-MSCP disks. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3F468 ! CSR address offset = 3F468. ! DEPOSIT R3 n ! Controller unit = (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4007 ! Sftwr boot flags: <0>=RPB$V_Conv, <1>=RPB$V_Debug, ! <2>=RPB$V_IniBpt<14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! ERROR.HLP - VAX-11/785 Error Message Help File ! Rev: 0.1, 10-Oct-1983 ! Copyright (c) 1983, Digital Equipment Corporation, Tewksbury, Massachusetts ! ! To abort printing, type ^C. ! ! This file lists all the console error messages, indicating ! probable cause and possible corrective procedures. ! ! ! ?'' IS INCOMPLETE ! The specified command requires additional parameters. ! ! ?'' IS INCORRECT ! The is not recognized as a valid command. ! ! ?CAN'T DISABLE BOTH FLOPPIES, FUNCTION ABORTED ! An attempt was made to disable both the remote and local floppy. ! ! ?CHM ERR ! A change mode instruction was attempted from the interrupt stack. ! ! ?CPU CLK STOP, COMMAND ABORTED ! A console command that requires the CPU clock to be running was issued ! while the clock was stopped. (Clear step mode; Re-issue command.) ! ! ?CPU DBLE-ERR HLT ! A machine check occurred before a previous machine check had been ! handled, causing the CPU to execute a 'double error' halt. (Examine ! ID registers 30-3F (hex); Data indicates cause of machine check.) ! ! ?CPU NOT IN CONSOLE WAIT LOOP, COMMAND ABORTED ! A console command requiring assistance from the CPU was issued while ! CPU was not in the console service loop. (Halt CPU; Re-issue command.) ! ! ?FATAL ERROR: WCS NOT LOADED ! The WCS-Load operation was aborted, either by ^C or internal error. ! (Reload WCS [use LOAD/WCS command or restart machine].) ! ! ?FILE NAME ERR ! An illegal filename was used. ! ! ?FILE NOT FOUND ! The 'LOAD' or '@' command could not find the specified file on the ! currently loaded floppy; the 'HELP' command could not find CONSOL.HLP; ! the 'BOOT' command could not find ddBOO.CMD; the 'LOAD/WCS' command ! could not find SSUnnn.WCS or the specified WCS file. ! ! ?FLOPPY ERR, CODE=n ! The console floppy driver detected an error. Codes are as follows: ! Code=1 Floppy hardware error (CRC, parity, etc.) ! Code=2 File not found ! Code=3 Floppy driver queue overflow ! Code=4 Console software requested an illegal sector number ! ! ?FLOPPY ERROR ON BOOT ! A floppy error was detected while attempting a console boot. (Retry) ! ! ?FLOPPY NOT READY ! The console floppy drive failed to become ready when booting. (Retry.) ! ! ?ILL I/E VEC ! The CPU detected an illegal interrupt/exception vector. ! ! ?IND-COM ERR ! The indirect command file contained a format error, such as: ! - More than 80 characters in an indirect command line ! - A command line did not end with a carrige return and line feed. ! ! INT PENDING ! This warning indicates that an error was pending at the time that a ! console-requested halt was performed. continue CPU to clear interrupt. ! ! ?INT-REG ERR ! A micro-error occurred while attempting to reference a CPU internal ! (processor) register. An illegal address will cause this error. ! ! ?INT-STK INVLD ! The CPU halted because the interrupt stack was marked invalid. ! ! ?MEM-MAN FAULT,CODE=nn ! A virtual examine or deposit caused an error in the memory management ! micro-routine. 'nn' is a one byte error code returned by the routine, ! with the following bit assignments: ! Bit 0 = Length violation ! Bit 1 = Fault was on a PTE reference ! Bit 2 = Write or modify intent ! Bit 3 = Access violation ! Bits 4 thru 7 should be ignored. ! ! ?MIC-ERR ON FUNCTION ! A micro-error occurred in the CPU while servicing a console request. ! SBI error registers are dumped after this message is printed. ! ! ?MICRO-ERR, CODE=n ! The micro-error code returned by the CPU is not in the range of ! recognized error codes. 'n' is the code that was returned by the CPU. ! ! ?MICRO-MACHINE TIME OUT ! Indicates that the VAX-11/785 micromachine has failed to strobe ! interrupts within the maximum time period allowed. ! ! ?NO BOOT ON FLOPPY ! Console attempted to boot from a floppy that does not contain a valid ! boot block. (Change floppy disk.) ! ! ?NO CPU RESPONSE ! Console timed-out waiting for a response from the CPU. ! (Retry; Indicates possible CPU-related hardware fault.) ! ! ?Q-BLKD ! Console's terminal output queue is blocked. Console will reboot. ! ! ?TRAP-4, RESTARTING CONSOLE ! The console took a time-out trap. Console will restart. ! ! ?UNEXPECTED TRAP ! MOUNT CONSOLE FLOPPY, THEN TYPE ^C ! Console trapped to an unused vector. Console reboots when ^C typed. ! ! ?WARNING - WCS & PCS VER MISMATCH ! The WCS file loaded from the floppy is not compatable with the PCS ! ROMs on the JCS module. (Get correct WCS version and reload) ! ! ?WCS LOAD CHECKSUM ERROR ! Either the WCS file on the console floppy is corrupted (or is not of ! standard checksum-encoded format) or the console had a read-error ! while loading the file. (Try reloading WCS; Get a new console floppy.) ! ! (.LE. 78 chars/line) ! [End of Error.Hlp] ! REMOTE.HLP - VAX-11/785 Remote Diagnostics Help File ! Rev: 0.1, 10-Oct-1983 ! Copyright (c) 1983, Digital Equipment Corporation, Tewksbury, Massachusetts ! ! To abort printing, type ^C. ! ! This file contains information on the Remote Diagnostics console commands. ! (VAX-11/785 Remote Diagnostics option (RD785) is available under separate ! license from Digital Equipment Corporation.) ! ! 'DISable Carrier Error' Causes console to inhibit printing of carrier ! lost message when loss of carrier detected. ! 'DISable Echo' - Inhibits echo of characters typed in talk mode. ! 'DISable Local Copy' - Disable local terminal from receiving copy of ! output to remote terminal. ! 'DISable Local Floppy'- (Affects protocol operation only) only the remote ! floppy is searched when opening files. ! 'DISable Remote Floppy' On an attempt to open a file, only the directory ! of the local floppy will be searched. This command ! and 'DISable Local Floppy' are mutually exclusive. ! ! 'ENable Carrier Error'- Causes console to print '?CARRIER LOST' when a ! loss of carrier is detected at remote interface. ! 'ENable Echo' - Causes characters typed in talk mode to be echoed ! to the originating terminal. ! 'ENable Local COPy' - Causes the local terminal to get a copy of output ! being sent to remote terminal. ! 'ENable Local CONtrol'- Allows local terminal to control system when ! console switch is in remote position. Disabled by ! a ^P from the remote terminal. ! 'ENable Local Floppy' - (Affects protocol operation only) on an attempt to ! open a file, the directory of local floppy will be ! searched first. If the file is not found, the ! remote floppy's directory is searched for file. ! 'ENable Remote Floppy'- Allows the directory of the remote floppy to be ! searched on an attempt to open a file. ! 'ENable Talk' - Establish communication between local and remote ! terminal. Keys entered at one terminal are echoed ! on the other. ^P exits talk. ! ! (.LE. 78 chars/line) ! [End of Remote.Hlp] ! RESTAR.CMD - VAX-11/785 restart commmand file. ! This command file is invoked in the event of power recovery and other ! console detected restart conditions if the auto restart switch is set. ! It can also be invoked manually with the command '@RESTAR.CMD'. ! HALT ! Halt processor. INIT ! Initialize processor. DEPOSIT/I 11 20003800 ! Set address of SCB base. DEPOSIT R0 0 ! Clear unused registers. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 0 ! Clear unused register. DEPOSIT R3 0 ! Clear unused register. DEPOSIT R4 0 ! Clear unused register. DEPOSIT R5 0 ! Clear unused register. DEPOSIT FP 0 ! No machine check expected. START 20003004 ! Start restart referee (on memory board). ! RESTAR.ILV - Restart commmand file for interleaved memories. ! This command file should replace RESTAR.CMD for systems with two ! interleaved memory controllers. Memory controllers are assumed ! to be at TR numbers 1 and 2. ! This command file is invoked in the event of power recovery and other ! console detected restart conditions if the auto restart switch is set. ! It can also be invoked manually with the command '@RESTAR.CMD'. ! HALT ! Halt processor. INIT ! Initialize processor. DEPOSIT/I 11 20003800 ! Set address of SCB base. DEPOSIT R0 0 ! Clear unused registers. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 0 ! Clear unused register. DEPOSIT R3 0 ! Clear unused register. DEPOSIT R4 0 ! Clear unused register. DEPOSIT R5 0 ! Clear unused register. DEPOSIT FP 0 ! No machine check expected. DEPOSIT 20002000 101 ! Enable interleave for TR #1 memory controller. DEPOSIT 20002004 4000 ! Force 0 starting address. DEPOSIT 20004000 101 ! Enable interleave for TR #2 memory controller. DEPOSIT 20004004 4000 ! Force 0 starting address. START 20003004 ! Start restart referee. ! SBBOO.CMD - VAX-11/785 Diagnostic Supervisor boot from DB ! The console program supplies the controller unit number to R3 if the ! BOOT SBn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 0 ! Disk pack device type. DEPOSIT R1 8 ! MBA TR=8. DEPOSIT R2 0 ! Adapter unit = 0. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 10 ! Software boot flags: <4> = RPB$_Diag. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! SCIBOO.CMD - VAX-11/785 Diagnostic Supervisor boot from CI port ! The desired station address of remote port is set in register 2 ! and the desired unit number is set in register 3 before executing ! this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 20 ! CI port device. DEPOSIT R1 E ! CI TR=E. ! DEPOSIT R2 nn ! Station Address (Supplied by user). ! DEPOSIT R3 nn ! Unit number (Supplied by user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 4010 ! Sftwr boot flags: <4>=RPB$V_Diag, <14>=RPB$V_FindMem. DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. ! SMBOO.CMD - VAX-11/785 Diagnostic Supervisor boot from DM ! The console program supplies the controller unit number to R3 if the ! BOOT SMn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set up SCBB. DEPOSIT R0 1 ! Cartridge disk . DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3FF20 ! CSR address offset = 3FF20. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 10 ! Software boot flags: <4> = RPB$V_Diag DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. G?( ]8x< <G?<<<<@~=a(~=9B q9 H= du<txI5<<<<<8<<(<<@ <+<$~== A~%@( -8~== u=; ~ @E aI<X p pbp@ <q.=Gy-88Հ<- <@ 8<`8 -~=@  9)9,1<~<= ,m<D`<  9dm=cs< Xp= P=is8 <f<i<9dm=`=P=O8,=<G;b@<t1t= @E>A ,1=b@< S -\ b<  a$=9  zp4 8 =9 %= =`W; -<< *`}= 5<=pG?-1=   'v0e<`p2e> @pG;pG`@o>`@o>`@o>`@o>p@<,p@,0,0,I8i<8 $ Y,< &><(Tu<@]< ]<bp@ @( e8p8( e8bp@ @*@E8!8( e8p=,<p<zh.=<( 8]p<b@<8G?X<=PP<bP@,1=G?x<=0: 0<,=9 ~Ā=9=e0 9P>p 9~==' @<,P,`@,`@,iBbpH<~Pm5 E,=(X<  pbp@<~==#tP=<~Ā he< <~=`T<< X<=i<8 > A~ ,< +F $b@<PP80<bp@ @9dm=*tq<atq<bp@ @<q8-y A<3B  b@<b@<<b@<3B  3B  DD  < <-AW<<,@ P:PP89x8x 0<~ 5  *a 80< <Ȁ  4x=<'  < 0a4y 0m4i9 y1 <x< Ey1 0G?  >H %E%` 8)>=P 8 0$`a<6(0BE8X >< -=<0x$`r(8T< \8@ >^058<py~mp}5<= p<<<0$== h8~=.h8b@< p (=-(= <~05HI5e <P.<+ ~7   #x ,=9 >P.< < < p=  (~=.+<A ~==`C([~c# -0F4  <<W< <$:808-< du8  ,<x Q< -8 $ ~05gy<> > 8 ,< 樔?< P 5088(-<~= P<PGb`t@8@"<<Z< <-!nA= < Q p@8@L<Q p@8@L< <(.<x=,9 -8 ] <@9 p.<<-8  8 8 $>Qm<^< Pm5 ( ,<  &0m4 kA9 <-< 4 (=8%* P@A8q<je=  @feA.44䳅<4 =<` <uJ8 i8<:f >=8<p<@<p < ` 90 px&m5  Z .= .= ~5 \-1yӐ.{Ӑ.<<<@Z -=-=m)\  ,=-,=P=8r<< r<( ~dy)8"a@m"a@m( !1<n.<v< t< `8> :<< <( 4x=d<~<=s<< `8a<~05 b B<<4x-< :<6l.< {<:<< ,1=b@<~Pm5 i08oǀ n ~05@ea4<~==.a$k,< a8 Ey<<,<,QTe9 x<m=@R<@<=<X = =` 9 9@<@ @<@+==0$='<  !c <@8PP8E <<j<  9  ,=(=9 ~=9cx><~7 !<i9 UxP<P< "b!< p<p< 9 %~=q G?  G?<=<`C <a><4:[8#eB<s < ,< <<<w<  < <<|<|ؼDB|~}`T(~d=BT жP:`T<< T8 <<<<<<|<|(<<n p <+8s 8 Cs 8 +<@ pbp@<~==.8bp@ g<<~=RB<5<<-<ns<d 8 `@o>`@o>`@o>`@o>p@,p@,0,0<,>0<80<e=8 8eA=8 ,=< \b8  8hg<  9D` 8 = ks<<pp<pGG?P?G?bp@<Ap 2j%<,1=`T<<,5< P<a4 P<: h :/e<8== 8 >  8y=TP<@$8X<$8X<XB<,1=G?b@<b@<  <<8@ v < < bp@i(y=P:< p< C8 zb8< b@<< Y @< %= =G? ,<F(F ~==~P5 zA< <pG#P]4 z-= <> <><n<<r<rB<~=`r(~ B v<ǵ8<< q@-y<<<<<<<r<(<<p@ <+~=M=(C ,I< b@<<<DD  +.=< Cv 9By=P=$23B98 m b@<~05x x<v80.<P>xM4x8x6.==vP=<ve< b0<5Ð-ȼ f<@`P$`b@0<@a<@6w<<s88<p<"= bp@ pGAp << Pa< A @`@o>`@o>`@o>`@o>P<,P,`@,`@,$e < b`t@8@j-<Q p@8@^À<`@o>`@o>`@o>`@o>P,P,`@,`@<,<<4x8f $r {`>C<ip =TP<@u )`b<À@<<< 5<<<%= =G?<af`I<H=8 ~ s8  bt<@~= <0><  E<  g< je= p=Ds 8d 8>s 8]  p2<~d p@ <o<~=3B8  PZE9-9`8@=cy<=4< I5(8yT9@8<<#1<ɀ 9 DD  `8@,I< `-8V< < x<Wx0G?x05 p2<@<=? !s 8,<@~=`~=d< ~5 ca$ a<  fp~==`~<=`<@a<<`C`<@hl< ~!@<=> cq<%<  =pp =ppؔzp2m=`.=<~P5 $P4   > > >>Js= -< -<!4 e< Zf5<<<s<px<@k<m =@-8-8< -<<X=D ,#Dy(<-=<{0  <48@<2px<@<<<<a<a<`8>n<~=``8 8} ~Ā<="8,1T= <<<<<<8<`8> <<DD  7<HeȀ= =8(84 a0 adfe  8bp@8g=8PA0Pu0P%0*<x<= <bp@<@   <1 #Dy(*`q=  bp@<@a ,By $-kBBy $-E0<E0<vC5< 4m< 8h<8`sd(><>< <Z ,<9 pf = < >x.< ==`x5 ,<,<4B><%= =G?<u8 (< ~=`=<`P$`~5 =~I5  P<< ~5 ~= e<8G?( a ,,c *`q=  P88Vx9 -=ỳ?<< >`A<@< s.< 7[.<:).D A ~%fB}< ~== dt1@%fBe< %fB< <<=   < d 94<),==< d<),==j = y[8T9@<8 d #  t<o<[8@ P$`~=`)@F8~p ~9`><a<<a<4 $ $ $ \, 98X 8@]<FTA<<&?B<(p<m< -=DD !~=  84 g 0 H %E%a  [ 0`d< .< C.< y < <|| $|k,< >58<D0A0yYPE4 $>p>Zf8FD@<#p0<,>,>E8E8,>,>Lk$%! p8,>,>ye<,1<>,9>;g<,)<>,->,8>> :4 <,>,>,>>>>;g<,]>,Q>>>,>,>88X 8,m>,a>,q>,u>,e>,i>>A1 ,I<>>>,>,1<, >1>P 8yY=8 4>>,<.~=~1 4  yE8E8yE8 4 yE8N< 4  4 ye<]4,9<<9>te?~=@< <%>><>>>bp@4@bp@@<>><><>U<>1d g<<]>>><><> pB4 pB >>y <>48<><>-1<>`W; TY ==0R $j=i< d4d<v2C08C0 8N=8ŀ=<e4 < <<j e8  .< -9P~==X8<h a8 0f 8k,< 6>s.<6E8k.<:T@= FTA<9S% FTA<FTA<Tbb`t@8b<!`<a p@8ŀ<.==<<)@< @<< p<8l,==b@<]I]I eȀ<Ie8 p8ŀ<( dGG?~=~( d, p, pctG;F <<  8q p8ŀ<q p8ŀ<#(< =<p-ȼ<<p-ȼ`-ȼ X9Z@,<@4(< e< a < 0<*41<;<;(1<E9X@<~=p~t=p'*t  0<'Jt ;<!< <<~= ~<=9k<k<8<<x<<u8Df<o#@ <@)? m ~d=< &@<~> < 8 ]= o l0<X` 8\`<\` \`<~d=!(.<  0;dC&  =8(p <Q898(p T9gWe;cq8 B8  62d 8 ,<Y <<E@@<M B <q<D@B3==< 8 ,8z <LU  k<  < <H<<( Ц>8<( <( ke= @= P<@ B<@ h(5P=t  k<Jj@<ajB< <LajB< < p4 pyB<q@i<@S(1=< <qPi<@Wx>1x>0F   ]&@<s`A8bp<F. E 8PP <`<0]4<jx4 .Wx1x0| D|u(s`A8@6N8 E8Pt8T<t\8@bp@@ pB x| Yx| 䠕@ < ,<@b<& `< X?; #p0<#p0<ʐ-,91< r*A,ƑmAce<<#u98!8 -=X? H<#p0<#p0<<n'0 b@<@@ B<  n0B(BX#A9f<< :-<@@ p0< p0<<f < -<jXC=aq<#!xB<P<F<g]<*><T <xQa<z8@0m4H?%0e< <  bp@<@<< <H  @P P pB< 8 <(P 8 8(P  P* $<W@?@\ @ @@V  @`PV `P* $W@?N <P<`PP 8b 8 `PV `PM< 8 88 8lm< $< Q4 Y-1= #8,]ʫu(`gWe; <  .< x8~== )p@ @< P p<hP,< %= =? ,<w  0.<Z)@< @p <@<ǤT8 \8 8je= 8  8 #e< < Ig< A 8 < <7 8p# ; r a$v&<8 8G?s<PA8<> 10 488 B` b@<@b@<@p< b@<@ B` B` P< g]%*)>%*q< QY<44&R@<=<<@3`A<,= -< g = PA8R@<X5 8 < < L,D52<E2<<Wx~p  T9l<  2< E2<Jpc8%(2<w  Z><@5+<5QY<u  sg5 < 5hI4j@u< a${\ke<? a$`(<;< ?  a$"04< zm a$ 0`4;= y0` <  4<I4  $  .1< #;4>%e<:PA82B <|B 8 *.<=9 c-=<g =>8 2B <<Ȉ58 > !u<0f<< >  < Bx s\ 8bp@8-$- <B<-< Ȃa4`W; :- > T=`>[r<[Ȁ<b< !8,y<<  .1< $<<`<W 84!PG? 2  <@8<Ha$ a$ T`9, a$ ,1<B8=a$( <;=<=< C8{a$;=<<҈a$a$ 0 0ڦ3`A<,=0f@g=0C9iy<5 8 8 >+ << ҈<9P<|< 6<(   YG8L(aeZ a$ز< 4 8> -=C.<.<< s= <98=3`A<= !zA9 g =8<E9b@E8588>s= <    m4=8v< <=8<0CE9G?< xy0 Q e8ae8 8) < < > j A3 A<=9` = g=Ѐ0$k <k ,< ̀xD Ai8) %(a$".< A rm< 4<g<7px= A <<< 4>>x Ё8 ).P<5I] %(<E9>` ,74 <9>x,=<Ysȹ8 q PA9 p88r8' a$. <. <  % xIpx= = 4 AA8 2w9G? y8G?i< B < ] 2>9 =` = 𺥈x< F (< < 8X = Dɀ<0tu?zx@ = zx0Tu<"  `0: P=< <b t <xI <xt-1<Z  =:<P0A8,ɀstA,c <v,=xa4xa4t,<  >>2<p(e ti<#(9li<o)1<,(58,E4y<l<l0<P < 0 < ,, @<  WP < 0 < x.< t < l ;3B98  < < <ixi a   @<3B98 w @   <@ = @< @<`W; 3B98 <@) <@m ;3B98 Puxa< Px<&<&  <ia=ui< 0-< m<q(@y=ay<ia= qȀ@<(< T =Z  -8 <ia= EVu8 P<7< 7<  u8 hR?=  .0v&3`A< - 0 - 0ia= S8 L  S8 L <Q 8L.=  L.=  <i <  >5<<J(<"K@<7!b8 <<=o<o<Ia R=h0a8 3`A<r= M8rXy06J<<8< pIؒ= u8 0t`e= m s < !u<rpy= 8,=< 8 -< t8,< A3B< `W;  .8 J 8i<D=< ʐ" A<px= iy9Ft < ,=8T9>-8<<<)0=8)0=8)0=8)0=8t< @h2[8 h28 $ 0 @ ȡiy9,=8 | x| ue<<<Js= p> 8 < | x| <*,<<G?p>pE"88J=Js= $ PE8@P:><LJx Hx0<@$  (x4<@<-14:.=<4, !p">pme= 88<0<8 < ` < 944 E4 9je<` 1( <G?0f< cG;2  ~rE4p(h(<ue8 8md $2(]8:E4Jj@<S*(5< m08 8M B<S*(< u 6@<(h(<Q &< tG?0H<x(xX!x5 !xK<K<q2<G?i BA<b  *)p8C`=0H<G?Ff@ <<j  ^u( > me= r}<pG;<<ǀ<4-;p<-;1-:!>  P<<V94|Pʳ(A8  ,,*px9p,@<0= = < p-2жr}<KQY<j a <@ @<  Wia=x$ 0-< QY<%= = < p- Иia= jU8XE< @<ia= ==J P= -X - 0 <ia= < j X< <$ T8Kv @< !G? QY<%<%<  "0 <R=[.0 QY<i <e  <"0 < <f< < p T=(< p,1s< rE4 <I4 |HV<f< <$j9QY<` E4<<<< ,1< T<  P0A<v< -<: E8 3B8 G?W0 xU$< = xx w0 =x< `GE@`E4@ <@I4 b@<bH< `!r m<8G?(<8  x<a P<  <<< < < 8ke8ˀȂa4< <=Qn-8fs<  <x  x  Js= `e>`e> <`G'@,=<A4 K581A< K581.<  <<* 4 a8 >>s(|<> 0<p 0 -<#cA88<280p&<,E$`, E48F< > 0<7m<<A8p  08 : 8bp@|E <B 2> 0bp@8P 04(bp@8.E$ E6 bp@8bp@8G?`<`J <bp@8L $X -8bp@|E bp@|E 80v_ 0: < 8 #,==8`W; p-=#,==Wte =#9>:-8 -8 ^ 8"s< bP8<.> (9.< `W; ==! (9(<%8  h,<  x18<< bP8<<# &8,(P9,G?T=(P9* <8<[u<2{(<(9G?>+p8l-<T8@< u08 @ 8a)<g= > Y,=< ><2>a> By0 k<  ,<08+<, ׀84< 84>  0wu =ku<-< .G? @<,1=G?x9  ,T82xA8T (=9 <<@< %]$  8>Q<T (=9k!< B8 2 9-=< 0<L - 0=8T (=9,< b< T9 <,==`88 ,<,< < N <<58 <1A<;-8;< b<a: < <fe(   P=8pe<UU]49$>`W; 0:9E9i T8<RB00; 48@<<b@`<@G?<=q E9A= ,=<T8f>8 8TP<@ $ G?<8b@<=<@z 4<3B98 ,=<H  0< @$`< B<@ < `<)<  r  B@s < 4 p 0@55b@<=<<BB I< <@< B4 <,==x@4!@bp@8<== Ax< pB  # 4;Fր8G?" `0< bp@|E  ><   3=,<ᡐ8bp@ @< n`<g0$8>bp@8bp@|E >DQ<b<`J <%= =@ < 8>4>< >>bp@|E bp@80 )< ? bp@8R  (st9T @<@`8 ?(st9\ @<@8%= =X < ps :<@>< 8dl==9 <=<f  g 8<=w n @<@0<y=Q8s<tl@ =p <@ku< %= =p < |==y: : %= =x < p @;@     u< u( %= = < p < 0p]4 <@?!: %= = < p @!H#"x<=@?!: p<< x<he<#"x<MPG;0= = < ps 0:P8 N<  @ @A< b@<=< (<#"x< @<@cG;T@R8p<@<#"x<V   < Y8 X< < <<K<=< #@ .1< pB  x<bp@ @ <<)@ px>#p0<(s9 B  pix  < (s9#0<86 1 0 j, # >1< <3B8 @<<s0<<`W; %= = < p8 \ز-<> pu83`A<fx<j < <  ( P@8 < @< @< P< P< p<)a$)a$& 8"8. ^Nt<GqZ8%= =` < >f @18< a!t1 3B  l m4b@<n b@<^3B  q ,i<-S .< 3B<  u .1< < <1< @<` lB<*m4b@<}  ƀ< b8<04 0  @00@PE"@ A 0u  3B<     040x$ ,8   /`W; Y88 8P `W; ]p,]p  3B<  <m<@e8 3B<   h<@b8<̀< h<qi<    @<< xHX3B<  -`W; P08`W; T3B<  >8 m@q<A  ,6 @<m@q<u $ PE8P:@4<*< << )8b<u= `e>`e>D<%.G m@m<m@m< 8<88Pv}< x>  >>.8,8@a<V, 8[ 8U=8c8S=8g}8 8 8 -8 "=5 ;(<<  <8 8 8"5 (<< <<0BE48 4  <,= <H< 0~a4<<( e8<<$n.<,= '-I< @,= A8X A8@X A8X)4 ya-e: (,<-e2b΀<\=.nx4*a8 a΀<2-8 ;7.,< ;18X18@X18X4n< ,e8{>n< <-<<:<<y:Z,I<> <Hn!0=A8 >I0<H<<H<<H<}<n<:h=A: :<u:<18 <<> 8,< B!<ke< &i<!<.  T8f<5<>< 4<b<.<   ><   < ! A=<T8Z>8@8Je8p988< <)< p p0Te( <  2< 12<< &.> vt]9M<x8l;B<p}8b<8 =P<0< v,<8<`0:@ 1q0q<8 P<< -8 8 < H8@8<08 x -1<p}<@ p@,1<PA9 `>,<8 p6  y 2p@,1 %= =< pwe 0<< xy0 p@,1+=bP@8@n<bP@|E @p6  yp2e<X < Cx<Bx  ( 248>q0q< x=hy8 @<PI$h<  P$@GpPq<`0: 6q0m<@% GpPm<>q0m<@2q0q<xA=>P<xI$[q8-y=<04$8I7O  4  b`<D4$ 1>I75HI45J8 /yL0.A<N8(/yTE$/y%= =P< p Uq8( 2<<' <<Zqq<?y<\< 6A<^<?y<j8 ?y<+E%@83B98 u<<gpy<ǀ4(8p,9=8lq8  zp28 AA>G?@>A9tI4 ,==`88uqq< 8 I4r<bq<|q< =v<; =v <; }.8 < ;bP@E @Q8U<<bP@m4`<>q<.<>V88`< bP@E @8x< `ݕx< ,< ,< ,< ,<(h(<<$ 0 wP< . bP@|E @bP@8@  .< R`i< ,<`q@<q@<j<j<8*@<,A84@<, <<bP@8@bP@|E @8<<qq< <1 x.< x.< 8 I4 ^ @8I$^ @y8Q0 <bP@8@bP@|E @q(q< >  (-8bP@\, 99 8*a-8(< @r<8< $ P<8I4Xq< x=<"B8v1@<*J(U$Wyd8g ({ <=<==8`82 I4`x.0@ `x0@ I$I4QY<QY<I4 )=<<4B\ 9)ha80e4Y 00 :<=<8@&"0<!|=8 @&A(a4!|>r(< 0 < $< ($ . 06K<<+=o<o<G2820@<\=<<8<,=<"0 K<<$|$|#$G==8 %8P< r<DX|DX| I4P(]83I4N@DX|$|\=<<\ 6I4ra8`$y0&i)2 yP8yP8thi =< 0 . .|z8 !|6& |8!|y0!!"#<M$ N 0>=Kru< QR Y<R< <=8 .1<=8 8 <1<Y(<$\4,=8 ]I$` `}8 x <x <aRY< b<d A0",=8 erq< k4 ;1;1,=<=<X<I(0 m8srq<;(1;(1\ 9h8<e4Yt4 u0<1 1\ 9=;0 *a-:5<8(1 (1< M=8<I=8$<rq<rr<4 0 ,,p,hm< I48 4  ,,I4 R8rm  <<(< 11r<< Y4 < I4 I4 ( 1(1,<,M< <<4  4! ,e<1 114!,8=8 8-I8-I8(1 (1r<$ se-4kx< + ,< - 8 2ӐA @?x$5s8b<E9>)<2<i8P >=A<9XAI<2઄u<4i8P Bx<  <2 <2Fx<  > =8 : ;Ks]<Lp<8 M.8 Nsx8 =< ^ < u8B<qV <Q8R+ 08Zs]< [< \=< -: D > > b8 >d<hp<h<<<4B<b@8@j<d`<h`<r < l`<8 q<b@8s,< x><v(>x,< u =8H ,< k <T ,< %= =G?<j x<@  (< x< a$@ x=< sx}0 ]}|||-}| A< X  P8Avu<`<>< P8sx.<.< -< P8<x18A, vx}<s(P 1\ 8h ( 1EA8 h (,1),==| ( 1 1| (,1s< s}8 @A<se< G?sx͹< 8s]< sx< =< 8<8 8hj<  M4 ,=<9 8, A8  ,=<A<Du<4> V0 0u8$@ x> <)=  `:~c}.d <Dxt?:s8 8#u l8'u= ` <  [ 8@=8`<sXe<,=<tu |<tu |,=<@<ce< <   0<,8 0< ,8%`< ?%`< <(A< 0| D|<< << || $|< !>8< P< -< !)= 0,<  <A< )<xA0 < 1A< k8< 8$ <uA< <<<A<<H~lH(5mT \\^<'u `k)8b@<j < d$vu<H<8 {>< <>i.8jt,<  m.< >H p< bP@<<T *<8t<v(<p<x<r4@f<zt<{@<%= =G?<tA8<*8@<x8p0 =t}8 (A<y=y=< 8<<< @0<G?Bty<`?v<p<>b0@<@$7E0@<|@?p0< b@< << b0@0<>>x  pi  <A9)<(qy9(<D A @ s 0<>>Awu<v@  80$ 8p <#b@8<@G? <  <#iu8`ׁ8< AEu8,< RP<ܴ1< P-< < ԰-< a׀$@8  p < 1< @; @; <+x< Tq<   @8 @0(<#:3B@ < 8b@<f@`:@f@<r< |%-=<@> 8b@0<8@X888<<<<a<a<`8><~l`8  m-=8 u8 ~ < -=8 u< <<<<<8<`8> <<< {8 8@X(8<a)==al [m-=<<+u<  8<`<>0<8b8< -=<!<86u< 8!(8b8L,=<4 G?@u< ,1=G?>8b@0<Cu< <>>. < 8I0<J88b@0<׀<M88 b@0<Q0W1<@0> <b <1<b <1<P@<,P@,`,`,p@,1 | t<-8 | b <1<p@,1 @xy<@0@ 8x@P@,P@,`,`<,i<&8m8< `b@< p,]<7M< q$ ( ,=<s=]8 :I<A<0| sA< Y<~{|@ < %= =G?<-< =8 E2Y!=< 0 <<y> =`>8b@<+<`A9Au8 V<Հh<<h<=< %:, u A `:,8 Հ8b@< `>p=<<0=<ve0  H(@@<H G?  >0<8 Q<-880< 8 u<0<,< 1< <@<)==;t< <<<@<<@<=: `<<<\8X>  `8@@@<`8>-=<`8@<\8@>@@<P< pP1u< p,> 8 4 =8< <bP@m4`,` j< ≠94xe0u$ q< < @ =8 f08@ << 8094Bt<D e8u8 e0 `<8@u$  u< < x><  -: $ qe<7u<S< 9$< x>> . `R,< ,<> <  4 > <P x< <  <~l KR,<  ,< << >,<(,< >=8s < <T ,< iq< Krx<< -8I-8=<X ,< Jx<\ ($< %x< &< (vx}0 ,1=d (<<>+x, $j<.  a ,9<l U$>< !n `<>< !6vQ< >< !8<1vu<9Px>( :.-t-< <v< @v< < AxA8 r $ <md < H-p< !5=PG?I><  -< ! 0,< L>8Mx8M.7 PG?PG?^x< R< T$| @<8-< <-<Y{94<< <`.8 8@A>08@q>08@Q>08@1>0a94@b.< c<   x<h < <A<<f8j<k(<m< f<tx>< !<q94 @<s8ux>< !xA<<y<XB<{x<%= =G?<.< (<< #`<@~=NC><<j@ @-> @-> @-> u8<  <@=894wPe<Kyq8<( P<< <<<< &< pa$`T`8:-<"pa$`#-<:8%0<&,8I0<b8I,8]T<E$@,Ka8-< @ E$0@bu84;>5א$` 40 85,` Du<4Du(49p8:E$`D `E atـ$<=0-< >0=8 @0<<xy<~98 E0H0RP8 u< =8ִ1 Ix<@J< L xk<=< N<<`P< y80,0<7@0< UA< X8@0< 0<7Y8 \wy8h4<]E$@d8` >ku8a$b08c$0`d<8 e׀4$ h$<r< <i,0`j<< l8$< |<m$ `> p$ }y}<q,0@t=8 b@0<0<u$ x0@X>X<y8z$ |0@>0=8R3xy8W1<<0$ 8 &< k04<< `>w8x0-<>=< =8׀0W<k-2 8X< 8,< =8< |X<&@1<X<@< E8 E0$ <4 = 0<w0א$8 84x$ x&Y$< 4< ׁ0$<<< 8< 8,< 48< 0<< 8>׀0$<84<  ,88<  `W; 4<8@84>=<>8-<  < < .8.=< w<`W; $  8w<<< <=<T (-8=8b<:p-p -b<: -< ҷx 1=8` ( -|< 1<< 08<z8$8<$8<$8<p=,0ⷄ 8p-p,=x><` (,0T (=8p|@<&@88<z8 $8<$8<$8< w =8,<<A `W; ׀x4"8@d ,< -80 >8=< 8,<,<e<=< -< -<  =8< < 08  < <  -<  (-h+M<l < ,< l,=<<><  p $<؀84< 84> -< =< <=:088E$` 08uu88n< s< s < #E (u<$|X<&1<X,=<̼k<*<<,<p--<.<0<+x<1xq<2 ><3< @>6pe<8eXB 8 90<:E$@ 0<<0<=< (1<@E$@N< < (e8`<HE$@D|f< 1<f<  <JeK@ <M8<w<XB 8 {z8Q.< R<S8> Upe8 e]<b@<S-8 S-8 S-8 S-8 b`<^<<b@<a-< =8 08d<-8 h<<f`|u@<&i=< d<kx< l8n,< R<  p<8<q< r< s8 <<,1<`W; <1< 28ya z8P <-80<|| <1<<Q8(-8 0<,< 0<b@0< 8:80< ,> (8؀,8| <1<<< ؀-<؀8 ,> 4 ,<| <=8 =8,<<< <<L0<,=<|,=< $ *<=<x=8 P<` <x<h<P<h<< =<2,< ,< <<,< `W; Re0 =< Xe88<<0@e0- `W; <-=<`x<<5<x-=<bP<1<-<  S< xQ<-4 `?p< P1|< <<Ș-< P1|4<,=< \00h==8,=<< h<=< j\0 ]8404 <3(<9<3(<0 e0 P< u0 8pq)8P<<<1> `,1( y0 `,1<50 $ `W; ]e0 <<1> jQ4 08* <=< <j8,<$< <<<> ]b 4xxp-<8xp}<=8,=< |bA   0e< p818  0< ,< "  Ȁ<3B $ >=< cA =P8y0 10 =1:\H-8 *a 80<|H 8@ >=8< *a 80|<!H-8@ >=8:8",=8 (,=8b@8j8<8*a-8(,> ,,<-< =<<.| A<| ,=82<3<(<485P|9<3<<8<u4=0{b<>P|hd 0Ca8JH8% D @Q   h-8P<A Y Y >mpp< Qy<`R< hm$`8@U V< ,=<>ZyQ<[4 \<=<],m<`y<P($  a$  P8 p8dep2<h88i < 8jj<ly@<[8< n< p,< <q4 $le<4 ,<3<<@2$ <`>=< >><-,<  ,<  ,=<< 0[%-=<ZP9@P-8@ 8 }wxy<6< ! <ZP9@8xy< -<<>]6  <Z=xy<xy< -<xy<E4 s< ,<(l$!, ,< 4 Y>6 U<"0 <{P<<  4  8 4 8Xs < ƹ,<Bu0 y}<ęe$   ə<!< << 4 T8ip =4< 8`b<i( =-=<  ya$ B0 =L<08 -1<U %$-< 40[-=<H <U$> Ћ-<  p< <:$   $ -8 48Y4Ye-< h 0<! <p<<؀<<,5<x<< 0<< =<18p  18l =<| ,< 0< `| ,< 0<< 5 8 4  0x< p< 0 8< ,=<<)>E0! 0  <=<$,>p<&p<Be0(8>)P<*q8+$498<=<<=<e -8<=<" $x<$x<8 5<o 8<]4 AP@< " $zx <$zx <8  =8>0 @8QA<AB00<C 8 D0  HPi< d$ ylW<9<tZ< $ AmxeLY<B<@<<@<B<  a8b>=< 䬀<le8 p.5< a6ym < }ڀ@< ! SUBOO.CMD - VAX-11/785 Diagnostic Supervisor boot from UDA ! The console program supplies the controller unit number to R3 if the ! BOOT DUn command is used. Else, the user must deposit the controller ! number to R3 prior to executing this command file. ! HALT ! Halt processor. UNJAM ! Unjam SBI. INIT ! Init processor. DEPOSIT/I 11 20003800 ! Set Up SCBB. DEPOSIT R0 11 ! UDA-MSCP disk. DEPOSIT R1 3 ! UBA TR=3. DEPOSIT R2 3F468 ! CSR address offset = 3F468. ! DEPOSIT R3 n ! Controller unit = (Supplied by console pgrm or user). DEPOSIT R4 0 ! Boot block LBN (unused). DEPOSIT R5 10 ! Software boot flags: <4> = RPB$V_Diag DEPOSIT FP 0 ! Set no machine check expected. START 20003000 ! Start ROM (on memory board) program. WAIT DONE ! Wait for completion. ! EXAMINE SP ! Show address of working memory+^x200. LOAD VMB.EXE/START:@ ! Load primary bootstrap START @ ! and start it. %1##W}DP}PR QPQQPQ}PDS^}PR}RPUϽ(PϼOg ^^ZZV[PޠPZQYQPQPϵ(ϯ,WC 0Je0%BOOT-F-Boot file too big0%BOOT-F-Nonexistent drive2P. P0%BOOT-F-I/O error reading boot fileWWYYW[!X W~VVWXPWY0F%BOOT-F-Unexpected Exception0&%BOOT-F-Unexpected Machine CheckЎX|~Xϗ{[^Yk^^}P}$R},TЫ\}ZZ1ZЬXTP0uR`Ь YRB0PXXyXT@DRT4XX X X R#XR X P¬ YY <P\PXP1 QQ!QQ QQ!QQ"QQP#1 PP!PF ЬY8QA\SЬZ<XX ZWGWxWWЬ [ЩPQZQ ZRf gϔTDTU EaUʏUP<ɡVVV(PzqUUfW ZZPʏt =PPZ8P@TW [UЩ4P@/P0jP^ЎPPnЬ WЬRRPЬSS` \TU SP@bQ UˏTTTTP%,&%0%BOOT-F-Unknown processorP DDDRIVER.EXE X < P ^8[[[[}QV0!R0P<R00+RLT< R0RѬ!R0R R0R04E|@PЏ>>ԀЏ``ЏVMSBЏBOOT|Ԁ>`1e<<1VЩ4Qŏ>Q<P~ЧpT4BnоnnQPՎZ\^Z\GQÃG&&^ \Q$ꐩ%$PnWWW,nPg8P@\SP*WXZ VVUЩLTTTQ RRRT WXHPXx hXZɸQɬU~XVާ(R~bZ~bZ<`<`ЏCPP<@5ZUZWZVfւUQccЩ4TФ(TRRЄɏR< Rȏ@Џ$ Щ4Qŧl>Q<P~4BnоnnQPՎP1 X   ǐRUUpU <Т0i&U UU0}`RU|0?ԧhէ$YЩ4Qŧl>Q<P~4BnоnnQPՎ P1c8 Џcc8 QӏQ1P^ R?P11 Q6QЩ4Qŏ>Q<P~ЧpT4BnоnnQPՎ11!1* p0111!鑢+P"1~PP̑h1W@hP@P@UP@"PhP(1p P]bg?P1 0 0}R~(4Ϩ}Rh"10 "ТPТP''"ТPТP}Lj1bױ }RϴWϫ*PPP`d(d1`($*PPdޢ UQ<P~TRT4BnоnnQPՎP X@  ~]~Щ4P@KE VBTTVW$(fd>TWW դ W դWդ,W,դ0W0UfS8T<V2eP{PT2PPS ХP@eP V(UT8VV ԤХQVQԤ ХQVQ Ԥ,Х QVQ,Ԥ0Х$QVQ0!V-WVwWW>XXxXXXޏ'''''0/%BOOT-F-Unknown processorHFϲޚHCϮޞ$),϶)(ύ ^V^U[~[ЎZ[[[k}P}R$''}T,ޫ4ԫ8ˣ\\TSdPf\}V05}Pn[PP 4Ո0h,}R|ഭhV}RRխlnn;< } ZÏZP`kЏЏ$QQPCQ Ы x QQPˏPQQ0=P߫~ݼP}Z5P-PР РРPPQP|RЬP}`R::RcSSQn^P|~?` P1T000qrP:.VgPVWQPWQ@WP 1%:,Pa9PPPޭRPQޭRP@QЏ.DIR;1aQP8( 8Ь S ~ը (<P}Ш谨V@eT:U>EdUdPP0PPЄQQTPЄPPQyPPPP