add dos-11 main page

This commit is contained in:
2024-01-11 11:40:18 +05:30
parent eb5328ce23
commit 4d5a9b4844
5 changed files with 49 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -0,0 +1,37 @@
---
keywords: ["DOS-11", "PDP-11", 1970s, 1970]
image: ./dos-11.webp
description: "! DOS-11 was an operating system for the DEC PDP-11 computer. We can run it on SIMH emulator."
sidebar_position: 5
---
# ! DOS-11
![! DOS-11](./dos-11.webp)
! DOS-11 (**D**isk **O**perating **S**ystem - 11) was an operating system for the DEC PDP-11 computer. It has no relation with MS-DOS/PC-DOS other than the fact that all of them are ***disk*** operating systems. We can run DOS-11 on SIMH
## Manuals
You can download the ! DOS-11 Handbook from here (it is broken into several PDFs):
- [! DOS-11 Handbook](http://www.bitsavers.org/pdf/dec/pdp11/dos-batch/V9/DosBatchHandbook_v9_Apr74/)
There are many other additional DOS-11 manuals on bitsaver:
- [Other DOS-11 Manuals](http://www.bitsavers.org/pdf/dec/pdp11/dos-batch/)
You may also be interested in the PDP-11 manuals. It was the computer on which ! DOS-11 was supposed to run. You can download them from Bitsavers:
- [PDP-11 Manuals](http://bitsavers.org/pdf/dec/pdp11/)
## Related Pages
- [! DOS-11 Wikipedia page](https://en.wikipedia.org/wiki/DEC_BATCH-11/DOS-11)
- [PDP-11 Wikipedia page](https://en.wikipedia.org/wiki/PDP-11)
- [Computer History Wiki ! DOS-11 page](https://gunkies.org/wiki/DOS-11)
- [A third-party tutorial (on which our tutorial is based)](http://iamvirtual.ca/PDP-11/DOS-11/Install.htm)
## Credits
- The manuals were taken from [Bitsavers](http://bitsavers.org).

View File

@ -1,7 +1,7 @@
---
keywords: [1970s, 1970]
image: ./1970.webp
description: "There were four operating system of our interest which were released in the year 1970. They were:"
description: "There were five operating system of our interest which were released in the year 1970. They were:"
sidebar_position: 2
---
@ -11,6 +11,6 @@ import DocCardList from '@theme/DocCardList';
![! PDP7 Unix from 1970](./1970.webp)
There were four operating system of our interest which were released in the year 1970. They were:
There were five operating system of our interest which were released in the year 1970. They were:
<DocCardList />

View File

@ -10,3 +10,4 @@ sidebar_label: PDP-11
These operating systems were made by [DEC](https://en.wikipedia.org/wiki/Digital_Equipment_Corporation) for their [PDP-11](https://en.wikipedia.org/wiki/PDP-11) computers.
- [! CAPS-11](/1970s/1970/caps-11/)
- [! DOS-11](/1970s/1970/dos-11/)