PRIMOS

From Wikipedia, the free encyclopedia

PRIMOS was an operating system developed for Prime computers.

PRIMOS was developed during the 1970s by Prime Computer Inc. It rapidly gained popularity and by the mid-1980s was a serious contender as a mainline minicomputer operating system. With the advent of PCs and the decline of the minicomputer industry Prime was forced out of the market in the early 1990s.

Prime Computer is also sometimes referred to as "Pr1me" and PRIMOS as "Pr1mos". (Note: Actual system documentation of the day displays the alternate spelling as "PR1ME", which avoids the unfortunate visual "hump" that appears in the lower-case rendition due to the height of the "1").

Very early versions of PRIMOS (revision 6) were originally called DOS (PRIMOS 2) and later DOSVM (PRIMOS 3) but PRIMOS is the name that stuck. There were many major releases of PRIMOS. The last official revision (24.0.0.R52) was released July 3, 1997. By this time, a company called Peritus (which employed a number of ex-Prime engineers) was maintaining Primos. Prime also offered a customizable real-time OS called RTOS.

An interesting feature of PRIMOS was that it, like Unix, was largely written in a high level language (with callable assembler library functions available). At first this language was Fortran IV, which was an odd choice from a pure computer science standpoint: no pointers, no if-then-else, no native string type, etc. Fortran was, however, the language most known to engineers, and engineers were a big market for Prime in their early years. Later, around version 18, a version of PL/1: PL/P, became the high level language of choice within PRIMOS. The source code to PRIMOS was available to customers and, thanks to FORTRAN and PL/P, customers could reasonably modify PRIMOS as needed.

Legend has it that the unusual choice of FORTRAN for the OS programming language had to do with its history. Allegedly, the founders of PRIME had worked for Honeywell on a NASA project. However, Honeywell at that time was uninterested in minicomputers, so they left and founded PRIME, taking the code with them. They developed hardware optimized to run FORTRAN, including machine instructions that directly implemented FORTRAN's distinctive 3-way branch operation.

In the versions of PRIMOS ca. 1977 and later, the filesystem included a distinctive construct known as the Segment Directory. Unlike more traditional directories, the files anchored in a segment directory were located using an integer index, effectively reducing searches of the directory to a simple hash function. Segment Directories were used in their Keyed-Index/Direct Access (KI/DA) file access system and in later versions of the system loader.

From Revision 19, major portions of PRIMOS were written in the languages SPL and Modula-2, the usage of the assembler PMA (Prime Macro Assembler), Fortran IV and PL/P declined considerably around this time. Programs were guaranteed to run on all current Prime processors (subject to sufficient resources being available), as well as all subsequent Prime processors.

The PRIMOS character set was basically ASCII but with the 8th bit inverted. This is vital to realize when transferring data from PRIMOS to almost any other system.

PRIMOS systems are becoming rare but as of 2006 there are still some in production, including a number of Primes running a modified version of PRIMOS in the UK, supporting a large corporate telecommunications network.


This operating system-related article is a stub. You can help Wikipedia by expanding it.