first commit

This commit is contained in:
2024-01-08 23:33:44 +05:30
commit 2d3035271c
196 changed files with 21726 additions and 0 deletions

20
docs/start-here/index.md Normal file
View File

@ -0,0 +1,20 @@
---
keywords: ["Start Here", "VirtualHub"]
sidebar_position: 1
description: "Categorizing the tutorials on basis of type of OS."
---
# Start Here
This page categorizes the tutorials on basis of type of OS. If you are interested in operating systems from specific years, use the navigation bar above and choose the appropriate decade under "OSs".
<div className='container'>
<div className="row">
<div className="col text--center padding-horiz--md padding-vert--md">
<a href="/start-here/unix" className="button button--primary">Unix</a>
</div>
<div className="col text--center padding-horiz--md padding-vert--md">
<a href="/start-here/others" className="button button--primary">Other Operating Systems</a>
</div>
</div>
</div>

View File

@ -0,0 +1,14 @@
---
keywords: ["1960s", "Others", "Start Here", "VirtualHub"]
description: "Operating Systems released in the 1960s, which do not fit in other categories."
sidebar_position: 1
sidebar_label: 1960s
---
# Other OSs from 1960s
Operating Systems released in the 1960s, which do not fit in other categories.
- [! DECSys-7](/1960s/1965/decsys/)
- [! 4K DMS](/1960s/1965/4kdms/)
- [! TSS/8](/1960s/1968/tss8/)

View File

@ -0,0 +1,16 @@
---
keywords: ["1970s", "Others", "Start Here", "VirtualHub"]
description: "Operating Systems released in the 1970s which, do not fit in other categories."
sidebar_position: 2
sidebar_label: 1970s
---
# Other OSs from 1970s
Operating Systems released in the 1970s, which do not fit in other categories.
- [! CAPS-11](/1970s/1970/caps-11/)
- [! ADSS-15](/1970s/1970/adss-15/)
- [! DOS-15](/1970s/1970/dos-15/)
- [! OS/8](/1970s/1971/os8/)
- [Alto OS](/1970s/1973/alto-os/)

View File

@ -0,0 +1,13 @@
---
keywords: ["Others", "Start Here", "VirtualHub"]
description: "Operating Systems which are unique and do not fit in other categories."
sidebar_position: 3
---
import DocCardList from '@theme/DocCardList';
# Other Operating Systems
These operating systems are unique and do not fit in other categories.
<DocCardList />

View File

@ -0,0 +1,13 @@
---
keywords: ["Start Here", "Unix", "VirtualHub"]
description: "Unix and Unix-like operating systems."
sidebar_position: 2
---
import DocCardList from '@theme/DocCardList';
# Unix
To learn more about Unix, see [this Wikipedia page](https://en.wikipedia.org/wiki/Unix).
<DocCardList />

View File

@ -0,0 +1,13 @@
---
keywords: ["Research Unix", "Start Here", "Unix", "VirtualHub"]
description: "Original versions of Unix from Bell Labs."
sidebar_position: 1
---
# Research Unix
To learn more about Research Unix, see [this Wikipedia page](https://en.wikipedia.org/wiki/Research_Unix).
- [! PDP-7 Unix](/1970s/1970/pdp7unix/)
- [! Unix v1](/1970s/1971/unix-v1/)
- [! Unix v4](/1970s/1973/unix-v4/)