I came to the conclusion that it newer existed (since there is a 8086
addon card for the M20 which can run CP/M86 and I finally thought that
people mixed up that version with a native 8000 one).
--
It exists. The port was actually done by Zilog of CP/M-68K, including
converting the utilities written in PLH to C, then given to DR to
distribute. If you look at the BIOS listings in the manual, all of
the code is written by people at Zilog.
My Magic Sac 1 cartridge for the Atari ST has two
Macintosh ROMs inside: 342-0220-A and 342-0221-A.
Does anyone know what Macintosh they go to?
Does anyone know how to poke the ST so I can
read the ROMs in ST address space?
I am kinda hoping that these are for the original
Macintosh because I've wanted a ROM dump of that
computer for a long time.
--
Paul R. Santa-Maria
Monroe, Michigan USA
On 08/11/2002 08:46:46 PM AST "Paul R. Santa-Maria" wrote:
>
>> Do you have some M20 related software/information? I'm always
>> interested in that...
>
>I came across a BYTE review of the Docutel/Olivetti M20
>on page 188 of the June 1983 issue. Four pages of
>text would not take long for me to scan and OCR.
>
>The pictures, while pretty, are not detailed enough
>for any technical information although the motherboard
>photograph is good enough to let you identify it.
>
>Let me know if anyone wants this done.
I'd be interested.
regards,
chris
The Wanderer wrote:
> I also tried to boot RSX 11M 4.5 from the distribution kit, it boots,
> but only
> executes 1 redirect command and stops in MCR (cpu still runs).
This is typically a clock problem. You don't have a working clock in
your
system.
/Johnny
----
This mail was sent from a Palm.
What emulations have you heard of under Linux.
I think I heard about a copy of Bob Suptnik's PDP-11...
-- Emulation - you can have more machines than Sellam, in much less space
: ^ )
Ron.
Hello,
I recently picked up a Lear Siegler ADM 5 terminal and, like
most of my acquisitions, it did not come with any manuals.
Does anyone know of a User Reference Manual for this
terminal in electronic form? I'd also settle for a paper copy
if anyone has one they'd like to duplicate. Hardware/Service
manuals would also be gratefully accepted.
Cheers,
Dan
I am trying to prepare an Eagle in an 11/73. I have a Webster WQSMD
controller and can now get into the firmware.
(By the way it's the same as the WQESD controller!)
I am unsure about some of the drive specification the controller needs to
know about ;)
Can anyone help on the following - the values in [] are what I am trying
Cylinders [842]
Heads [20]
Full Sectors per track [46]
Short sectors [0]
Unit size is offered at 77367
When formating the drive it counts cylinders from 0 to 842 when writing
headers and then says Format Complete. It then starts writing data and
hangs with the repeating message Block : 46 sector not found
Any thoughts?
Kevin
Tony said, regarding design defects/component failures:
>...If you rebuilt this cirucit with known-good components then
>it would behave as originally intended. I really can't think of a
>software equivalent of this.
Relying on an external library - whose functionality changes, with an OS
upgrade or some such. It's not an exact parallel, of course. Better
software design (and keeping more of the functionality inside the code you
write) can mitigate the likelihood of this happening to some extent. And of
course, it won't happen as long as *none* of the software involved
(including the OS) gets "upgraded".
- Mark