mirror of
https://github.com/InstallerLegacy/virtualhub.eu.org.git
synced 2024-10-22 14:06:03 +02:00
36 lines
1.5 KiB
Markdown
36 lines
1.5 KiB
Markdown
---
|
|
keywords: [1960s]
|
|
image: ./1960s.webp
|
|
sidebar_label: Introduction
|
|
sidebar_position: 1
|
|
description: "The 1960s were mainly the years of mainframes and minicomputers. In this section, we cover the operating systems for minicomputers only."
|
|
---
|
|
|
|
import pdp7ImageUrl from './1960s.webp';
|
|
|
|
# 1960s
|
|
|
|
<div className='text--center'>
|
|
<figure>
|
|
<img width="512" height="384" src={pdp7ImageUrl} alt="PDP-7" style={{borderRadius: '15%'}}/>
|
|
<figcaption>PDP-7 <sup><a href="#footnote1" id="1">1</a></sup></figcaption>
|
|
</figure>
|
|
</div>
|
|
|
|
The 1960s were mainly the years of mainframes and minicomputers. In this section, we cover the operating systems for minicomputers only. Mainframe operating systems are covered in [this blog post](/blog/mainframe-operating-system-of-1960s/). It contains links to external sites with instructions on how to install those operating systems in emulators.
|
|
|
|
<div className='container'>
|
|
<div className="row">
|
|
<div className="col text--center padding-horiz--md padding-vert--md">
|
|
<a href="/1960s/1965" className="button button--primary">1965</a>
|
|
</div>
|
|
<div className="col text--center padding-horiz--md padding-vert--md">
|
|
<a href="/1960s/1968" className="button button--primary">1968</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<hr/>
|
|
|
|
<sup><a href="#1" id="footnote1">1</a></sup> <a href="https://commons.wikimedia.org/wiki/File:Pdp7-oslo-2005.jpeg">en:User:Toresbe</a>, <a href="http://creativecommons.org/licenses/sa/1.0/">CC SA 1.0</a>, via Wikimedia Commons
|