Difference between revisions of "RTS-8"
From Computer History Wiki
(created RTS/8 page) |
(More info) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox OS | {{Infobox OS | ||
− | | name = RTS | + | | name = RTS-8 |
− | | creator = DEC | + | | creator = [[Digital Equipment Corporation|DEC]] |
| year introduced = 1976? | | year introduced = 1976? | ||
− | | architecture = PDP-8 | + | | architecture = [[PDP-8 family|PDP-8]] |
| type = real-time | | type = real-time | ||
| multitasking = | | multitasking = | ||
}} | }} | ||
− | RTS/8 is a compact real-time system designed for the PDP-8 family of | + | '''RTS-8''' (later spelled '''RTS/8''') is a compact [[real-time system|real-time]] [[operating system]] designed for the [[PDP-8 family]] of [[processor]]s (except the [[PDP-8/S]]). This system allows up to 63 [[task]]s 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 [[application]]s 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 == | == References == | ||
− | |||
− | [[Category:PDP-8 Operating Systems]] | + | * [http://bitsavers.org/ Bitsavers]: [http://bitsavers.informatik.uni-stuttgart.de/pdf/dec/pdp8/rts8/DEC-08-ORTMA-C-D_RTS8_V2B_UsersMan_Feb77.pdf RTS/8 User's Manual] |
+ | |||
+ | {{semi-stub}} | ||
+ | |||
+ | [[Category: PDP-8 Operating Systems]] | ||
+ | [[Category: DEC Operating Systems]] |
Latest revision as of 23:32, 22 June 2020
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.