commit 0ae963dd215cee93c0354135f3a9b60446fb9787 Author: Lars Brinkhoff Date: Mon Oct 24 11:48:49 2016 +0200 Initial README for this repository. 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).