Re: UNIBUS M9312 ROMS

2016-06-09 Thread Noel Chiappa
> From: Jay West

> some (me) are sticklers for original code.

Is there possibly a listing of the code in a fiche, somewhere?

Noel


Re: VAX-11/780 Board Set on eBait

2016-06-09 Thread Noel Chiappa
> From: Devin Davison

> well there goes my plan of trying to keep it under the radar.

Sorry, I didn't mean to upset your plan (and you); I just didn't know if
anyone was watching for VAX-11/780 parts, they come by so rarely.

We have discussed this topic before, but let me recapitulate one point about
pricing and valuations: if we want to stop this stuff being scrapped, we need
to make sure the prices realized are well above scrap. This will have several
consequences:

i) If people only get low (scrap-region) prices, why go to all the
bother/hassle of listing things on auction sites; just proceeed directly to
'Go'. ii) Hopefully, if values are non-trivial, the word will get around, and
people who have this stuff will go to the effort to list it, instead of
leaving it to moulder, etc.

Yes, I understand that will make this a more expensive hobby, but TANSTAAFL.
YMMV.

Noel


RE: IO Selectric

2016-06-09 Thread Dave Wade
Thanks Chuck,

 I should have got those before as I have been a member on there for ages,
just couldn't remember they were there. The stuff in mine looks very similar
to the Louis Sanders article I have, so I am sure its from the same article.

 I now need to read the theory and clean, adjust and lubricate.

Dave

> -Original Message-
> From: cctech [mailto:cctech-boun...@classiccmp.org] On Behalf Of Chuck
> Guzis
> Sent: 08 June 2016 22:51
> To: cct...@classiccmp.org
> Subject: Re: IO Selectric
> 
> I just did a quick check--the Yahoo golfballtypewritershop group does have
the
> Louis Sander 1983 article from Micro magazine about converting an I/O
> selectric for general computer use.
> 
> There's also a two parter on the I/O Selectric theory of operation.
> 
> You should have enough there to keep you busy.
> 
> --Chuck




Re: UNIBUS M9312 ROMS

2016-06-09 Thread Paul Koning

> On Jun 9, 2016, at 12:56 AM, Don North  wrote:
> 
> On 6/8/2016 5:56 PM, Paul Koning wrote:
>>> On Jun 8, 2016, at 6:46 PM, Jay West  wrote:
>>> 
>>> I wrote...
>>> On Thu, Jun 9, 2016 at 6:34 AM, Jay West  wrote:
 23-E39A9 is still lost to time, afaik. TMSCP - TU81
>>> To which mike replied...
>>> 
>>> Could that not be reverse-engineered from the boot code in e.g. Emulex
>>> UC17 ROMs? They could do TMSCP...
>>> 
>>> BTW what PROM blower would folks recommend for creating/imaging M9312 ROMs?
>>> 
>>> Possibly, but some (me) are sticklers for original code. Plus, I am not 
>>> sure, but I think someone said this rom did something really bizarre to fit 
>>> in the available rom space - self modifying code or something...
>> MSCP isn't all that hard.  The RSTS secondary loader fits in one block, and 
>> it contains not just code to speak MSCP but also enough room for a map of 
>> pointers to where the code to load lives (as opposed to the primary boot 
>> which just has to load one block from address zero).
>> 
>>  paul
> 
> In an M9312 boot PROM there are 49. words of bootstrap space that are 
> available for code and data. Getting an MSCP boot to fit in that space 
> required playing some tricks like treating some specially crafted 
> instructions as data values (and vice versa).

Oh... I didn't realize it was that small.  Yes, that does make it harder.

paul




LASM compatible cross assembler?

2016-06-09 Thread Chris Osborn
After getting my TRS-80 Model II keyboard repaired and up & running last week 
(http://www.insentricity.com/a.cl/257), I've been messing around with the 
Kermit source code to see if I can add hardware flow control support. I'm able 
to build Kermit using LASM on CP/M or on an emulator, but it would be nice to 
be able to setup a Makefile so I can do the build directly on Linux.

Is there a LASM compatible assembler out there with source available that I can 
run on Linux? I've tried a whole lot of different ones that are capable of 
doing 8080 & Z80 assembly, but not one understands the syntax of LASM (or I'm 
just not running them with the right flags).

I've tried so far:

  z80asm - http://savannah.nongnu.org/projects/z80asm
  as - http://john.ccac.rwth-aachen.de:8000/as/index.html
  kio's zasm - http://k1.spdns.de/Develop/Projects/zasm/Distributions/
  zasm - http://lpg.ticalc.org/prj_zasm/
  z80-asm - http://wwwhomes.uni-bielefeld.de/achim/z80-asm.html
  z80pack - http://www.autometer.de/unix4fun/z80pack/

Alternately, is the source code for Ward Christensen's LASM available anywhere? 
The best I could find was a note from a Kermit developer from 27 years ago 
asking for the source. I suppose I could use a disassembler, but then I don't 
have proper labels or comments.

--
Follow me on twitter: @FozzTexx
Check out my blog: http://insentricity.com



Re: Trying to repair a Smith-Corona letter quality "printer"

2016-06-09 Thread Chris Osborn
On May 3, 2016, at 8:42 AM, Chris Osborn  wrote:

> Does anyone have any idea of how to get this thing open (without breaking the 
> plastic)? I’ve searched all over the internet but I can’t find any scanned 
> service manuals. The typewriter is from 1984 and was sold for $600 new so it 
> doesn't seem to me like it would be a "disposable" item so there has to be a 
> way to open it and service it. From what I can tell the 200/300/400 all use 
> the same case, and the Memory Correct II/III use a very similar case, so info 
> for any of those may help.

Just for completeness and for future searchers who may run across my original 
message, I *was* able to get the typewriter open and get it fixed. After 
removing the two screws near the platen that hold the top on, you just have to 
pry the top up really hard. It's held in by two large metal posts in very 
strong clips.

The fix for the typewriter was actually very easy, it was just a blown fuse. 
I've now got it working with the Messenger Module and I'm able to print to it 
with both RS232 and parallel connections. I've also documented what I've been 
able to find about the escape codes for formatting and the dip switch settings 
on my blog:

  http://www.insentricity.com/a.cl/258

I'm disappointed that typing on the keyboard doesn't send anything out the 
RS232 port, but that was expected. But the typewriter works now and it's pretty 
cool watching it automatically type under computer control!

--
Follow me on twitter: @FozzTexx
Check out my blog: http://insentricity.com



Re: SunOS 4

2016-06-09 Thread Eric Christopherson
On Thu, Jun 9, 2016 at 12:50 AM, Pete Plank  wrote:

>
> > On Jun 8, 2016, at 7:51 PM, Seth Morabito  wrote:
> > If you have a Sun3, you can grab SunOS-4.1.3_U1B.iso.gz.
> >
> > -Seth
> > --
> > Seth Morabito
> > s...@loomcom.com 
>
> There’s also a decent SunOS collection for Sun3/3x available on the
> Sun3/3x archive at: https://www.sun3arc.org/BootTapes/index.phtml <
> https://www.sun3arc.org/BootTapes/index.phtml>
>

Thanks to both of you!

-- 
Eric Christopherson


TK50 and xxdp+

2016-06-09 Thread Rod Smallwood

Hi

 I'm renovating  a TK50 . Its on my 11/83 and if use the PDP-11 
format disk the Identify function finds and lists it.


There should be a TK50 exerciser among the  xxdp functions somewhere 
anybody know which one?


Rod




Re: VAX-11/780 Board Set on eBait

2016-06-09 Thread Josh Dersch
On Thu, Jun 9, 2016 at 3:48 AM, Noel Chiappa 
wrote:

> > From: Devin Davison
>
> > well there goes my plan of trying to keep it under the radar.
>
> Sorry, I didn't mean to upset your plan (and you); I just didn't know if
> anyone was watching for VAX-11/780 parts, they come by so rarely.
>

If anyone is desperate for VAX-11/780 parts, let me know -- a friend of
mine recently came into a load of them.  If it can help someone bring a
/780 back to life, he'd be up for working something out...

- Josh



>
> We have discussed this topic before, but let me recapitulate one point
> about
> pricing and valuations: if we want to stop this stuff being scrapped, we
> need
> to make sure the prices realized are well above scrap. This will have
> several
> consequences:
>
> i) If people only get low (scrap-region) prices, why go to all the
> bother/hassle of listing things on auction sites; just proceeed directly to
> 'Go'. ii) Hopefully, if values are non-trivial, the word will get around,
> and
> people who have this stuff will go to the effort to list it, instead of
> leaving it to moulder, etc.
>
> Yes, I understand that will make this a more expensive hobby, but
> TANSTAAFL.
> YMMV.
>
> Noel
>


Re: SunOS 4

2016-06-09 Thread Pete Lancashire
I guess now I'm going to have to add my prototype Sparc (no model number,
but looks like a 1) pizza box to the stack of machines to run again.

Thanks

-pete

On Thu, Jun 9, 2016 at 9:43 AM, Eric Christopherson <
echristopher...@gmail.com> wrote:

> On Thu, Jun 9, 2016 at 12:50 AM, Pete Plank  wrote:
>
> >
> > > On Jun 8, 2016, at 7:51 PM, Seth Morabito  wrote:
> > > If you have a Sun3, you can grab SunOS-4.1.3_U1B.iso.gz.
> > >
> > > -Seth
> > > --
> > > Seth Morabito
> > > s...@loomcom.com 
> >
> > There’s also a decent SunOS collection for Sun3/3x available on the
> > Sun3/3x archive at: https://www.sun3arc.org/BootTapes/index.phtml <
> > https://www.sun3arc.org/BootTapes/index.phtml>
> >
>
> Thanks to both of you!
>
> --
> Eric Christopherson
>
>


Re: SunOS 4

2016-06-09 Thread Cameron Kaiser
> I don't suppose anyone will be too upset if I share my SunOS stuff
> on the web.
> 
> For now I've put it at:
> 
> http://www.loomcom.com/SunOS
> 
> You'll probably want SunOS-4.1.4.iso.gz, which should expand to
> about 380MB or so. Patches are under sunos_414_patches

Many thanks for putting the patches up, Seth. My OS/MP Solbourne thanks you.
I'm going to go through these and see what can cleanly apply to OS/MP, but
my thinking is that most of them should work.

-- 
 personal: http://www.cameronkaiser.com/ --
  Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com
-- Think! It ain't illegal yet! -- Funkadelic -


Re: SunOS 4

2016-06-09 Thread Bryan Everly
Thanks all!

Thanks,
Bryan

> On Jun 9, 2016, at 12:43 PM, Eric Christopherson  
> wrote:
>
>> On Thu, Jun 9, 2016 at 12:50 AM, Pete Plank  wrote:
>>
>>
>>> On Jun 8, 2016, at 7:51 PM, Seth Morabito  wrote:
>>> If you have a Sun3, you can grab SunOS-4.1.3_U1B.iso.gz.
>>>
>>> -Seth
>>> --
>>> Seth Morabito
>>> s...@loomcom.com 
>>
>> There’s also a decent SunOS collection for Sun3/3x available on the
>> Sun3/3x archive at: https://www.sun3arc.org/BootTapes/index.phtml <
>> https://www.sun3arc.org/BootTapes/index.phtml>
>
> Thanks to both of you!
>
> --
>Eric Christopherson


Re: Big announcement tomorrow night

2016-06-09 Thread Chris Hanson
On Jun 8, 2016, at 9:08 PM, Mark J. Blair  wrote:
> 
> 
>> On Jun 8, 2016, at 09:34, Evan Koblentz  wrote:
>> Give us a break, this is fundraising for a non-profit.
> 
> I wasn't trying to be critical at all. I just didn't make the connection that 
> the auction was the specific announcement that you were referring to.

Neither did I, I was expecting a followup to the original email to explain what 
the announcement was. Or at least a message with “Announcement” in the subject.

  -- Chris



Re: SunOS 4

2016-06-09 Thread Chris Hanson
This all makes me want to try bringing up a modern compiler on SunOS 4.1.4 on 
my SPARCstation 20 again.

The closest I got was bringing up GCC 2.95.3 using the system compiler, I 
couldn’t manage to build GCC 3.3 or 4.2.1 for SunOS. (For legal reasons I can’t 
really go near GPLv3 developer tools.)

Maybe it’s a bit too much of a lost cause, and I should stick to Solaris 8. 
That’d let me install the upgraded CPUs too. And I could probably build 
LLVM/clang on Linux as sparcv8/sun4m cross-compiler much more easily too...

  -- Chris



Re: SunOS 4

2016-06-09 Thread Swift Griggs
On Thu, 9 Jun 2016, Chris Hanson wrote:
> The closest I got was bringing up GCC 2.95.3 using the system compiler, 
> I couldn?t manage to build GCC 3.3 or 4.2.1 for SunOS. (For legal 
> reasons I can?t really go near GPLv3 developer tools.)

Last time I tried was around gcc v4.7 and it failed miserably with a bunch 
of linker errors. I have Sun's compiler on there, but it's not even C99 
compliant and that pisses off gcc something fierce these days. So, one 
would probably have to built it up stepwise, and maybe grab GNU binutils 
and see if their linker has any better luck. I ran out of steam and didn't 
try to go that far.  

-Swift


Re: VAX-11/780 Board Set on eBait

2016-06-09 Thread Mike Ross
On Fri, Jun 10, 2016 at 6:01 AM, Josh Dersch  wrote:
> On Thu, Jun 9, 2016 at 3:48 AM, Noel Chiappa 
> wrote:
>
>> > From: Devin Davison
>>
>> > well there goes my plan of trying to keep it under the radar.
>>
>> Sorry, I didn't mean to upset your plan (and you); I just didn't know if
>> anyone was watching for VAX-11/780 parts, they come by so rarely.
>>
>
> If anyone is desperate for VAX-11/780 parts, let me know -- a friend of
> mine recently came into a load of them.  If it can help someone bring a
> /780 back to life, he'd be up for working something out...

I'm going to start that with my 780 soon. I'll probably snag the eBay
parts if the price stays reasonable and I'll let you know how things
go.

BTW you mentioned you had had problems with your 730 main breaker too?
How exactly was it misbehaving? Did it sometimes refuse to power
machine even when it was in the ON position?

Mike

http://www.corestore.org
'No greater love hath a man than he lay down his life for his brother.
Not for millions, not for glory, not for fame.
For one person, in the dark, where no one will ever know or see.'


Re: TK50 and xxdp+

2016-06-09 Thread Glen Slick
On Thu, Jun 9, 2016 at 10:49 AM, Rod Smallwood
 wrote:
> Hi
>
>  I'm renovating  a TK50 . Its on my 11/83 and if use the PDP-11 format
> disk the Identify function finds and lists it.
>
> There should be a TK50 exerciser among the  xxdp functions somewhere anybody
> know which one?

BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKA??
ZTKAE0.BIN

DRSXM-C0
CZTKA-E-0
CZTKAE0 TKxx FUNCTIONAL
UNIT IS TK70/TK50
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TK VECTOR (O)  260 ?
T/MSCP UNIT NUMBER (O)  0 ?

TESTING UNIT 0


--


BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKB??
ZTKBD0.BIC

DRSXM-C0
CZTKB-D-0
CZTKBD0 TKxx DATA RELIABILITY
UNIT IS TK50,TK70
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TMSCP UNIT NUMBER (O)  0 ?

Change SW (L)  ? N

*** A MINIMUM OF TWO PASSES ARE  REQUIRED TO VERIFY ERROR RATES ***

 ARE THE DRIVES LOADED WITH CARTRIDGES  (L) Y ?


Re: VAX-11/780 Board Set on eBait

2016-06-09 Thread devin davison
It looked like a good batch of boards and i was holding out on finding a
machine. Any good place to get a 11/780 aside from watching the local scrap
centers with my fingers crossed one will be there?

On Thu, Jun 9, 2016 at 4:24 PM, Mike Ross  wrote:

> On Fri, Jun 10, 2016 at 6:01 AM, Josh Dersch  wrote:
> > On Thu, Jun 9, 2016 at 3:48 AM, Noel Chiappa 
> > wrote:
> >
> >> > From: Devin Davison
> >>
> >> > well there goes my plan of trying to keep it under the radar.
> >>
> >> Sorry, I didn't mean to upset your plan (and you); I just didn't know if
> >> anyone was watching for VAX-11/780 parts, they come by so rarely.
> >>
> >
> > If anyone is desperate for VAX-11/780 parts, let me know -- a friend of
> > mine recently came into a load of them.  If it can help someone bring a
> > /780 back to life, he'd be up for working something out...
>
> I'm going to start that with my 780 soon. I'll probably snag the eBay
> parts if the price stays reasonable and I'll let you know how things
> go.
>
> BTW you mentioned you had had problems with your 730 main breaker too?
> How exactly was it misbehaving? Did it sometimes refuse to power
> machine even when it was in the ON position?
>
> Mike
>
> http://www.corestore.org
> 'No greater love hath a man than he lay down his life for his brother.
> Not for millions, not for glory, not for fame.
> For one person, in the dark, where no one will ever know or see.'
>


Re: TK50 and xxdp+

2016-06-09 Thread Rod Smallwood



On 09/06/2016 22:13, Glen Slick wrote:

On Thu, Jun 9, 2016 at 10:49 AM, Rod Smallwood
  wrote:

Hi

  I'm renovating  a TK50 . Its on my 11/83 and if use the PDP-11 format
disk the Identify function finds and lists it.

There should be a TK50 exerciser among the  xxdp functions somewhere anybody
know which one?

BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKA??
ZTKAE0.BIN

DRSXM-C0
CZTKA-E-0
CZTKAE0 TKxx FUNCTIONAL
UNIT IS TK70/TK50
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TK VECTOR (O)  260 ?
T/MSCP UNIT NUMBER (O)  0 ?

TESTING UNIT 0


--


BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKB??
ZTKBD0.BIC

DRSXM-C0
CZTKB-D-0
CZTKBD0 TKxx DATA RELIABILITY
UNIT IS TK50,TK70
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TMSCP UNIT NUMBER (O)  0 ?

Change SW (L)  ? N

*** A MINIMUM OF TWO PASSES ARE  REQUIRED TO VERIFY ERROR RATES ***

  ARE THE DRIVES LOADED WITH CARTRIDGES  (L) Y ?

Thanks Glen
  Now all I have to do is locate it in my pile of 5.25 RT11 
MAINT disks

Regards
Rod



Re: Big announcement tomorrow night

2016-06-09 Thread Mark J. Blair

> On Jun 9, 2016, at 11:05 , Chris Hanson  wrote:
> 
> On Jun 8, 2016, at 9:08 PM, Mark J. Blair  wrote:
>> 
>> 
>>> On Jun 8, 2016, at 09:34, Evan Koblentz  wrote:
>>> Give us a break, this is fundraising for a non-profit.
>> 
>> I wasn't trying to be critical at all. I just didn't make the connection 
>> that the auction was the specific announcement that you were referring to.
> 
> Neither did I, I was expecting a followup to the original email to explain 
> what the announcement was. Or at least a message with “Announcement” in the 
> subject.

Also, given my expectation of what those two machines would sell for and me not 
being in heavy acquisition mode at the moment, my brain subconsciously dumped 
that email into the "somebody else's news" category as a self-defense 
mechanism! :)

-- 
Mark J. Blair, NF6X 
http://www.nf6x.net/



Using the simh LGP-30 emulator

2016-06-09 Thread Oscar Vermeulen
Some time ago, there were two posts asking how to operate the simh LGP-30 
emulator. It is not exactly obvious from the rudimentary manual, and it seems 
nobody had figured it out completely. I am slightly obsessed with this machine 
at the moment (it happens), so here is a how-to on operating the emulator and 
running the tape library of Christian Corti on it - in the hope it's of use to 
others looking for clues:


http://obsolescenceguaranteed.blogspot.ch/2016/06/using-simh-lgp-30-emulator.html


Corti's LGP-30 emulator, by the way, gives a much better feel for the machine. 
But simh source is available, which I needed because I'm making a replica 
hardware front panel for the machine.


Regards,

Oscar.

  

RE: Windows use in medical spaces (Re: vintage computers in active use)

2016-06-09 Thread Maciej W. Rozycki
On Fri, 27 May 2016, Dave Wade wrote:

> > It makes me wonder how many patients have had to wait on care or didn't
> get
> > proper care because of an IT screwup related to Windows. I have to say
> just
> > _seeing_ Windows on machines in the ER made me livid. I found it
> breathtaking
> > they were that caviler about getting people checked in, keeping records
> > straight, etc... I guess I shouldn't have visited the sausage factory, so
> to speak...
> > 
> 
> What would you expect. Properly maintained, managed enterprise and locked
> down Windows/7 is solid and reliable. 
> In the UK it is hard to use Linux in the "Public Sector" and in the UK most
> Hospitals are Public Sector.
> You can use Linux BUT you must have a support contract in place and run a
> supported distro.
> Having costed this it brings the price up way beyond that of a Windows
> desktop.

 You can surely get a proper Linux support contract -- proper as in: if 
you trigger a bug (which may be anything from a protocol violation, 
through a security hole, to a crash) in the kernel or other core 
component, then you can log it with your support provider's bug tracking 
system and get it fixed with an update release of the offending component 
provided within an agreed reasonable time frame, having live access to the 
bug status throughout the cycle.

 Now can you get it with Windows?  This is a serious question -- I've been 
asking various IT people about it many times over the years, and only got 
evasive answers (if any), but perhaps I asked the wrong people.

  Maciej


Attend and Participate Information Security and Cyber Forensics (INFOSEC2017)

2016-06-09 Thread Joan Sali
In cooperation with Faculty of Management, Comenius University in
Bratislava, Slovakia, SDIWC is inviting everyone to attend and participate
in The Third International Conference on Information Security and Cyber
Forensics (INFOSEC2017)

that
will be held on June 29-July 1, 2017. The event will be held over three
days, with presentations delivered by researchers from the international
community, including presentations from keynote speakers and
state-of-the-art lectures.

All registered papers will be published in SDIWC Digital Library, and in
the proceedings of the conference.

The conference welcomes papers on (but not limited to) the research topics
posted below.

Thank you so much and See you in the conference.

Best regards,

Joan Sali
Conference Manager
INFOSEC2017


-IMPORTANT INFORMATION-

http://sdiwc.net/conferences/3rd-international-conference-information-security-cyber-forensics/
Venue:  Faculty of Management, Comenius University in Bratislava, Slovakia
Date:  June 29-July 1, 2017
Contact email:  infose...@sdiwc.net

Submission Deadline Open from now until May 01, 2017
Notification of Acceptance May 20, 2017 or 4-7 weeks from the submission
date
Camera Ready Submission Open from now until May 28, 2017
Registration Deadline Open from now until May 28, 2017
Conference Dates June 29-July 1, 2017


IBM 3511

2016-06-09 Thread William Donzelli
So today I picked up something I had never seen before - an IBM 3511.
This is a large tower expansion chassis for the PS/2 line. It looks
very straightforward - but can any of you PS/2 fans comment on this?
Was it an unsuccessful product? Low demand item?

--
Will


Re: IBM 3511

2016-06-09 Thread william degnan
Did not exist during my time at IBM.  Must be a later ps/2 thing.  I may
have some parts related to it though.

Bill

Bill Degnan
twitter: billdeg
vintagecomputer.net
On Jun 9, 2016 10:39 PM, "William Donzelli"  wrote:

> So today I picked up something I had never seen before - an IBM 3511.
> This is a large tower expansion chassis for the PS/2 line. It looks
> very straightforward - but can any of you PS/2 fans comment on this?
> Was it an unsuccessful product? Low demand item?
>
> --
> Will
>


Re: IBM 3511

2016-06-09 Thread William Donzelli
3511 seems to have been a thing from 1990 through 1993, according to IBM.

--
Will

On Thu, Jun 9, 2016 at 10:51 PM, william degnan  wrote:
> Did not exist during my time at IBM.  Must be a later ps/2 thing.  I may
> have some parts related to it though.
>
> Bill
>
> Bill Degnan
> twitter: billdeg
> vintagecomputer.net
> On Jun 9, 2016 10:39 PM, "William Donzelli"  wrote:
>
>> So today I picked up something I had never seen before - an IBM 3511.
>> This is a large tower expansion chassis for the PS/2 line. It looks
>> very straightforward - but can any of you PS/2 fans comment on this?
>> Was it an unsuccessful product? Low demand item?
>>
>> --
>> Will
>>


Re: IBM 3511

2016-06-09 Thread Mark J. Blair

> On Jun 9, 2016, at 19:39, William Donzelli  wrote:
> 
> So today I picked up something I had never seen before - an IBM 3511.
> This is a large tower expansion chassis for the PS/2 line. It looks
> very straightforward - but can any of you PS/2 fans comment on this?
> Was it an unsuccessful product? Low demand item?
> 

I googled up a brochure, and from the front it appears to be based on the same 
chassis as my PS/2 85. I guess it was meant to be an external SCSI enclosure 
for machines of that era? I believe that the 85 was intended for server duty, 
so a matching external drive enclosure makes sense to me.

My machine came without its original hard drive, so I substituted a SCSI2SD. I 
also added a SCSI CD-ROM drive that I harvested from one of my Sun Ultra 60 
stripped chassis, then used that to install OS/2 on it.

-- 
Mark J. Blair, NF6X 
http://www.nf6x.net/



Re: IBM 3511

2016-06-09 Thread Guy Sotomayor Jr

> On Jun 9, 2016, at 8:21 PM, Mark J. Blair  wrote:
> 
> 
>> On Jun 9, 2016, at 19:39, William Donzelli  wrote:
>> 
>> So today I picked up something I had never seen before - an IBM 3511.
>> This is a large tower expansion chassis for the PS/2 line. It looks
>> very straightforward - but can any of you PS/2 fans comment on this?
>> Was it an unsuccessful product? Low demand item?
>> 
> 
> I googled up a brochure, and from the front it appears to be based on the 
> same chassis as my PS/2 85. I guess it was meant to be an external SCSI 
> enclosure for machines of that era? I believe that the 85 was intended for 
> server duty, so a matching external drive enclosure makes sense to me.
> 

Yes, it was an external SCSI enclosure.  If I call correctly (my PS/2 memory is 
a bit foggy at the moment) it was roughly the same form factor has the PS/2 95 
(wider than the PS/2 60 & PS/80).  The 95 also had a pluggable processor card 
(with all of the memory on it) so it would be easier to upgrade CPUs/memory 
technologies.  The 95 also has a green LED character array (8 characters?) that 
information could be written to.  Had fun writing code to write stuff to it.  
;-)

TTFN - Guy



Re: Big announcement tomorrow night

2016-06-09 Thread Rod Smallwood



On 09/06/2016 23:15, Mark J. Blair wrote:

On Jun 9, 2016, at 11:05 , Chris Hanson  wrote:

On Jun 8, 2016, at 9:08 PM, Mark J. Blair  wrote:



On Jun 8, 2016, at 09:34, Evan Koblentz  wrote:
Give us a break, this is fundraising for a non-profit.

I wasn't trying to be critical at all. I just didn't make the connection that 
the auction was the specific announcement that you were referring to.

Neither did I, I was expecting a followup to the original email to explain what 
the announcement was. Or at least a message with “Announcement” in the subject.

Also, given my expectation of what those two machines would sell for and me not being in 
heavy acquisition mode at the moment, my brain subconsciously dumped that email into the 
"somebody else's news" category as a self-defense mechanism! :)

The road to hell is paved with good intentions.

Rod



Re: Attend and Participate Information Security and Cyber Forensics (INFOSEC2017)

2016-06-09 Thread Curious Marc
It's interesting. It's the new thing. I get spammed by these at work, maybe 
several a month now. It's more sophisticated than usual: they take the same 
name as legit conferences but with a very slight variation, copy or invent 
badges and affiliations, and are (supposedly) in unusual, remote, but 
attractive places. Web sites are well done at first glance, although it doesn't 
take long to figure they are slightly off in every respect, and always in the 
same format. Of course you need to pay to register, which will go straight to 
Joan who works for the famous organization @gmail.com. Jay can you take down 
the impostor please. 

And by the way, don't forget, I am organizing an IEEE Conference on Upside Down 
Pancakes in Peru in 2018. I haven't had the time to make the website yet but 
you can already send your money to me. I am not affiliated with Joan but my 
email ends with @gmail.com just the same, so you are in good hands.

Marc

> On Jun 9, 2016, at 6:38 PM, Joan Sali  wrote:
> 
> In cooperation with Faculty of Management, Comenius University in
> Bratislava, Slovakia, SDIWC is inviting everyone to attend and participate
> in The Third International Conference on Information Security and Cyber
> Forensics (INFOSEC2017)
> 
> that
> will be held on June 29-July 1, 2017. The event will be held over three
> days, with presentations delivered by researchers from the international
> community, including presentations from keynote speakers and
> state-of-the-art lectures.
> 
> All registered papers will be published in SDIWC Digital Library, and in
> the proceedings of the conference.
> 
> The conference welcomes papers on (but not limited to) the research topics
> posted below.
> 
> Thank you so much and See you in the conference.
> 
> Best regards,
> 
> Joan Sali
> Conference Manager
> INFOSEC2017
> 
> 
> -IMPORTANT INFORMATION-
> 
> http://sdiwc.net/conferences/3rd-international-conference-information-security-cyber-forensics/
> Venue:  Faculty of Management, Comenius University in Bratislava, Slovakia
> Date:  June 29-July 1, 2017
> Contact email:  infose...@sdiwc.net
> 
> Submission Deadline Open from now until May 01, 2017
> Notification of Acceptance May 20, 2017 or 4-7 weeks from the submission
> date
> Camera Ready Submission Open from now until May 28, 2017
> Registration Deadline Open from now until May 28, 2017
> Conference Dates June 29-July 1, 2017


Re: TK50 and xxdp+

2016-06-09 Thread Rod Smallwood



On 09/06/2016 22:13, Glen Slick wrote:

On Thu, Jun 9, 2016 at 10:49 AM, Rod Smallwood
  wrote:

Hi

  I'm renovating  a TK50 . Its on my 11/83 and if use the PDP-11 format
disk the Identify function finds and lists it.

There should be a TK50 exerciser among the  xxdp functions somewhere anybody
know which one?

BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKA??
ZTKAE0.BIN

DRSXM-C0
CZTKA-E-0
CZTKAE0 TKxx FUNCTIONAL
UNIT IS TK70/TK50
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TK VECTOR (O)  260 ?
T/MSCP UNIT NUMBER (O)  0 ?

TESTING UNIT 0


--


BOOTING UP XXDP-XM EXTENDED MONITOR


XXDP-XM EXTENDED MONITOR - XXDP V2.5
REVISION: F0
BOOTED FROM DL0
124KW OF MEMORY
NON-UNIBUS SYSTEM

RESTART ADDRESS: 152000
TYPE "H" FOR HELP !

.R ZTKB??
ZTKBD0.BIC

DRSXM-C0
CZTKB-D-0
CZTKBD0 TKxx DATA RELIABILITY
UNIT IS TK50,TK70
RESTART ADDRESS 142060
DR>STA

Change HW (L)  ? Y

# UNITS (D)  ? 1

unit 0
TKIP ADDRESS (O)  174500 ?
TMSCP UNIT NUMBER (O)  0 ?

Change SW (L)  ? N

*** A MINIMUM OF TWO PASSES ARE  REQUIRED TO VERIFY ERROR RATES ***

  ARE THE DRIVES LOADED WITH CARTRIDGES  (L) Y ?

Thanks Glen
  Now all I have to do is locate it in my pile of 5.25 RT11 
MAINT disks

Regards
Rod
`