RTS-8

From Computer History Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


RTS-8
Type: real-time
Creator: DEC
Architecture: PDP-8
Date Released: 1976?


RTS-8 (later spelled RTS/8) is a compact real-time operating system designed for the PDP-8 family of processors (except the PDP-8/S). This system allows up to 63 tasks to run concurrently and compete for resources on a fixed priority basis. It is permanently resident in main memory; it does not include a file system.

It can be used for a wide range of applications in which a number of processes must be monitored and controlled. As with other real-time systems, RTS-8 responds to physical or conceptual events to permit the timely execution and scheduling of tasks. It can support OS/8 for program development, using a second console terminal.

References