From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bcdac28207102750 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Ada95 speed Date: 1999/06/06 Message-ID: <7jdsdo$u5h$1@nnrp1.deja.com>#1/1 X-Deja-AN: 486286736 References: <7jd72l$fja@lotho.delphi.com> X-Http-Proxy: 1.0 x27.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sun Jun 06 13:17:47 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-06-06T00:00:00+00:00 List-Id: In article <7jd72l$fja@lotho.delphi.com>, tmoran@bix.com wrote: > >several real time operating systems for various microcomputers > >for Honeywell at the time (amazingly some of this equipment is > >still in use at United Airlines counters). These were not > >expensive computers, they cost a couple of thousand dollars. > Were these machines widely available in 1971, or custom > creations for a few high-volume applications? > They were COTS products made initially by Incoterm, an offshoot from Raytheon, that was subsequently purchased by Honeywell. Tens to hundreds of thousands of these were sold into all kinds of environments, some large customers, some small (an example customer: the railroads who used them for freight control, and as I have mentioned, several airlines who used them for reservations). The software was typically custom created, like specialized PC applications today, but the hardware was absolutely standard. I created a complete operating system and utilities for these machines. I think it has the distinction of being the first widely used operating system that took a whole screen display view of the user terminal, rather than being teletype command line inspired. I know several users of that system (called Incoterm/FMS) who found it painful to move to Unix later on :-) There were many neat little ideas in that operating system (it was by the way the first instance of the sequence of editors that I wrote, ending up with DAED for the PC). And it certainly was nice to get to do a complete operating system for a small machine (from the task switching kernel and debugger up through editors, indexed file systems, and assemblers) including writing all the documentation. Ah, the old days :-) Robert Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.