Slashdot Mirror


Last Operating ICT 1301 Mainframe Computer Set To Run Again

Zothecula writes "What weighs 5.5 tons and has less computing power than your watch? A pioneering piece of computing history call 'Flossie,' the last operating ICT 1301 mainframe. The National Museum of Computing recently took delivery of the dismantled computer, which needed three moving vans to bring it to the museum's storage facility in Milton Keynes, UK. Rod Brown, custodian of Flossie for the past decade, said: 'Flossie has had an extraordinary life -- or more precisely four lives. After it was decommissioned at the University of London in about 1972, it was purchased at scrap metal prices by a group of students who ran an accounting bureau for about five years. They then advertised it in Amateur Computer Club Magazine and it was bought — again at scrap metal value. After languishing for a period in a barn in Kent, it was restored with the help of the Computer Conservation Society. Visitors could then come and see, smell, and feel the vibrations of a remarkable 1960's computer. Last year, Flossie was again at risk of being scrapped, but thanks to The National Museum of Computing the machine is safe again. The team and I are delighted with this news — especially because TNMOC has such an outstanding track record of restoring computers and maintaining them in full working order. We look forward to the day that it can go back on display.'"

56 comments

  1. So, does it run Linux? by GodfatherofSoul · · Score: 0

    n/t

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
    1. Re:So, does it run Linux? by Anonymous Coward · · Score: 0, Informative

      No

    2. Re:So, does it run Linux? by bobthesungeek76036 · · Score: 3, Informative

      With 12KB of memory I would think it would have a wee bit of trouble loading the kernel...

      --
      Karma: Bad
    3. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      If it did, it wouldn't be worth saving.

    4. Re:So, does it run Linux? by SuricouRaven · · Score: 2

      Linux has been run on 64k micros. Getting it down to 12k would be fiddley, yes. Extensive parts would need to be rewritten. But... it might just be doable.

    5. Re:So, does it run Linux? by clickclickdrone · · Score: 2

      Strange as it might seem, the correct answer to every computing related question isn't always Linux.

      --
      I want a list of atrocities done in your name - Recoil
    6. Re:So, does it run Linux? by gl4ss · · Score: 1

      "Flossie will remain in storage against a time in the near future when, space permitting, the mainframe computer will be reassembled and set to running again."

      it doesn't run at all currently.

      --
      world was created 5 seconds before this post as it is.
    7. Re:So, does it run Linux? by SuricouRaven · · Score: 2

      You don't do something like that to be useful. You do it to see if you can.

    8. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      No. I know the 1900 series ran an OS called george, but I'm not entirely certain of the OS on the 1300 series. For those interested, this is a fairly long (and at times mind numbingly dull) history of ICL from the perspectives of ICL employee's, featuring lots of liquid lunches at the pub.....

    9. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      Linux has been run on 64k micros

      No, it hasn't.

    10. Re:So, does it run Linux? by Joining+Yet+Again · · Score: 2

      OK, let's find 5 lines from the Linux kernel and recompile them for this architecture.

      Linux is not the pragmatic but lean&mean beast it once was. It suffers the same problem as every big project: a cadre of developers so intimately familiar with the system that adding bits here and there fits neatly into their already excellent understanding, while to newcomers it just raises the barrier to entry.

    11. Re:So, does it run Linux? by gl4ss · · Score: 1

      http://www.bit-tech.net/news/hardware/2012/03/30/linux-atmel-microcontrollers/1

      well, yeah. it hasn't. since the port needs external memory module..

      --
      world was created 5 seconds before this post as it is.
    12. Re:So, does it run Linux? by gb7djk · · Score: 5, Informative

      It does not have "12KB" of ram. It has 2K of 48 bit words. Each word can contain 2 instructions. It is a decimal machine so each word can contain 12 digits. It also has (only) one accumulator (of 12 digits). Whilst this particular example has an indexing mechanism (actually a "pre-modify" instruction) which was added from a 1302, the standard way of indexing is by using "live code" i.e. doing arithmetic on the code on fly. The "2 instructions per word" structure actually makes this very easy to do. It was designed in the late 1950s and built in 1961. One can program it in machine code (very easy instruction set), an assembler, various obsolete specialist languages and, of course, COBOL. There is no C compiler. Flossie is very musical. She can play many tunes.

    13. Re:So, does it run Linux? by Christian+Smith · · Score: 1

      It doesn't even run binary arithmatic. The whole thing works in decimal units (using a 4 bit ALU) and does pounds/shilling/pence in hardware. Hence why it was originally retired in 1972 (when the UK currency went decimal) I guess.

    14. Re:So, does it run Linux? by Anne+Thwacks · · Score: 2

      Why would you want to run Linux on an ICL mainframe. The real question is "Will it run George 2?" (or, for those who like GUIs, Maximop? (Minimop if you live in East London).

      --
      Sent from my ASR33 using ASCII
    15. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      From TFA: "... It was built by International Computers and Tabulators (ICT) and had a clock speed of 1 Mhz, 12 kb in the main memory and 72 kb in each of eight magnetic storage drums for a total of 576 kb..."

    16. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      So it has 2048x48bits=98304 bits, which is 12288 bytes of 8 bits each. All your statements after your first two sentences have nothing to do with your first two sentences.

    17. Re:So, does it run Linux? by Anonymous Coward · · Score: 1

      Like landing a few test pilots in rubber suits on the Moon. I agree. But after you do it, you don't keep thinking about it do you?

    18. Re:So, does it run Linux? by K.+S.+Kyosuke · · Score: 1

      Strange as it might seem, the correct answer to every computing related question isn't always Linux.

      You can always use the Forth, Luke! (Especially on very small systems.)

      --
      Ezekiel 23:20
    19. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      Or even Exec 2S and Minimac on a 2904 - That's how I started in the IT business. Get off my lawn, etc. etc.

    20. Re:So, does it run Linux? by K.+S.+Kyosuke · · Score: 1

      "kb"? kilobits? If it's a word-adressing machine, it might not even have bytes in the first place!

      --
      Ezekiel 23:20
    21. Re:So, does it run Linux? by K.+S.+Kyosuke · · Score: 1

      The point is that "byte" is what the architecture defines it to be, and some architectures don't have bytes at all.

      --
      Ezekiel 23:20
    22. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      Yes, but when you are writing an article for a large audience ....

    23. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      It's an AtMega emulating an ARM and requires extra hardware. If we're going to get into the fact that Turing Machines are a thing, then the entire argument is pointless: *I* could "run" the Linux kernel, with enough pencils and paper...

    24. Re:So, does it run Linux? by Hillgiant · · Score: 1

      Of course it runs netBSD.

      --
      -
    25. Re:So, does it run Linux? by squiggleslash · · Score: 2

      Right, moreover people unfamiliar with computing history very frequently underestimate the degree to which computer architecture has changed over the last three decades in particular. To give but one example: our current 8/16/32 (and now 64) bit word system, with each related to the other, is a concept that was pioneered with the IBM System/360, but wasn't standardized until the rise of the mass produced microprocessor as the standard processing unit for all computers, a process that started in the late 1970s and ended in the late 1980s (it wasn't an overnight change!)

      The Linux kernel is based around an expectation of how certain computing concepts should work. It is almost certainly possible to port it to the IBM System/370, but it'd surprise many here how many of the 370's peers would be physically incapable of running it outside of an emulator for a more suitable architecture.

      --
      You are not alone. This is not normal. None of this is normal.
    26. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      Not likely. It's a strange architecture, with 48-bit 12-decimal digit words. Three digits per character. No bytes. No byte addressing. No base registers or memory protection. No stack. Decimal addresses from 0000 to 9999 only. A weird drum controller that relocates the addresses in the code when transferring it to memory. Kinda makes it hard to port a C compiler to it.

    27. Re:So, does it run Linux? by Eunuchswear · · Score: 2

      No, It won't run George (1, 2, 3 or 4) as it isn't an 1900.

      (A Rasbery PI can run George 3 though).

      And Maximop is a CLI based system, not GUI.

      --
      Watch this Heartland Institute video
    28. Re:So, does it run Linux? by Eunuchswear · · Score: 1

      Lawn? I used an ICL 1903T. The 2904 was the wrong colour.

      --
      Watch this Heartland Institute video
    29. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      You calling us fat?

    30. Re:So, does it run Linux? by Anonymous Coward · · Score: 0

      Like landing a few test pilots in rubber suits on the Moon. I agree. But after you do it, you don't keep thinking about it do you?

      Well, the Chinese are thinking about it. Maybe that means something in this respect.

    31. Re:So, does it run Linux? by gb7djk · · Score: 1

      George 2 ???? George 3 for me! That's what Galdor moved onto after Flossie left and we moved on ICL 1905Fs.

  2. Less computing power than my watch? by lxs · · Score: 3, Insightful

    I doubt it. My watch has only a crystal oscillator with a fixed frequency divider in it.

    1. Re:Less computing power than my watch? by troon · · Score: 1

      I'm wearing a 1956 manual wind Longines. I'm pretty sure it cannot "compute" anything.

      --
      Ydco co ,df C erb-y go. a Ekrpat t.fxrapev
    2. Re:Less computing power than my watch? by Anonymous Coward · · Score: 0
      Exactly. I grow tired of these fallacious comparisons.

      "had a clock speed of 1 Mhz, 12 kb in the main memory and 72 kb in each of eight magnetic storage drums for a total of 576 kb."

      " Its main memory came in increments of 400 words of 48 bits"

      That's quite a watch.

      Why denigrate the past? It's bad enough a large subset of the geek population thinks we only have computers because of space, then they go around making ridiculous comparisons.

      "My watch has only a crystal oscillator with a fixed frequency divider in it."

      How do you set the time? I think there's a bit more than that in there, but still.

    3. Re:Less computing power than my watch? by VortexCortex · · Score: 3, Insightful

      It can surely increment a counter...

    4. Re:Less computing power than my watch? by lxs · · Score: 1

      How do you set the time?

      I turn a wheel on the side. That slowed down clock pulse ends up in a solenoid which drives the hands through a mechanical gear train like in a spring driven watch.I suspect that there's a friction coupling involved somewhere.

    5. Re:Less computing power than my watch? by intermodal · · Score: 1

      Mine is fully mechanical...but it's Russian so it only works right in cold weather. I live in Texas.

      --
      In SOVIET RUSSIA... erm...NSA AMERICA, the Internet logs onto YOU!
    6. Re:Less computing power than my watch? by Anonymous Coward · · Score: 0

      It can.

      And don't call me Shirley.

    7. Re:Less computing power than my watch? by Anonymous Coward · · Score: 0

      I wasn't planning on calling you, and my name's not Shirley.

    8. Re:Less computing power than my watch? by Anonymous Coward · · Score: 0

      Shhh. Don't tell anyone about those or their prices will skyrocket, and i want to get a few more first.

    9. Re:Less computing power than my watch? by operagost · · Score: 1

      Well, I'm sure someone here has a Galaxy Gear.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    10. Re:Less computing power than my watch? by Anonymous Coward · · Score: 0

      Perhaps the OP is wearing a samsung galaxy gear watch...

  3. Get a room by wonkey_monkey · · Score: 5, Funny

    come and see, smell, and feel the vibrations

    Sure, when it's a computer it's okay, but try that with the exercise bikes in the women's gym and suddenly you're branded a pervert.

    --
    systemd is Roko's Basilisk.
    1. Re:Get a room by Joining+Yet+Again · · Score: 1

      "Perversion", like "envy", describes something which may in fact be positive, neutral or negative, but which thanks to hypocritical puritanism nearly always comes with negative connotations. Their original words were respectively tied up in, "Don't stray from the Official (Church) message, heathen!" (do not be perverse) and, "Don't complain about your lot - God will reward your suffering after death!" (do not be envious)

      We have the same two messages even in more secular society, respectively as: do not question the basis of authority; your struggle is virtuous and it's your fault anyway so suck it up.

    2. Re:Get a room by VortexCortex · · Score: 1

      That's because the first word there is premature... Put it after the last one, and we're in business.

    3. Re:Get a room by K.+S.+Kyosuke · · Score: 1

      try that with the exercise bikes in the women's gym and suddenly you're branded a pervert.

      And you wonder why? Watching 5.5 tons work an exercise bike? That just screams "pervert". (Or "bizarre fetishist" at the least.)

      --
      Ezekiel 23:20
  4. proper answer by Gravis+Zero · · Score: 4, Insightful

    What weighs 5.5 tons and has less computing power than your watch?

    your mom.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re:proper answer by hochl · · Score: 1

      Clearly the answer must be "most women from North America" ;)

    2. Re:proper answer by Lisandro · · Score: 1

      Give this man his prize. You know he earned it.

  5. Milton Keynes, eh? by rotaryexpress · · Score: 2

    Is this how the FIA is going to limit Red Bull Racing next year? "The only computer you can use is this one" (Adrian Newey will still make it work)

  6. (clears throat) by CohibaVancouver · · Score: 1, Informative

    Imagine a Beowulf cluster of these!