1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-20 16:38:16 +00:00

Update NITS for KL10.

This commit is contained in:
Lars Brinkhoff
2019-06-26 13:15:52 +02:00
parent 875d8dbf8a
commit 5971d0c9c0

View File

@@ -15,8 +15,8 @@ Note: `XX` means the name of the ITS you are building.
1. First examine SYSTEM; CONFIG > for changes you want to make. Look for the text `IFE MCOND XX,[` to find the section for the machine named XX.
KA10 options you may want to consider:
- DC10P, RP10P the kind of tape drives.
- TM10A or TM10B, the kind of tape drive.
- DC10P, RP10P the kind of disk controller.
- TM10A or TM10B, the kind of tape controller.
- NUNITS and NEWDTP, number and kind of DECtape drives.
- TEN11P to enable the Rubin 10-11 interface. Subordinate options are Knight TV, XGP, CHAOS-11.
- PDP6P to use an auxiliary PDP-6.
@@ -28,6 +28,9 @@ Note: `XX` means the name of the ITS you are building.
- DZ11P, terminal ports.
- CH11P, Chaosnet interface.
KL10 options:
...
Common options:
- NQS, the number of disk drives.
- IMPP, whether there's an IMP interface.
@@ -71,7 +74,7 @@ Note: `XX` means the name of the ITS you are building.
2. Load DDT: <code>L<kbd>$</kbd>DDT</code>
3. Give ITS and its symbols to DDT: <code>T<kbd>$</kbd>NITS BIN</code>
4. You're now in DDT. Exit back to DSKDMP: <code><kbd>$</kbd>U</code>
5. Merge in (N)SALV. For KA10: <code>M<kbd>$</kbd>SALV</code> For KS10: <code>M<kbd>$</kbd>NSALV BIN</code>
5. Merge in (N)SALV. For KA10: <code>M<kbd>$</kbd>SALV BIN</code> For KS10: <code>M<kbd>$</kbd>NSALV BIN</code>
6. Write the result to disk: <code>D<kbd>$</kbd>NITS</code> Again, it's prudent to invent a new file name here. Use <code>F<kbd>$</kbd></code> for a file listing.
- Timesharing DDT method.
@@ -82,6 +85,13 @@ Note: `XX` means the name of the ITS you are building.
4. Merge in ITS with symbols: <code><kbd>$</kbd><kbd>$</kbd>L .; NITS BIN</code>
5. Write the result to disk: <code><kbd>$</kbd>Y .; @ NITS</code>
- Non timesharing DDT method for KL10.
1. Shut down ITS and reboot into NTSDDT.
2. Load ITS: <code><kbd>$</kbd>L .; NITS BIN</code>
3. Merge in SALV: <code><kbd>$</kbd><kbd>$</kbd>L .; SALV BIN</code>
4. Write the result to disk: <code><kbd>$</kbd>Y .; @ NITS</code>
5. If you're in DSKDMP and want to run ITS right away after dumping it, type <code>G<kbd>$</kbd></code>. You're now in DDT. You can examine ITS, set breakpoints, etc. Type <code><kbd>$</kbd>G</code> to start ITS.
6. When the new ITS has passed testing, rename the old `.; @ ITS` to `.; @ OITS`. Rename the new ITS to `.; @ ITS`.