Slashdot Mirror


Unisys Phasing Out Decades-Old Mainframe Processor For x86

angry tapir writes: Unisys is phasing out its decades-old mainframe processor. The chip is used in some of Unisys' ClearPath flagship mainframes, but the company is moving to Intel's x86 chips in Libra and Dorado servers in the ClearPath line. The aging CMOS chip will be "sunsetted" in Libra servers by the end of August and in the Dorado line by the end of 2015. Dorado 880E and 890E mainframes will use the CMOS chip until the servers are phased out, which is set to happen by the end of 2015.

3 of 113 comments (clear)

  1. Half a century by Animats · · Score: 5, Informative

    That's over half a century of the UNIVAC 36-bit architecture, going back to the UNIVAC 1107. The operating system in use today, originally EXEC 8, later OS 1100, later OS 2200, first ran on the UNIVAC 1108 in 1966.

    Some programs from the 1970s will still run today. Some from that era are still being maintained and distributed.

  2. Re:what's the point anymore by Vlad_the_Inhaler · · Score: 5, Informative

    Speaking as someone who programs and administers computers on the Dorado line, that is total bollox. dreamchaser's post is also inaccurate.

    Part of the Exec (= OS) is written in Assembler, the rest is in a proprietary language called Plus (a bit like Pascal) or C.
    The same applies to processors and libraries provided by Unisys or third parties.
    User programs can be in Fortran, Cobol, C or Assembler. Pascal and PL/1 were dropped a few years back, use of Plus in non-Unisys-written code is unsupported.

    The key part of the article was Both the OSes will execute tasks on Intel's Xeon server chips through a firmware layer that translates the OS code for execution on x86 chips. Existing programs will work without recompilation, it is the Exec which needs to make the accomodations.

    I don't know much (ok, anything at all) about the Libre lines but the Dorado machines have some very unusual characteristics such as 9-bit bytes which would render anything other than hardware compatibility a total disaster necessitating a forced conversion to another platform immediately.

    --
    Mielipiteet omiani - Opinions personal, facts suspect.
  3. Re:what's the point anymore by idontgno · · Score: 5, Interesting

    I don't know much (ok, anything at all) about the Libre lines but the Dorado machines have some very unusual characteristics such as 9-bit bytes which would render anything other than hardware compatibility a total disaster necessitating a forced conversion to another platform immediately.

    Right. Goes back to the multiple-of-9-bit native word length of the the entire 11xx/22xx heritage, back to the Univac 418. Since bytes aren't the native access mode in that architecture anyway, they're an afterthought and rather harder to code for in assembler.

    That's not the only oddity of that architecture, too. 1s complement math? Negative zero?

    Yeah. I'm an old grey geek that started out on an 1180 back in the day. Mostly assembler real-time stuff.

    I'm a bit misty-eyed at the thought of that heritage code running, essentially, by run-time emulation rather than natively.

    Sic transit gloria mundi.

    --
    Welcome to the Panopticon. Used to be a prison, now it's your home.