1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-04 23:26:02 +00:00

Build ITS monitor from source code.

This commit is contained in:
Lars Brinkhoff
2016-10-29 12:46:05 +02:00
parent 0ae963dd21
commit c7c4e2b9dd
97 changed files with 96244 additions and 2 deletions

View File

@@ -12,5 +12,12 @@ to operate ITS systems to this day.
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).
1. First, magnetic tape images are created from files in `src` and
`bin`. There are two bootable tapes, and one tape with files in
DSKDMP backup format.
2. Then the tapes are used to create a file system on an RP06 disk and
populate it with a minimal system, and also source code.
3. Finally, the system is booted from the disk, and MIDAS is invoked
to assemble ITS from source code.