! Wizard True blue of 70-A and P75 needs screen debugged, and small
! slew of Macs: 475, LCIII+, IIci and empty IIci hacked up box, 8500
! and parts of other models. Newer three AMD clones two socket As and
! slot A.
Huh?
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- mailto:david.woyciesjes@yale.edu
--- (203) 432-0953
--- ICQ # - 905818
! Bryan Pope wrote:
! >
! > All,
! >
! > Does anyone have a VT100 compatible terminal they
! want to get rid of?
! >
! > Thanks,
! >
! > Bryan Pope
!
!
! There is ahamfest coming up here in St. Joseph, I'll keep my
! eyes open.
!
! Gary Hildebrand
St. Joseph, where?
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- mailto:david.woyciesjes@yale.edu
--- (203) 432-0953
--- ICQ # - 905818
> > Hmmm, your firstborn?
>
> Name the movie:
>
> "We'll kill every first-born son!"
> "No, too Jewish."
Life of Brian, or History of the World, Part I?
Still waiting for part II, "Jews in Space"...
-dq
In a message dated 12/18/01 10:38:08 PM Eastern Standard Time,
doc(a)mdrconsult.com writes:
<< I had sort of gotten the impression that PCs don't count on this list.
I have a 5870-121 that I snarked recently, with 4 megs of RAM and a
120M ESDI drive. I'm wondering what I want to put on it as OS. I have
plenty of Linux/NetBSD critters. I was thinking OS/2, but I threw v3.0
Warp on Saturday night, but it's slow as dirt with 4 megs. Oh, yeah. It
had the original reference disk in the floppy drive. I think that's
really why I bought it.
I also have a Model 25 386dx/16 which is one of my favorites. It had
a token-ring ISA adapter, as well as an 8-bit ethernet adapter I can't
ID, no hard-drive, and was set up to netboot. I finally found the J-leg
387 for it, stuck in a 500m drive with EZ-drive, and run PC-DOS &
Lemmings, mostly. >>
The 8570 you have is not bad, but way too small and not really easy as far as
drive expansion goes. put the max amount of 16meg memory in it and os2 will
thank you. mod80 is much better for expansion. that 386 8525 is neat, but not
really rare. I wouldnt consider any PS/2 rare except for maybe the PS/2 E
which I would just call uncommon.
Happy Festivus!
> -----Original Message-----
> From: Cameron Kaiser [mailto:spectre@stockholm.ptloma.edu]
> Sent: Wednesday, December 19, 2001 9:53 AM
> To: classiccmp(a)classiccmp.org
> Subject: Re: OS/2
>
>
> > > hi -- im new to this list but an old fan of os2 -- i
> would love the warp
> > > server if you could part with it or copy it -- what would
> you want in
> > > return ? ------- billp
>
> > Hmmm, your firstborn?
>
> Name the movie:
>
> "We'll kill every first-born son!"
> "No, too Jewish."
>
> --
> ----------------------------- personal page:
> http://www.armory.com/~spectre/ --
> Cameron Kaiser, Point Loma Nazarene University *
> ckaiser(a)stockholm.ptloma.edu
> -- Please dispose of this message in the usual manner. --
> Mission: Impossible -
>
Blazing Saddles of course!
************************************
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information. In such a case, you may not
copy or deliver this message to anyone. You should destroy this message and
kindly notify the sender by reply email. Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT.
************************************
> From: ajp166 <ajp166(a)bellatlantic.net>
> Women would work for lower wage than men doing a tedious
> task that was fairly skill intensive.
Story of my mom's life -- she was a master of the soldering iron, and
top-of-the-line at Convair (wiring electrical harnesses in aircraft) and
Swan (assembling transceivers). She had to work quickly, there was no
margin for error, and she never made diddly, money-wise.
I'm really grateful that she taught me how to solder at an early age,
though ;>)
Glen
0/0
From: Ben Franchuk <bfranchuk(a)jetnet.ab.ca>
>> Right on very few if any! Most went to byte wide or multiples of byte
>> wide... give a guess why?
>4 bit TTL? IBM-360's? ASCII ?
All of the above, though I believe the predominence of ASCII for IO
had a big impact and even IBM coding {EBDIC???} wanted around
8 bits.
>If you don't keep ISZ and I/O instructions the same speed that
>seems quite possible. The PDP-X runs at 8 MHZ and executes 1 memory
>cycle every 500 ns. http://surfin.spies.com/~dgc/pdp8x/ That is 3x
>faster than a PDP-8/I with PDP timing.
ISZ was expendable though very useful. The PDP-8 style of IO however
was where a lot of the power in that machine was hidden. You could
seriously extend the machine there.
>> is simpler in some respects but far less flexible when it comes to
>> fixing a bent opcode.
>
>Bent opcode ... that is where you use the BIG HAMMER!
>In the design I was prototyping I had a lot of short instructions thus
>a 512x32? rom was more than ample.
Bent in that you might want a load to always be some opcode and
a logic change down stream makes it something different do to gating.
A PLA or Prom to translate opcodes from a irregular pattern
of hardware convenience to something regular is handy.
Besides with 48 bits of ucode the address of the next instruction is
in the ucode and the logic is a really wide prom with a really wide
latch and a really simple next address select logic (some LS257s).
No counters or incrementors, The translated opcode from the prom
was the source of the high order ucode address after a "next
instuction fetch". Made the ucode very simple though not very
efficient in terms of bits. Eproms though slow made it cheap with
bipolar proms as follow up for speed.
Allison
From: Ben Franchuk <bfranchuk(a)jetnet.ab.ca>
>But then I find 6800/6809 code more readable than "You Know Who"
I kinda figured that. Just like I prefer Z80 opcodes to 8080 as they
are more regular in format.
>This will be simple polled loop with interrupts disabled regardless
>of what chip I use. I would love to have had DMA but I ran out resources
>for it. In fact DMA is rather messy as I don't tri-state the address bus
Polled loop has speed requirements and the problem of what to do
if the FDC never sees dat and has to error out.
>and would have to stop the CPU for a free memory cycle. If I was
>doing this on a I/O card I most likely would have a sector buffer
>their rather than dma.
The last design I did that way save for ram was cheap by then so
I did a full track buffer.
Allison
Linux MCA would ahve appeal but likely wont happen for a 286 boxen
Allison
-----Original Message-----
From: Boatman on the River of Suck <vance(a)ikickass.org>
To: Tothwolf <tothwolf(a)concentric.net>
Cc: Classic Computers <classiccmp(a)classiccmp.org>
Date: Wednesday, December 19, 2001 8:18 AM
Subject: Re: Speaking of PS/2s...
>On Tue, 18 Dec 2001, Tothwolf wrote:
>
>> On Tue, 18 Dec 2001, Doc wrote:
>> > On Tue, 18 Dec 2001 SUPRDAVE(a)aol.com wrote:
>> >
>> > > The 8570 you have is not bad, but way too small and not really easy
as far as
>> > > drive expansion goes. put the max amount of 16meg memory in it and
os2 will
>> > > thank you.
>> >
>> > That requires an expansion board, right? The little info I can find
>> > suggests that 3 2M SIMMs is max, onboard.
>>
>> I thought I was the only PS/2 fan here :P
>
>I was one of the developers who worked on Linux/MCA.
>
>> Depending on the model of your board, you could have a max of 6mb or 8mb.
>> To add more memory, you would need an expansion board. One of the better
>> boards I that I used to use in model 60 machines was made by Kingston and
>> took up to 4 72pin simms.
>
>I believe the BXX series could do 16 MB on the board. Plus the 72-pin
>SIMMs weren't your standard plain-vanilla ones. They had PS/2 Presence
>Detect (PPD) feature on them.
>
>> One of the best non IBM references I ever found for the PS/2 line is a
>> book called "Upgrading and Repairing PCs", written by Scott Mueller, and
>> published by QUE. The last edition that had the PS/2 info in it was the
>> 4th edition. I never owned a hardcopy of the 4th edition, but I have an
>> electronic version of it that came on cdrom with the 10th edition. I
>> completely wore out my 2nd and 3rd editions of the book. (If anyone has a
>> 4th edition in good shape that they don't want, I'd be more than willing
>> to pay shipping.)
>
>I have a better source. I have the internal IBM technical manuals and
>schematics for every PS/2 ever made, including rare ones like the N51SX,
>and the 43SL.
>
>Peace... Sridhar
>
>