Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > alt.folklore.computers > #219136

Re: bootstrap, was What is the oldest computer that could be used today for real work?

From Anne & Lynn Wheeler <lynn@garlic.com>
Newsgroups alt.folklore.computers
Subject Re: bootstrap, was What is the oldest computer that could be used today for real work?
Date 2021-09-29 17:16 -1000
Organization Wheeler&Wheeler
Message-ID <87fstm21nk.fsf@localhost> (permalink)
References <sh246e$9kp$1@theuse.news.theuse.net> <qglskgp59l17f0jo3eb6i016iq68har3ul@4ax.com> <874ka9p19x.fsf@bogus.nodomain.nowhere> <61531446.14588537@news.dslextreme.com> <sj2o7u$2f2l$1@gal.iecc.com>

Show all headers | View raw


John Levine <johnl@taugh.com> writes:
> Sounds like S/360.  You set the device number of the IPL (initial
> program load) device in the switches and pressed the IPL button.  That
> ran a fixed one instruction channel program pretending to be at
> location 0, that read 24 bytes into 0-23, then executed whatever was
> read into locaion 8, typically another read command to read a disk or
> tape block with real bootstrap, then started the computer by restoring
> the status word at location 0 which runs the bootstrap just read in to
> start up the computer.

old post to ibm-main & alt.folklore.computers
http://www.garlic.com/~lynn/2007f.html#1
discussing 360 "3card loader" and BPS (card) loader ... also
references "How to cread CDROM IPL Images" for use with hercules
(mainframe emulator)
https://www.cbttape.org/~jjaeger/cdrom.html

following is from old assemble program ... it can bootstrap load the
assembler program it is included in ... the "xxx"s originally were
EBCDIC HEX

*********************************************************************** 00046000
*                                                                     * 00047000
*        TWO-CARD ABSOLUTE LOADER -- THE FOLLOWING ARE SELF-LOADING   * 00048000
*        IPL-ABLE CARDS THAT LOAD A CHANNEL PROGRAM WHICH FUNCTIONS   * 00049000
*        AS AN ABSOLUTE TXT CARD LOADER, EXECUTING AS A COMMAND CHAIN * 00050000
*        FROM THE INITIAL IPL READ.  IF PUNCHED BEFORE ANY ASSEMBLED  * 00051000
*        INSTRUCTIONS OR DATA, THE TEXT FILE THE ASSEMBLER PRODUCES   * 00052000
*        MAY BE CONVERTED INTO A SELF-LOADING DECK BY USING AN EDITOR * 00053000
*        TO DELETE ANY RECORDS PRECEDING THE TWO LOADER CARDS, WHICH  * 00054000
*        IMMEDIATELY PRECEDE THE FIRST TXT RECORD IN THE TEXT OUTPUT. * 00055000
*                                                                     * 00056000
*        NO CONSTANTS MAY BE ASSEMBLED IN THE ABSOLUTE ADDRESS RANGE  * 00057000
*        X'10' TO X'43', AS THEIR LOADING WOULD OVERWRITE THE LOADER  * 00058000
*        AND CAUSE IPL FAILURES.  THE LOADER OPERATION IS TERMINATED  * 00059000
*        BY LOADING AN ORDINARY NOP CCW AT LOCATION X'40'.  WHEN THE  * 00060000
*        ASSEMBLY BEGINS WITH A 'LABEL START 0' STATEMENT, THIS COULD * 00061000
*        BE ACCOMPLISHED BY INSERTING THE SEQUENCE:                   * 00062000
*                                                                     * 00063000
*                  ORG   LABEL+X'40'                                  * 00064000
*                  CCW   X'03',0,X'20',1                              * 00065000
*                                                                     * 00066000
*        FOLLOWING THE FINAL STATEMENT SPECIFYING ASSEMBLED OUTPUT TO * 00067000
*        BE LOADED.                                                   * 00068000
*                                                                     * 00069000
*                                                                     * 00071000
         PUNCH 'xxxxxxxxxxxxxxxxxxxxxxxxFIRST LOADABLE RECORD' CARD 1 * 00072000
         PUNCH 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' CARD 2 * 00073000
*                                                                     * 00074000
*********************************************************************** 00075000

recent post (to facebook) about early CP67, including discussion of
(assemble output) BPS "TXT" deck loading
http://www.garlic.com/~lynn/2021i.html#61


-- 
virtualization experience starting Jan1968, online at home since Mar1970

Back to alt.folklore.computers | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What is the oldest computer that could be used today for real work? Jason Evans <jsevans@mailfence.com> - 2021-09-05 09:55 +0000
  Re: What is the oldest computer that could be used today for real work? gareth evans <headstone255@yahoo.com> - 2021-09-05 11:35 +0100
  Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-05 10:28 -0600
    Re: What is the oldest computer that could be used today for real work? "Carlos E. R." <robin_listas@es.invalid> - 2021-09-24 03:31 +0200
      Re: What is the oldest computer that could be used today for real work? Bud Frede <frede@mouse-potato.com> - 2021-10-04 11:12 -0400
        Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-10-04 16:50 +0000
          Re: What is the oldest computer that could be used today for real work? Bud Frede <frede@mouse-potato.com> - 2021-10-04 14:25 -0400
            Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-04 19:52 +0100
        Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-04 17:00 +0000
          Re: What is the oldest computer that could be used today for real work? Bud Frede <frede@mouse-potato.com> - 2021-10-04 14:32 -0400
  Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-05 13:11 -0400
  Re: What is the oldest computer that could be used today for real work? Michael Trew <michael.trew@att.net> - 2021-09-05 22:54 -0400
    Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-06 00:06 -0400
      Re: What is the oldest computer that could be used today for real work? Jason Evans <jsevans@mailfence.com> - 2021-09-06 06:30 +0000
        Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-06 09:14 +0100
          Re: What is the oldest computer that could be used today for real work? gareth evans <headstone255@yahoo.com> - 2021-09-06 11:55 +0100
            Re: What is the oldest computer that could be used today for real work? Jason Evans <jsevans@mailfence.com> - 2021-09-06 11:12 +0000
          Re: What is the oldest computer that could be used today for real work? Jason Evans <jsevans@mailfence.com> - 2021-09-06 11:16 +0000
          Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-06 11:44 -0600
            Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-06 20:07 +0100
              Re: What is the oldest computer that could be used today for real work? snipeco.2@gmail.com (Sn!pe) - 2021-09-06 21:05 +0100
              Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-06 14:54 -0600
            Re: What is the oldest computer that could be used today for real work? lawrence@cluon.com (Lawrence Statton (NK1G)) - 2021-09-25 18:48 -0500
              Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-26 10:55 -0600
              Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-26 19:50 +0000
          Re: What is the oldest computer that could be used today for real work? D Gillies <dwgillies@gmail.com> - 2021-10-22 00:36 -0700
            Re: What is the oldest computer that could be used today for real work? D Gillies <dwgillies@gmail.com> - 2021-10-22 00:42 -0700
              Re: What is the oldest computer that could be used today for real work? "Kurt Weiske" <kurt.weiske@realitycheckbbs.org.remove-l3l-this> - 2021-10-22 08:02 -0700
        Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-06 11:42 -0600
        Re: What is the oldest computer that could be used today for real work? 711 Spooky Mart <711@spooky.mart> - 2021-09-30 08:34 -0500
    Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-06 10:56 -0700
      Re: What is the oldest computer that could be used today for real work? Robin Vowels <robin.vowels@gmail.com> - 2021-09-06 20:27 -0700
    Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-06 16:11 -0400
      Re: What is the oldest computer that could be used today for real work? Michael Trew <michael.trew@att.net> - 2021-09-07 11:34 -0400
        Re: What is the oldest computer that could be used today for real work? drb@ihatespam.msu.edu (Dennis Boone) - 2021-09-07 11:14 -0500
  Re: What is the oldest computer that could be used today for real work? John Goerzen <jgoerzen@complete.org> - 2021-09-06 03:39 +0000
    Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-07 01:03 -0400
      Re: What is the oldest computer that could be used today for real work? John Goerzen <jgoerzen@complete.org> - 2021-09-07 13:06 +0000
        Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-08 00:00 -0400
          Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-08 08:10 +0100
          Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-09 13:08 +0000
            Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-10 01:35 +0000
              Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-09 23:52 -0400
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-10 15:57 +0000
                Re: What is the oldest computer that could be used today for real work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-09-10 06:49 -1000
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-10 12:51 -0400
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-11 07:34 +0000
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-11 15:14 -0400
              Re: What is the oldest computer that could be used today for real work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-09-09 17:56 -1000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-10 01:17 -0400
              Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-10 15:54 +0000
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-10 20:45 +0000
                Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-10 22:03 +0000
                Re: What is the oldest computer that could be used today for real work? maus <maus@dmaus.org> - 2021-09-11 06:42 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-11 08:55 -0400
                Re: What is the oldest computer that could be used today for real work? Andy Burns <usenet@andyburns.uk> - 2021-09-11 20:02 +0100
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-11 19:42 +0000
                Re: What is the oldest computer that could be used today for real work? Andy Burns <usenet@andyburns.uk> - 2021-09-12 11:45 +0100
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-12 12:24 -0400
        Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-08 11:50 -0700
          Re: What is the oldest computer that could be used today for real work? John Goerzen <jgoerzen@complete.org> - 2021-09-08 22:46 +0000
            Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-08 20:28 -0400
              Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-09 01:59 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-08 22:24 -0400
                Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-08 23:14 -0600
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-09 01:59 -0400
                Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-09 11:53 -0600
              Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-09 18:27 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-09 12:23 -0700
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-09 21:10 +0000
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-09 21:02 -0400
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-10 03:19 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-10 18:40 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-10 22:15 -0400
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-11 07:36 +0000
                Re: reentrant, What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-12 00:02 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-13 11:39 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-09 15:44 -0400
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-09 21:14 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-10 18:40 -0700
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-11 11:36 +0000
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-11 15:26 +0000
          Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-18 03:57 +0000
            Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-18 04:07 +0000
              Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-18 07:27 +0100
                Re: What is the oldest computer that could be used today for real work? Grant Taylor <gtaylor@tnetconsulting.net> - 2021-09-18 00:49 -0600
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-18 05:47 -0400
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-18 11:02 -0700
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-18 16:07 -0400
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-18 15:52 +0100
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-18 11:02 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-18 17:46 -0400
                Re: What is the oldest computer that could be used today for real work? cross@spitfire.i.gajendra.net (Dan Cross) - 2021-09-22 19:00 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-22 17:54 -0400
                Re: What is the oldest computer that could be used today for real work? cross@spitfire.i.gajendra.net (Dan Cross) - 2021-09-24 19:13 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-24 18:37 -0400
                Re: What is the oldest computer that could be used today for real work? cross@spitfire.i.gajendra.net (Dan Cross) - 2021-09-27 12:52 +0000
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-22 21:15 -0400
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-22 22:34 -0400
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-23 02:51 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-22 23:28 -0400
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-23 14:00 +0000
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-23 18:31 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-23 20:47 -0400
                Re: What is the oldest computer that could be used today for real work? Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-09-24 03:10 -0300
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-24 05:41 -0400
                Re: What is the oldest computer that could be used today for real work? maus <maus@dmaus.org> - 2021-09-24 22:25 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-25 00:36 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-24 18:50 -0400
                Re: What is the oldest computer that could be used today for real work? Dave Garland <dave.garland@wizinfo.com> - 2021-09-24 20:23 -0500
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-25 02:57 -0400
                Re: What is the oldest computer that could be used today for real work? usenet@only.tnx (Questor) - 2021-09-28 13:10 +0000
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-28 19:03 +0000
                Re: What is the oldest computer that could be used today for real work? Charles Richmond <codescott@aquaporin4.com> - 2021-09-30 09:46 -0500
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-30 17:44 +0000
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-30 19:10 +0100
                Re: What is the oldest computer that could be used today for real work? Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-09-25 04:22 -0300
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-25 07:19 -0400
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-25 11:08 -0400
                Re: What is the oldest computer that could be used today for real work? Dave Garland <dave.garland@wizinfo.com> - 2021-09-25 22:22 -0500
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-26 04:24 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-26 07:10 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-26 12:10 -0400
                Re: What is the oldest computer that could be used today for real work? usenet@only.tnx (Questor) - 2021-09-28 13:13 +0000
                Re: What is the oldest computer that could be used today for real work? usenet@only.tnx (Questor) - 2021-09-28 13:10 +0000
                Re: bootstrap, was What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-29 22:10 +0000
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-09-29 17:16 -1000
                Re: bootstrap, was What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-30 14:29 +0000
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-30 17:43 -0700
                Re: bootstrap, was What is the oldest computer that could be used today for real work? drb@ihatespam.msu.edu (Dennis Boone) - 2021-10-01 22:04 -0500
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Charles Richmond <codescott@aquaporin4.com> - 2021-09-30 09:41 -0500
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-30 11:03 -0400
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Anne & Lynn Wheeler <lynn@garlic.com> - 2021-09-30 09:16 -1000
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-30 17:43 -0700
                Re: bootstrap, was What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-01 06:18 +0100
                Re: bootstrap, was What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-10-03 22:45 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-25 12:28 -0700
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-25 15:56 -0400
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-25 22:21 +0100
                Re: What is the oldest computer that could be used today for real work? usenet@only.tnx (Questor) - 2021-09-28 13:11 +0000
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-28 14:48 +0100
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-24 17:16 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-25 00:11 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-23 07:32 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-23 10:52 -0400
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-23 10:01 -0700
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-23 17:05 +0000
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-23 18:42 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-23 20:51 -0400
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-23 13:12 -0400
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-23 19:41 +0100
                Re: What is the oldest computer that could be used today for real work? Andreas Kohlbach <ank@spamfence.net> - 2021-09-23 13:40 -0400
                Re: What is the oldest computer that could be used today for real work? maus <maus@dmaus.org> - 2021-09-24 22:28 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-25 00:38 +0000
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-26 04:24 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@gmail.com> - 2021-09-26 07:19 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-26 12:11 -0400
                Re: What is the oldest computer that could be used today for real work? cross@spitfire.i.gajendra.net (Dan Cross) - 2021-09-24 19:15 +0000
                Re: What is the oldest computer that could be used today for real work? Vir Campestris <vir.campestris@invalid.invalid> - 2021-10-01 11:48 +0100
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-01 17:43 +0000
                Re: What is the oldest computer that could be used today for real work? Vir Campestris <vir.campestris@invalid.invalid> - 2021-10-03 21:43 +0100
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-03 21:14 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-10-03 17:56 -0400
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-04 01:56 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-04 17:32 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-10-04 20:59 -0400
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-04 19:29 -0700
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-10-05 06:23 +0000
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-05 07:50 +0000
                Re: What is the oldest computer that could be used today for real work? Robin Vowels <robin.vowels@gmail.com> - 2021-10-05 03:47 -0700
                Re: What is the oldest computer that could be used today for real work? Joy Beeson <jbeeson@invalid.net.invalid> - 2021-10-05 22:36 -0400
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-05 06:48 -0700
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-05 09:11 +0100
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-10-05 14:13 +0000
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-06 07:57 +0000
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-05 07:47 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-10-05 06:29 -0400
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-05 13:54 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-10-05 11:49 -0400
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-05 23:04 +0000
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-06 06:37 +0100
                Re: unbooks, was What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-10-05 02:57 +0000
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-05 07:45 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-10-05 06:31 -0400
                Re: What is the oldest computer that could be used today for real work? Jorgen Grahn <grahn+nntp@snipabacken.se> - 2021-10-24 14:36 +0000
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-25 04:40 +0100
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-25 17:53 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-04 05:07 +0000
                Re: What is the oldest computer that could be used today for real work? Mainlander <Mainlander@katamail.com> - 2021-10-04 07:12 +0000
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-04 15:22 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-04 17:31 -0700
                Re: What is the oldest computer that could be used today for real work? Branimir Maksimovic <branimir.maksimovic@icloud.com> - 2021-10-05 01:09 +0000
                Re: What is the oldest computer that could be used today for  real work? Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-10-05 00:35 -0300
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-05 07:42 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-05 06:48 -0700
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-10-05 11:50 -0400
                Re: What is the oldest computer that could be used today for real work? Dave Garland <dave.garland@wizinfo.com> - 2021-10-05 14:02 -0500
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-05 21:18 +0100
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-06 07:54 +0000
                Re: What is the oldest computer that could be used today for real work? Ahem A Rivet's Shot <steveo@eircom.net> - 2021-10-06 11:29 +0100
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-06 07:52 +0000
                Re: empty buildings was What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-10-06 18:46 +0000
                Re: empty buildings was What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-06 20:50 +0000
                Re: empty buildings was What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-07 10:52 +0000
                Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-06 20:24 +0000
                Re: What is the oldest computer that could be used today for real work? Maus <Greymaus@mail.com> - 2021-10-07 10:57 +0000
                Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-10-05 14:11 +0000
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-18 09:23 +0000
                Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-18 11:02 -0700
                Re: What is the oldest computer that could be used today for real work? Dan Espen <dan1espen@gmail.com> - 2021-09-18 17:50 -0400
                Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-18 18:20 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-18 16:13 -0400
                Re: What is the oldest computer that could be used today for real work? Thomas Koenig <tkoenig@netcologne.de> - 2021-09-18 22:30 +0000
                Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-19 01:55 +0000
                Re: What is the oldest computer that could be used today for real work? J. Clarke <jclarke.873638@gmail.com> - 2021-09-18 22:08 -0400
                Re: What is the oldest computer that could be used today for real work? Bob Eager <news0009@eager.cx> - 2021-09-19 06:22 +0000
                Re: What is the oldest computer that could be used today for real work? John Levine <johnl@taugh.com> - 2021-09-20 03:24 +0000
            Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-09-18 11:02 -0700
    Re: What is the oldest computer that could be used today for real work? scott@slp53.sl.home (Scott Lurndal) - 2021-09-07 15:08 +0000
  Re: What is the oldest computer that could be used today for real work? "Carlos E. R." <robin_listas@es.invalid> - 2021-09-24 03:41 +0200
  Re: What is the oldest computer that could be used today for real work? "vladimir...@gmail.com" <vladimir.rodionov@gmail.com> - 2021-10-01 04:38 -0700
    Re: What is the oldest computer that could be used today for real work? Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-10-01 17:43 +0000
    Re: What is the oldest computer that could be used today for real work? Peter Flass <peter_flass@yahoo.com> - 2021-10-03 12:14 -0700
  Re: What is the oldest computer that could be used today for real work? stefano capelli <scapnic@gmail.com> - 2021-10-08 07:27 -0700

csiph-web