Zane H. Healy wrote:
A while back I
posted a complete runnable SIMH setup for 2.11BSD that is
patched thru #444. It's only missing the 'last' FPP patch that was
posted within the last year or so (#445).
It's located at:
http://www.AK6DN.com/PDP-11/2.11BSD/
It is an RA72 1GB .dsk image file and a corresponding simh .ini file for
an 11/44 config (it also happens to work on my real 11/44). There are
also a sample boot log and a copy of the original 2.11BSD setup
instructions as a .pdf.
I don't know what it would take to make a new set of install tapes. I
started with the original install tapes to make the above setup, and
applied the missing last set of patches to make the setup be current
thru PL444.
Is it possible to install 2.11BSD from disk? Including a write-protected
disk (aka CD-R)? I'd just as soon not have to mess with tapes :^)
Zane
Actually, that is the way I did it on my real 11/44 h/w. It has an MSCP
SCSI
(emulex UC17) disk controller that I have both a r/w hard drive (a 1GB
seagate)
and a scsi CDROM (a DEC RRD43 aka Toshiba XM4101B).
I did all the sysgen/config in SIMH, building 2.11BSD from tape and
installing
all the patches (and rearranging all the objects withing the kernel
overlays to
get the MSCP and TMSCP device drivers to fit .. but that is a whole
other story).
When I was happy with what was running on SIMH, I used the RA92 disk
image to
write an ISO cdrom using CDRWIN (or there are other freeware programs as
well).
Then I took the CDROM out to the real 11/44 h/w, and booted the CDROM
via the
DU device boot prom. 2.11BSD will boot to single user on a read-only drive.
To get the bits from the CDROM to the hard drive required a bit of trickery,
since 2.11BSD stores the partition map on the drive. 'dd' won't work before
the drive has been formatted under 2.11BSD. I used XXDP (booted from my
trusty
TU58 serial emulator) to copy the first 32MB from the CDROM to the hard
drive
as an image transfer. This 32MB contained the complete root filesystem, so I
could now boot the hard drive 2.11BSD image. At this point I could then use
'dd' to copy all the bits from the CDROM to the hard drive.
One last gotcha is that the CDROM is only 700MB, whereas the RA72 .dsk image
is 1GB, so the last 400MB is truncated. This was allocated to the '/user'
filesystem (nothing in it) so I just used standard 2.11BSD commands to
reimage
the filesystem in that partition.
So the long answer to both your questions is yes.