Difference between revisions of "DOS/BATCH"
From Computer History Wiki
(New page: DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20. A base DOS/BATCH system consists of the following programs: *DOS/BATCH Monitor *Assembler (...) |
m (2-cat sys) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20. | + | DOS/BATCH is a single-user job-based operating system introduced in 1970 with the [[PDP-11/20]]. |
A base DOS/BATCH system consists of the following programs: | A base DOS/BATCH system consists of the following programs: | ||
Line 16: | Line 16: | ||
In addition, with the introduction of the RSTS-11 extensions, DOS/BATCH can be used as a resource and time shared computer. This combination of DOS/BATCH and RSTS-11 formed the basis for the [[RSTS/E]] system. | In addition, with the introduction of the RSTS-11 extensions, DOS/BATCH can be used as a resource and time shared computer. This combination of DOS/BATCH and RSTS-11 formed the basis for the [[RSTS/E]] system. | ||
+ | |||
+ | [[Category: PDP-11 Operating Systems]] | ||
+ | [[Category: DEC Operating Systems]] |
Latest revision as of 16:21, 10 June 2018
DOS/BATCH is a single-user job-based operating system introduced in 1970 with the PDP-11/20.
A base DOS/BATCH system consists of the following programs:
- DOS/BATCH Monitor
- Assembler (MACRO-11)
- FORTRAN IV Compiler
- File Utility Package (PIP)
- Linker (LINK)
- Librarian (LIBR)
- File Compare Program (FILCOM)
- Verification Program (VERIFY)
- Disk Initialization Program (DSKINT)
- File Dump Program (FILDMP)
- Editor (EDIT-11)
In addition, with the introduction of the RSTS-11 extensions, DOS/BATCH can be used as a resource and time shared computer. This combination of DOS/BATCH and RSTS-11 formed the basis for the RSTS/E system.