From 0ae963dd215cee93c0354135f3a9b60446fb9787 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Mon, 24 Oct 2016 11:48:49 +0200 Subject: [PATCH] Initial README for this repository. --- .gitignore | 1 + README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..b25c15b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/README.md b/README.md new file mode 100644 index 00000000..ee700d96 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Build ITS from scratch + +### About ITS + +ITS, the Incompatible Timesharing System, is an operating system for +the PDP-10 computer family. It was written by hackers at MIT in the +1960s. The MIT site was shut down in 1990, but enthusiasts continue +to operate ITS systems to this day. + +### Building it from scratch + +This repository contains source code, tools, and scripts to build ITS +from scratch. + +...or at least, that's the plan. There will be some initial +experimentation in the [`test` branch](http://github.com/PDP-10/its/tree/test).