<Allison Parent wrote:
<
<> Competing against the mostly 16bit 8088/6 and the 286 the PDP11 was out
<> front. To match a 16bit cpu against a 32bitter... you must be inhaling
<
<A long running discussion. Allison, I don't understand how you can say
<that the PDP11, with its very simple instruction set, is _more_ CISC
<than (say) the 80286, with which you compare it here. To my mind the
<only really CISC feature of the PDP11 is the MARK instruction. I fear
<we may be talking at cross purposes, and may mean different things by
<RISC and CISC - could you give some specific examples, please?
The CISC features are in the use of general registers (no specific
accumulator) and a huge assortment of addressing modes in many cases
featuring two operand addresses. Most micros are either single address,
primary accumulator and loaded with specific registers. Think of one
micro that would permit PC relative addressing and stack relative. I
happen to know two but they are not common.
Compared to most RISC machines the PDP-11 is very CISC. Also at the
time of the PDP-11 RISC had a specific definition that the -11 clearly
didn't come close to. The definition of the era was all instruction
would execute in 1 to to clocks, register rich and very simple
instructions fast instructions compared to complex many clocks to execute
instructions. The idea of auto index deferred (*x++) is not a RISC concept
as it's far to complex to execute in one or two clocks(minimum of two to
three memory reads and one write).
Opinion: PDP-11 of all 16bit machines of wide spread use was the best
suited for C programming or FORTH due to it's stack archecture and
addressing modes. The only 16 bit machines that can beat it for code
density are a few of the byte instruction oriented machines using far
larger and more complex compilers.
<For those who think a souped up PDP11 could be a pentium killer, bear in
<mind that there was a 32 bit PDP11. I don't mean the VAX, and I don't
<mean the PDP11-68: I mean the Motorola 68000. AFAICT the two
<architectures are very, very similar. Is it a Pentium killer? The
<68070 might have been but it's rather faded away now...
Sorry, the moto is similar in that it borrows some concepts. It lacks
the general resgister archecture, misses the idea of orthoginality and
is a primary accumulator machine. It's at best PDP-11 on bad acid. It
could be a pentium killer as the 680xx was a 32bit machine from day 0.
The VAX is the closest machine to the PDP-11 in general archecture and
instruction set of the lot. I has has compete for years against the X86
machines for a number of years not by surperfast clock numbers but the
ability to manage memory and large numbers of users. The VAX 7000m7xx
series with the NVAX-5(circa 1994) chip was already killing anything
Intel would produce for a few years. People are not junking 7000series
machines over Pentium yet!
A far closer machine is the NS16032, still 32bits but borrows more on
PDP-11 and VAX then moto did.
Even the z8000 was more like PDP-11 than MOTO! It did keep the registers
more or less general, had most of the addressing modes and most all were
applicable to the general registers.
In the intel race there can be lots of competitors as some of the "big
box" systems have far better IO and DISK systems than are married to
most pentium class machines. In the end if you munging gigabyte data
bases raw cpu speed is only a partial solution if your waiting for the
disk!
Allison
On Apr 23, 5:52, Daniel A. Seagraves wrote:
> Subject: More RSX weirdness...
> Last night I stared at the halted 83 for a while.
> RSX-11M V4.1 BL35C 256.K MAPPED
> SAV -- Cannot find home block
>
> Then it smacked me like a ton of bricks: The high 4K of a PDP-11 is I/O space!
> I had 252K or RAM! So, I rebuilt RSX11M.SYS that way. It worked.
> I was able to hardware-boot the RL02.
> So, I reinstalled my RQDX3, loaded RT-11, said COPY DL0:/device RSX11M.DSK/file
> to make an image, Kermitted it to the PC (2:30 transfer time!) and loaded it
> into the emulator. Now, with the Supnik emulator set for 2M or RAM (Just like
> the 83...), I'm staring at the same screen, while booting. SAV can't find
> the home block. Same thing for E-11. But everything works just fine from
> the hardware.
Well, I'm at a loss as far as the emulators are concerned. I've used them
precisely once, and that was only with RT-11. I'm glad you got the rest working,
though, and I hope my imperfect memories helped rather than confused.
> Oh, and it says most of the TTs and the DU don't exist while
> booting. Which makes sense, they don't...
That might mean you can't use them at all. For some devices, if RSX can't find
the hardware during the boot, it disables the driver. There may be some clever
way to persuade it to re-enable them if you need to, but I don't know. So I
hope you mean that those devices really aren't physically present!
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
I haven't got time to type loads of messages. These are in a roughly
random order.
First, thanks to Pete, Allison and others for explaining the PDP11-23
stuff. I stand corrected, I suppose.
Tony Duell wrote:
> BTW, does anyone know the position on reverse-engineered schematics? Who
> owns the copyright on those? The original company, the person/company
> who drew them out, what? Or are they just plain illegal (I doubt the
> latter, as I've seen them advertised as such for devices where original
> manufacturer's manuals are not available).
AFAIK, you both do. You own the copyright in the diagram you've drawn
out, and the original designer/manufacturer owns the copyright in the
circuit it represents. So if I want to copy it I need permission both
>from you and from the designer. (It's like if I want to photocopy a
book I need permission from both the author and the publisher.)
Allison Parent wrote:
> Competing against the mostly 16bit 8088/6 and the 286 the PDP11 was out
> front. To match a 16bit cpu against a 32bitter... you must be inhaling!
A long running discussion. Allison, I don't understand how you can say
that the PDP11, with its very simple instruction set, is _more_ CISC
than (say) the 80286, with which you compare it here. To my mind the
only really CISC feature of the PDP11 is the MARK instruction. I fear
we may be talking at cross purposes, and may mean different things by
RISC and CISC - could you give some specific examples, please?
For those who think a souped up PDP11 could be a pentium killer, bear in
mind that there was a 32 bit PDP11. I don't mean the VAX, and I don't
mean the PDP11-68: I mean the Motorola 68000. AFAICT the two
architectures are very, very similar. Is it a Pentium killer? The
68070 might have been but it's rather faded away now...
Just my half groat's worth again!
(Yes, Tony, half a groat == tuppence == two pence == two pennies = (in
some sense) $0.02, which seems to be the value most people set on their
opinions here. About right in most cases (no offence intended))
Philip.
On Apr 22, 19:50, Daniel A. Seagraves wrote:
> Subject: Another RSX good one,,,
> OK, Now I can make myself an rsx11m.sys, VMR is, BOOt it, but when I
say
> SAV, it runs for awhile, types "CAN'T FIND HOME BLOCK", and halts.
Hmmmm... What are you trying to SAV this onto? The message means just
what it says. Sounds like you have an unformatted disk, or a disk error,
which might be due to corruption, or a hardware fault, or the disk isn't
online and writable, or you mistyped the disk specifier. What was the
prompt you got just before you typed SAV?
> It also complains about having to reduce partitions to the soze of the
> common area (?),
"VMR -- Partition reduced to executive common size", yes? This is just
for information. It's telling you that VMR has just installed an
executive common block in the appropriate partition, and eliminated some
unused space at the top of the partition. Executive is RSX-speak for
what unix buffs call the kernel, and what some other OSs refer to as the
monitor. A common block is a shared area, ie one that's not duplicated
for multiple instantiations of <whatever>.
> and the TT: driver is bigger than 4K.
That's just informative, not normally a problem. The RSX TT: driver is
quite big if it has many options enabled, and this is a common message.
> What've I done? I just switched DY and DL in the sysvmr.cmd file,
> and removed DU (The driver is corrupted...)
> -------
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Last night I stared at the halted 83 for a while.
RSX-11M V4.1 BL35C 256.K MAPPED
SAV -- Cannot find home block
Then it smacked me like a ton of bricks: The high 4K of a PDP-11 is I/O space!
I had 252K or RAM! So, I rebuilt RSX11M.SYS that way. It worked.
I was able to hardware-boot the RL02.
So, I reinstalled my RQDX3, loaded RT-11, said COPY DL0:/device RSX11M.DSK/file
to make an image, Kermitted it to the PC (2:30 transfer time!) and loaded it
into the emulator. Now, with the Supnik emulator set for 2M or RAM (Just like
the 83...), I'm staring at the same screen, while booting. SAV can't find
the home block. Same thing for E-11. But everything works just fine from
the hardware. Oh, and it says most of the TTs and the DU don't exist while
booting. Which makes sense, they don't...
-------
I received this email, if any one in Australia is interested contact
the party below, not me.
--------------------
Date sent: Thu, 23 Apr 1998 14:59:51 +1000
From: Alex Roche <alexr(a)amfac.com.au>
Organization: Amfac Pty Ltd
Subject: Honeywell Bull
Hi,
I have a Honeywell Bull X-Superstream.
Know any one in Sydney Australia (where I am) or elsewhere who wants
to buy one for a song?
Alex Roche
-----
David Williams - Computer Packrat
dlw(a)trailingedge.com
http://www.trailingedge.com
<> used to'. Now, admittedly you don't generally see the schematics of a
<> microprocesor (although I have understood minis to gate level), but
<> there's nothing magic about a CPU.
I have and they are really strange as many use dynamic storage cells
for registers and the like.
I did my EE training in the early 70s and computer meant the DEC-10,
PDP-8 or the S370s behind glass. I was doing mostly analog stuff in
the labs till I started squawking. They had be blinking neon lights
and to pay tuition I was designing 4cx250 pushpull amps at 460mhz and
my own UHF frequency counter. Before I'd left that I was doing 8008
designs and they were talking sequential logic.
To this day my favorite two programming languages are solder and
assembler.
Allison
At 05:56 PM 4/17/98 -0500, you wrote:
>I think I have other text convertors stashed that change a text file into
"jive",
>"valley girl" and yet another I can't think of right now for some reason.
It might
There is also chef-erizer (or something like that) that converts text into
"swedish" a la the Swedish Chef from the Muppets.
--------------------------------------------------------------------- O-
Uncle Roger "There is pleasure pure in being mad
roger(a)sinasohn.com that none but madmen know."
Roger Louis Sinasohn & Associates
San Francisco, California http://www.sinasohn.com/
Okay, I'm way behind, but...
At 01:46 PM 4/15/98 -0500, you wrote:
>As it is the plant that cranked out most of the red
>army's tubes is still in use as a commercial tube plant, named SovTek.
They do
>make a hell of a tube but I don't think it's of much use for a PC.
Yes, SovTek still makes a lot of tubes, and they're available here in teh
US if you really want to build yourself a Tube-based computer. However,
most people are using them music amplifiers these days.
--------------------------------------------------------------------- O-
Uncle Roger "There is pleasure pure in being mad
roger(a)sinasohn.com that none but madmen know."
Roger Louis Sinasohn & Associates
San Francisco, California http://www.sinasohn.com/
I picked up a C-128D this morning and need a monitor for it. As this is
my first Commodore, I have a couple of questions. Is the RGBI port on
the rear panel the same as RGB as in IMB CGA? Where might I find a CBM
1902 monitor? Were there any 1902 compatible monitors produced by
anyine else?
I only picked this one up because I wanted a machine that would rum
CP/M. It came with CP/M 3.0 boot disks and manuals.
Thanks'
James