Help formatting eagle on VAX 11/780

kcs at j.cc.purdue.edu.UUCP kcs at j.cc.purdue.edu.UUCP
Thu Feb 19 08:10:33 AEST 1987


In article <562 at atari.UUCP> dyer at atari.UUCP (Landon Dyer) writes:
>[hp1 --- the first eagle --- is at mba1 drive 0, which means that hp2
>(the new eagle) should be at mba1 drive 1, thus the "9" above.  mba1
>is on tr10, and if it matters, hp0 is an RM05 way over on mba0.]

The "Installing and Operating 4.2BSD UNIX" document tells you to come up
with the "9" ("hp(9,0)") by taking the MBA number times eight, plus the
drive number.  Well, this is not quite correct.  Use the TR level (10, in
this case) minus 8, times 8, plus the drive number.

	((TR_level - 8) * 8) + Drive/Unit_number

This implies that you need to use "hp(17,0)".

Kevin Smallwood
Manager of UNIX Systems
Purdue University Computing Center



More information about the Comp.bugs.4bsd.ucb-fixes mailing list