> From: Fritz Mueller
> In at least one case of attempting to recover a pac
BTW, your neat hack to do that only works on the RK11-C, and not the RK11-D:
the latter doesn't implement 'Read/Write-All'.
Noel
> the Unix V6 RK pack formatter ... sets _both_ 'Format' and
> 'Read/Write-All
Oooops; my bad; I mis-read the register description. It's setting 'Inhibit Bus
Address Increment' and 'Format', not 'Format' and 'Read/Write-All'. So ignore my
speculation about 'Read/Write-All' not getting the sector header word from memory.
My bad!
Noel
> Fron: Jon Elson
> The write all function is likely how you format a blank pack.
No, 'Format' is a separate bit in the CSR from 'Read/Write-All', and they do
different things.
The RK11 always re-writes the header word of each sector when it writes a
sector in normal operation; when 'Format' is set on a Write operation, it
merely supresses the 'read header word and check/compare' function (which
normally precedes any disk operation, to make sure the head's at the right
place). Format/Write then goes ahead and writes the header word of the sector,
just as in normal operation. (It is possible to set 'Format' on a Read
operation; that just reads in the sector header words into memory.)
Although in theory one could use 'Read/Write-All/Write' to format packs,
the Unix V6 RK pack formatter:
https://minnie.tuhs.org/cgi-bin/utree.pl?file=V6/usr/source/mdec/rkf.s
sets _both_ 'Format' and 'Read/Write-All', and _doesn't_ set up the sector
header words in the memory buffer, arguing that even with 'Read/Write-All' on,
the hardware is still generating the sector header word contents. (I'm too
lazy to check the RK11-C and RK11-D engineering drawings to confirm that.)
Noel
If you search ebay for "DEC RK11-C Disk Controller", you'll find a listing
of a backplane of flipchip cards, but it's not like any RK11-C I have ever
seen. Am I right, this is a mis-labeled auction?
Bill
> From: Ethan Dicks
> I do have a replica KM-11 set that I need to construct.
You'll need the RK11-C overlays (shown on pg 6-2 of the RK11-c Manual). (My set
of overlays from Guy with his KM11 replica included them; thanks Guy :-).
> From: Fritz Mueller
> The cables are actually in the correct slots -- they connect A30 and
> B30 to the pass-through connectors to support plugging in a pair of
> KM11s from the outside of the rack for debug.
Ah. The Double-Buffered RK11-C doesn't have those; the slots used (looks like
C08 and D08) are used for logic.
Noel
I think we have some old Mac programmers here.
I've dusted off some code that allegedly compiles with CodeWarrior Pro 2, and
it needs CWGUSI, so I installed 1.8.0 (which was on the CW Pro2 Tools CD).
A bit of hacking and everything compiles, but it won't link; it's missing
a symbol _Stdout that CWGUSI apparently requires (I traced it back to a couple
fflush(stdout);
calls). I've got SIOUX, the Metrowerks Standard Library and everything else
I can think of, and while everything else builds, I can't seem to find the
lib with this mysterious _Stdout symbol. Any guesses? Does this sound familiar?
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- Do I look like I just fell off the turnip truck?! -- Ryoga, "Ranma 1/2" ----
Hello, everyone...
I may have asked here many years ago about this:? Does anybody? have a
binary distribution of Octave for VAX/VMS?? The sources for some early
versions were distributed in the SIG tapes, but I never managed to
complete a VMS build using them.? I tried tracking old octave archives
with binary builds, but they're all gone (it used to be at
ftp.chem.wisc.edu).? I even tried to contact John Eaton about this but
got no response.
Regards,
Carlos.
The guy posted today, saying they're still available...
- John
>From: <highpwr at bellsouth.net>
>To: <greenkeys at mailman.qth.net>
>Date: Sun, 27 Dec 2020 18:23:31 -0500
>Subject: [GreenKeys] Equipment Available
>
>I have the following available for pickup in the Knoxville TN area, it from
>the estate of an old ham buddy that's now in the nursing home with
>Alzheimer's. All was salvaged from his property which was sold to help
>defer his nursing home expenses, and was going to go in the dumpster.
>Really just wanted to save this stuff from the dumpster, and its free to a
>good home, BUT if it works for you (whomever comes and get this stuff) a
>donation that I could forward to his Nephew to help cover his nursing home
>costs would be greatly appreciated.
>
>There are two Teletype Model 35 KSRs and at least one 33 KSR. Also there is
>an model 14 Printing Reperf FRXD (very similar to frxd-1311-04.jpg (800?600)
>(navy-radio.com) <http://navy-radio.com/tty/reperf/frxd-1311-04.jpg> on
>Nick England's site. There may be some other in the future and possibly
>some 11/16 paper tape, but this may be spoken for.
>
>All was stored in a dry outbuilding, but was in the building for well over
>twenty years. It took the best part of a day to dig it out, salvage and
>carry it out of said storage building.
>
>
>
>
>I can provide additional more detailed photos if required, but please don't
>ask unless your really interested and serious. The empty brass nor the gun
>they were fired in are no longer available I'm keeping it.....Ha Ha.
>
>PS this stuff will not be available indefinitely, I don't have the space to
>store it for another twenty years, it will probably go onto the dump or be
>dismantle for parts before the end of February.
>
>Steve
>KM4V
I know it exists, or existed, as there are references all over to it from
the skeletal remains of various BeWare mirrors. However, the package itself
has disappeared. The Intel version is marginally easier to find but if anyone
knows where the *PowerPC* one is (I'll take R3 or R4) please advise.
I guess, since I've got mwcc on it, I could try to reconstruct it, but I
don't know if I would have all the BeOS-specific changes.
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- My opinions may have changed, but not the fact that I'm still right. -------
This is highly annoying. Back in 2015 I did exactly this and now I have
forgotten how.
I dumped a set of RX02 disks with catweasel into .DMK and now I want a raw
sector image to be able to test them with SimH.
What is a good tool to use? I have some faint memory of glancing through
hexdumps of .dmk files. Perhaps I did something myself using dmklib by Eric
Smith? Don't really remember, unfortunately.
But surely someone else has already done this, right?
/Mattis