1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 02:54:55 +00:00

Initial README for this repository.

This commit is contained in:
Lars Brinkhoff
2016-10-24 11:48:49 +02:00
commit 0ae963dd21
2 changed files with 17 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*~

16
README.md Normal file
View File

@@ -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).