Received: (from major@localhost)
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) id IAA17348
	for pups-liszt; Sat, 30 Jan 1999 08:13:19 +1100 (EST)
Received: from eclipse.scl.cwru.edu (eclipse.SCL.CWRU.Edu [129.22.32.56])
	by minnie.cs.adfa.edu.au (8.9.1/8.9.1) with ESMTP id IAA17343
	for <pups@minnie.cs.adfa.edu.au>; Sat, 30 Jan 1999 08:13:09 +1100 (EST)
Received: (from smap@localhost)
	by eclipse.scl.cwru.edu (8.8.8/adam2.2) id QAA19027
	for <pups@minnie.cs.adfa.edu.au>; Fri, 29 Jan 1999 16:13:04 -0500 (EST)
Received: from <mxs46@k2.scl.cwru.edu> (k2.scl.cwru.edu [129.22.32.50]) by eclipse via smap (V2.0)
	id xma019025; Fri, 29 Jan 99 16:13:02 -0500
Received: by k2.cwru.edu (8.6.12/SMI-SVR4)
	id QAA06345; Fri, 29 Jan 1999 16:17:12 -0500
Received: from <mxs46@k2.scl.cwru.edu> (skybridge.scl.cwru.edu [129.22.32.1]) by k2.scl.cwru.edu via smap (V2.0)
	id xma006343; Fri, 29 Jan 99 21:17:08 GMT
Received: by skybridge.scl.cwru.edu (SMI-8.6/SMI-SVR4)
	id QAA04748; Fri, 29 Jan 1999 16:26:58 -0500
Date: Fri, 29 Jan 1999 16:26:58 -0500
From: mxs46@k2.scl.cwru.edu (Michael Sokolov)
Message-Id: <199901292126.QAA04748@skybridge.scl.cwru.edu>
To: pups@minnie.cs.adfa.edu.au
Subject: Re: low-end vaxen and unix
Sender: owner-pups@minnie.cs.adfa.edu.au
Precedence: bulk

Pat Barron <pat@transarc.com> wrote:

> As I recall, you can attach an external SCSI hard disk to a MicroVAX 2000,
> and Ultrix will be able to use it, but you can't boot from it.  The
> Centronics expansion port really is a SCSI port, even though it was never
> billed as such (and the TZK50 tape drive really is a SCSI drive, and you
> can use it on other systems that have SCSI - not sure why you'd want to,
> though....).

Correct, except that since Ultrix is binary-only chainware, you would have to
disassemble and patch some of its kernel .o files in order to force is to
recognize SCSI disks. It uses the CPU code (a byte-sized number constructed
from the SID and SID extension longwords) to index into a table of pointers to
routines for different CPUs, and the routines that get called when the CPU is
KA410 (VS/MV 2000) don't bother to probe for SCSI disks. This means that any
SCSI disks you may have attached will be silently ignored, even though the
drivers are present and they would work if they weren't artificially blocked.

> 4.3BSD (and its variants) for the VAX has no SCSI support at all, so
> you're out of luck if you want to use SCSI disks on a MicroVAX under 4.3.

Adding BabyVAX support (with MFM, SCSI, LANCE, and everything) to
4.3BSD-Quasijarus is in my plans. For more information, subscribe to the
Quasijarus mailing list.

If you want to have something running now, you can either run Ultrix and learn
to live in binary-only chains, or you can construct a system consisting of the
Ultrix kernel and the 4.3BSD-Quasijarus userland. There is enough syscall
compatibility between 4.3BSD and Ultrix to make this possible.

Michael Sokolov
TUHS 4BSD Coordinator
4.3BSD-* Maintainer
Quasijarus Project Principal Architect & Developer
Phone: 440-449-0299 or 216-217-2579
ARPA Internet SMTP mail: mxs46@k2.scl.cwru.edu
TUHS WWW page: http://minnie.cs.adfa.edu.au/TUHS/
Quasijarus WWW page: http://minnie.cs.adfa.edu.au/Quasijarus/

