mirror of
https://github.com/PDP-10/its.git
synced 2026-04-05 13:41:09 +00:00
16 lines
675 B
Plaintext
16 lines
675 B
Plaintext
<p>
|
|
<strong>Don't read this</strong>
|
|
</p>
|
|
|
|
<p>
|
|
To patch ITS while it's running, first type <code>sys$j</code> to get the sysjob. This job has the core image of the ITS monitor, but it's write-protected by default. To unprotect it, type <code>$$^R</code>.
|
|
</p>
|
|
|
|
<p>
|
|
To get a directory listing, type <code>^R m.f.d. (file)</code>. Or run PEEK on the 340 display (type <code>^Y</code>) and type <code>D</code>.
|
|
</p>
|
|
|
|
<p>
|
|
To make a new directory, say foobar, type <code>^R foobar; ..new. (udir)</code>. Unless on a really old ITS… in which case you must patch the ITS location NUFDTB with the sixbit name of the directory, and then access a file in it.
|
|
</p>
|