Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Nothing happens.


computers / comp.sys.unisys / Re: B80/800/1800 CMS

SubjectAuthor
* B80/800/1800 CMSDuncan Fenton
+- Re: B80/800/1800 CMSScott Lurndal
`* Re: B80/800/1800 CMSAl Kossow
 `* Re: B80/800/1800 CMSAl Kossow
  `* Re: B80/800/1800 CMSScott Lurndal
   `- Re: B80/800/1800 CMSScott Lurndal

1
B80/800/1800 CMS

<50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=142&group=comp.sys.unisys#142

  copy link   Newsgroups: comp.sys.unisys
X-Received: by 2002:a05:620a:28c9:b0:6b9:592c:dc04 with SMTP id l9-20020a05620a28c900b006b9592cdc04mr16665357qkp.674.1660690098293;
Tue, 16 Aug 2022 15:48:18 -0700 (PDT)
X-Received: by 2002:a05:622a:104c:b0:343:587c:1bc8 with SMTP id
f12-20020a05622a104c00b00343587c1bc8mr20147838qte.484.1660690098106; Tue, 16
Aug 2022 15:48:18 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.unisys
Date: Tue, 16 Aug 2022 15:48:17 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=90.192.9.70; posting-account=85WbNQoAAAAskzp0jKhPutgYOK-t2pFb
NNTP-Posting-Host: 90.192.9.70
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com>
Subject: B80/800/1800 CMS
From: shanno...@gmail.com (Duncan Fenton)
Injection-Date: Tue, 16 Aug 2022 22:48:18 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Duncan Fenton - Tue, 16 Aug 2022 22:48 UTC

Hi,
I was the lead developer of the CMS (internally SL9) MCP working in Cumbernauld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) was planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) and B1800 (Liege) series. That was achieved by each plant writing a suite of microcoded interpreters to emulate the same virtual machine for compiled COBOL and MPL bytecodes. [This concept is now used for the Java Virtual Machine and others.] The MCP kernel was hand coded (in microcode) at each participating plant to a common spec - the "SL9 virtual machine".

It was important to build a "real" MCP lookalike with commands like MX, AX, OK, DS etc. so that the field would not need a lot of training. We diverged from Burroughs MCP practice in one small way: the leading EX on the execute command was optional, so anything the MCP "didn't understand" was considered to be a program name to be executed [as nowadays in *nix]. This allowed the "outer parts" of the MCP actually to be utilities written in MPL and thus interpreted.

Getting authority to create an MCP (multiprocessing OS) for a 64k byte accounting machine was a hard (internal) sell. The thesis was that these machines would have a single owner so did not need much (actually any) logging/accounting, and would run a max (on the B80) of 16 concurrent tasks. Thus we could get by with one byte instead on one 48 bit word for most OS data items. The CMS versions of the B80 (it also ran SL5 which was an L machine emulator) had a hard disk which was used for a virtual memory system as well as an MCP filing system. Designing from the ground up for multitasking and virtual memory probably saved this project multiple times both pragmatically and politically.

To me the most satisfying moment was when I led a mission to Downingtown to negotiate some fine points of the SL9 VM spec. While I was being met and greeted, two software engineers I'd brought along walked over to the B800s which they had never seen, and started operating them fluently. Now /that's/ compatibility.

Aside from some very talented colleagues, I would not have been able to pull this project off without a solid previous background in medium and large systems MCP support, having installed and tended both the first B3500 and first B6500/B6700 in Europe.

Hope this has some interest. I note that Wikipedia has no mention of this commercially successful Burroughs product family.

P.S. SL7 was the predecessor software written at Downingtown for the B800 series,

Re: B80/800/1800 CMS

<2qtLK.88216$Sf2.45778@fx34.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=143&group=comp.sys.unisys#143

  copy link   Newsgroups: comp.sys.unisys
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx34.iad.POSTED!not-for-mail
X-newsreader: xrn 9.03-beta-14-64bit
Sender: scott@dragon.sl.home (Scott Lurndal)
From: sco...@slp53.sl.home (Scott Lurndal)
Reply-To: slp53@pacbell.net
Subject: Re: B80/800/1800 CMS
Newsgroups: comp.sys.unisys
References: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com>
Lines: 12
Message-ID: <2qtLK.88216$Sf2.45778@fx34.iad>
X-Complaints-To: abuse@usenetserver.com
NNTP-Posting-Date: Thu, 18 Aug 2022 16:04:14 UTC
Organization: UsenetServer - www.usenetserver.com
Date: Thu, 18 Aug 2022 16:04:14 GMT
X-Received-Bytes: 1319
 by: Scott Lurndal - Thu, 18 Aug 2022 16:04 UTC

Duncan Fenton <shannock9@gmail.com> writes:
>Hi,
>I was the lead developer of the CMS (internally SL9) MCP working in Cumbern=
>auld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) wa=
>s planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) an=
>d B1800 (Liege) series. That was achieved by each plant writing a suite of=
> microcoded interpreters to emulate the same virtual machine for compiled C=
>OBOL and MPL bytecodes. [This concept is now used for the Java Virtual Mac=
>hine and others.] The MCP kernel was hand coded (in microcode) at each par=
>ticipating plant to a common spec - the "SL9 virtual machine". =20

Was the B874 DCP that we used on Medium systems based on the B800?

Re: B80/800/1800 CMS

<9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=288&group=comp.sys.unisys#288

  copy link   Newsgroups: comp.sys.unisys
X-Received: by 2002:a05:6214:186b:b0:5e7:b6ad:3ddf with SMTP id eh11-20020a056214186b00b005e7b6ad3ddfmr1506563qvb.8.1683473277396;
Sun, 07 May 2023 08:27:57 -0700 (PDT)
X-Received: by 2002:a25:5e82:0:b0:b9e:6ee8:f7b8 with SMTP id
s124-20020a255e82000000b00b9e6ee8f7b8mr3307790ybb.3.1683473277227; Sun, 07
May 2023 08:27:57 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!tncsrv06.tnetconsulting.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.unisys
Date: Sun, 7 May 2023 08:27:56 -0700 (PDT)
In-Reply-To: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=102.129.145.158; posting-account=DSKGPgoAAABUbUb7OUIVzFeg3aOI80bl
NNTP-Posting-Host: 102.129.145.158
References: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com>
Subject: Re: B80/800/1800 CMS
From: aek...@bitsavers.org (Al Kossow)
Injection-Date: Sun, 07 May 2023 15:27:57 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2080
 by: Al Kossow - Sun, 7 May 2023 15:27 UTC

On Tuesday, August 16, 2022 at 3:48:18 PM UTC-7, Duncan Fenton wrote:
> Hi,
> I was the lead developer of the CMS (internally SL9) MCP working in Cumbernauld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) was planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) and B1800 (Liege) series. That was achieved by each plant writing a suite of microcoded interpreters to emulate the same virtual machine for compiled COBOL and MPL bytecodes. [This concept is now used for the Java Virtual Machine and others.] The MCP kernel was hand coded (in microcode) at each participating plant to a common spec - the "SL9 virtual machine".
>
Have you kept any documentation, or software?

I'm trying to fill in my documentation collection from the product series and I have almost nothing on the later machines.
Oddly, I did come across schematic sets.

Re: B80/800/1800 CMS

<37fb81ff-58aa-4c57-ad74-af6a4153af05n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=412&group=comp.sys.unisys#412

  copy link   Newsgroups: comp.sys.unisys
X-Received: by 2002:a05:6214:9b3:b0:649:9ae9:290a with SMTP id du19-20020a05621409b300b006499ae9290amr130824qvb.4.1694711258487;
Thu, 14 Sep 2023 10:07:38 -0700 (PDT)
X-Received: by 2002:a25:5044:0:b0:d81:7d48:a459 with SMTP id
e65-20020a255044000000b00d817d48a459mr93899ybb.8.1694711258116; Thu, 14 Sep
2023 10:07:38 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.unisys
Date: Thu, 14 Sep 2023 10:07:37 -0700 (PDT)
In-Reply-To: <9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=102.129.145.121; posting-account=DSKGPgoAAABUbUb7OUIVzFeg3aOI80bl
NNTP-Posting-Host: 102.129.145.121
References: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com> <9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <37fb81ff-58aa-4c57-ad74-af6a4153af05n@googlegroups.com>
Subject: Re: B80/800/1800 CMS
From: aek...@bitsavers.org (Al Kossow)
Injection-Date: Thu, 14 Sep 2023 17:07:38 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2508
 by: Al Kossow - Thu, 14 Sep 2023 17:07 UTC

On Sunday, May 7, 2023 at 8:27:58 AM UTC-7, Al Kossow wrote:
> On Tuesday, August 16, 2022 at 3:48:18 PM UTC-7, Duncan Fenton wrote:
> > Hi,
> > I was the lead developer of the CMS (internally SL9) MCP working in Cumbernauld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) was planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) and B1800 (Liege) series. That was achieved by each plant writing a suite of microcoded interpreters to emulate the same virtual machine for compiled COBOL and MPL bytecodes. [This concept is now used for the Java Virtual Machine and others.] The MCP kernel was hand coded (in microcode) at each participating plant to a common spec - the "SL9 virtual machine".
> >
> Have you kept any documentation, or software?
>
> I'm trying to fill in my documentation collection from the product series and I have almost nothing on the later machines.
> Oddly, I did come across schematic sets.

CHM recently received several binders full of sales brochures for the CMS and accounting machine products. I've been working on scanning them and uploading to http://bitsavers.org/pdf/burroughs. This information doesn't appear to be available anywhere else on the web.

Re: B80/800/1800 CMS

<LKHMM.475$t8qe.385@fx03.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=416&group=comp.sys.unisys#416

  copy link   Newsgroups: comp.sys.unisys
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx03.iad.POSTED!not-for-mail
X-newsreader: xrn 9.03-beta-14-64bit
Sender: scott@dragon.sl.home (Scott Lurndal)
From: sco...@slp53.sl.home (Scott Lurndal)
Reply-To: slp53@pacbell.net
Subject: Re: B80/800/1800 CMS
Newsgroups: comp.sys.unisys
References: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com> <9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com> <37fb81ff-58aa-4c57-ad74-af6a4153af05n@googlegroups.com>
Lines: 33
Message-ID: <LKHMM.475$t8qe.385@fx03.iad>
X-Complaints-To: abuse@usenetserver.com
NNTP-Posting-Date: Thu, 14 Sep 2023 17:51:39 UTC
Organization: UsenetServer - www.usenetserver.com
Date: Thu, 14 Sep 2023 17:51:39 GMT
X-Received-Bytes: 2414
 by: Scott Lurndal - Thu, 14 Sep 2023 17:51 UTC

Al Kossow <aek@bitsavers.org> writes:
>On Sunday, May 7, 2023 at 8:27:58=E2=80=AFAM UTC-7, Al Kossow wrote:
>> On Tuesday, August 16, 2022 at 3:48:18=E2=80=AFPM UTC-7, Duncan Fenton wr=
>ote:=20
>> > Hi,=20
>> > I was the lead developer of the CMS (internally SL9) MCP working in Cum=
>bernauld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) =
>was planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) =
>and B1800 (Liege) series. That was achieved by each plant writing a suite o=
>f microcoded interpreters to emulate the same virtual machine for compiled =
>COBOL and MPL bytecodes. [This concept is now used for the Java Virtual Mac=
>hine and others.] The MCP kernel was hand coded (in microcode) at each part=
>icipating plant to a common spec - the "SL9 virtual machine".=20
>> >
>> Have you kept any documentation, or software?=20
>>=20
>> I'm trying to fill in my documentation collection from the product series=
> and I have almost nothing on the later machines.=20
>> Oddly, I did come across schematic sets.
>
>CHM recently received several binders full of sales brochures for the CMS a=
>nd accounting machine products. I've been working on scanning them and uplo=
>ading to http://bitsavers.org/pdf/burroughs. This information doesn't appea=
>r to be available anywhere else on the web.

Hm. That's the first time I've heard of the B4500, I had thought that the
high-end medium systems started with the B4700; granted the B4800 had been
in service for a few years when I started at Pasadena.

I have one of the C3316 calculators (nixie tubes) which still works,
albeit some of the keys are sticky (shown in the products of burroughs 1967).

Re: B80/800/1800 CMS

<voIMM.19136$hmAd.16227@fx12.iad>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=417&group=comp.sys.unisys#417

  copy link   Newsgroups: comp.sys.unisys
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx12.iad.POSTED!not-for-mail
X-newsreader: xrn 9.03-beta-14-64bit
Sender: scott@dragon.sl.home (Scott Lurndal)
From: sco...@slp53.sl.home (Scott Lurndal)
Reply-To: slp53@pacbell.net
Subject: Re: B80/800/1800 CMS
Newsgroups: comp.sys.unisys
References: <50d0633d-885e-4b96-ab34-a04f2de0da8cn@googlegroups.com> <9a0b3152-7751-4afd-ba54-9eb6ecb34a8fn@googlegroups.com> <37fb81ff-58aa-4c57-ad74-af6a4153af05n@googlegroups.com> <LKHMM.475$t8qe.385@fx03.iad>
Lines: 34
Message-ID: <voIMM.19136$hmAd.16227@fx12.iad>
X-Complaints-To: abuse@usenetserver.com
NNTP-Posting-Date: Thu, 14 Sep 2023 18:36:11 UTC
Organization: UsenetServer - www.usenetserver.com
Date: Thu, 14 Sep 2023 18:36:11 GMT
X-Received-Bytes: 2594
 by: Scott Lurndal - Thu, 14 Sep 2023 18:36 UTC

scott@slp53.sl.home (Scott Lurndal) writes:
>Al Kossow <aek@bitsavers.org> writes:
>>On Sunday, May 7, 2023 at 8:27:58=E2=80=AFAM UTC-7, Al Kossow wrote:
>>> On Tuesday, August 16, 2022 at 3:48:18=E2=80=AFPM UTC-7, Duncan Fenton wr=
>>ote:=20
>>> > Hi,=20
>>> > I was the lead developer of the CMS (internally SL9) MCP working in Cum=
>>bernauld from 1972 thru 1978. The SL9 software (MCP, compilers, utilities) =
>>was planned from the start to run on B80 (Cumbernauld), B800 (Downingtown) =
>>and B1800 (Liege) series. That was achieved by each plant writing a suite o=
>>f microcoded interpreters to emulate the same virtual machine for compiled =
>>COBOL and MPL bytecodes. [This concept is now used for the Java Virtual Mac=
>>hine and others.] The MCP kernel was hand coded (in microcode) at each part=
>>icipating plant to a common spec - the "SL9 virtual machine".=20
>>> >
>>> Have you kept any documentation, or software?=20
>>>=20
>>> I'm trying to fill in my documentation collection from the product series=
>> and I have almost nothing on the later machines.=20
>>> Oddly, I did come across schematic sets.
>>
>>CHM recently received several binders full of sales brochures for the CMS a=
>>nd accounting machine products. I've been working on scanning them and uplo=
>>ading to http://bitsavers.org/pdf/burroughs. This information doesn't appea=
>>r to be available anywhere else on the web.
>
>Hm. That's the first time I've heard of the B4500, I had thought that the
>high-end medium systems started with the B4700; granted the B4800 had been
>in service for a few years when I started at Pasadena.

Ah, I've been informed that the B4500 was the planned name, but by the
time it went to FCS (First Customer Ship) it had been renamed from
the B4500 to the B4700 (and core memory had been replaced by
semiconductor memory).

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor