mirror of
https://github.com/InstallerLegacy/virtualhub.eu.org.git
synced 2024-10-22 12:06:03 +00:00
first commit
This commit is contained in:
20
docs/start-here/index.md
Normal file
20
docs/start-here/index.md
Normal 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>
|
14
docs/start-here/others/1960s.md
Normal file
14
docs/start-here/others/1960s.md
Normal 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/)
|
16
docs/start-here/others/1970s.md
Normal file
16
docs/start-here/others/1970s.md
Normal 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/)
|
13
docs/start-here/others/index.md
Normal file
13
docs/start-here/others/index.md
Normal 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 />
|
13
docs/start-here/unix/index.md
Normal file
13
docs/start-here/unix/index.md
Normal 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 />
|
13
docs/start-here/unix/research-unix.md
Normal file
13
docs/start-here/unix/research-unix.md
Normal 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/)
|
Reference in New Issue
Block a user