[TUHS] Help request: uucp, mail on 4.2BSD

jsteve at superglobalmegacorp.com jsteve at superglobalmegacorp.com
Sat Mar 11 15:29:26 AEST 2017


VMWare can do the standard ‘ide’/WD-1003 type interface, you either have to edit the VMX/master VMDK, or set the right ‘OS’ type during install.  Try MS-DOS or ‘Legacy OS/2’.

>From my old notes:

First, edit the .vmdk file.  You are looking for the line:
ddb.adapterType = “buslogic”
And you change the buslogic to ide like this:
# Extent description
RW 16777216 VMFS “UnixWare 7.1.1-flat.vmdk”
# The Disk Data Base
#DDB
ddb.adapterType = “ide”
ddb.geometry.cylinders = “1044”
ddb.geometry.heads = “255”
ddb.geometry.sectors = “63”
ddb.longContentID = “8f535bb60df8d73a86c24853fffffff
The next thing is to alter the vmx file.  By default the hard disk will be on scsi0 and you’ll see something like this:
scsi0.present = “TRUE”
scsi0:0.deviceType = “scsi-hardDisk”
scsi0:0.fileName = “UnixWare 7.1.1.vmdk”
scsi0:0.present = “TRUE”
And what we do is rename the scsi0:0 to ide0:0
ide0:0.present = “TRUE”
ide0:0.deviceType = “disk”
ide0:0.fileName = “UnixWare 7.1.1.vmdk”
scsi0:0.present = “TRUE”
And you should be good to go.  The other (much easier) alternative is to try to use the legacy OS/2 profile as it’ll install an IDE disk by default.



Sent from Mail for Windows 10

From: Arthur Krewat
Sent: Thursday, 9 March 2017 10:52 PM
To: Cory Smelosky
Cc: tuhs at minnie.tuhs.org
Subject: Re: [TUHS] Help request: uucp, mail on 4.2BSD

If I could get the Consensys running that I used to have that would be 
great, it would be "authentic" to me at least.

However, it relies on either an Adaptec 1540 SCSI controller, or the 
standard ISA WD MFM/RLL controller (and maybe ESDI), which my VMware 
environments can't support. I'm reluctant to go into running yet another 
emulator anywhere on my home office network, so it might be Unixware 2.1 
which I managed to get running in VMware.



On 3/8/2017 7:22 PM, Cory Smelosky wrote:
> Which SVR4.2?
>
> Sent from my iPhone
>
>> On Mar 8, 2017, at 15:39, Arthur Krewat <krewat at kilonet.net> wrote:
>>
>> I've still got my Worldblazer, and a Trailblazer that I found in a storage closet at a defense contractor I was consulting for back in the mid 90's.
>>
>> I'm seriously thinking of getting my SVR4.2 system back up and running and seeing if I can get Taylor UUCP to function again.
>>
>> Of course, I didn't make the UUCP maps until the early 90's... but still :)
>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20170311/e402233f/attachment.html>


More information about the TUHS mailing list