mirror of
https://github.com/PDP-10/its.git
synced 2026-05-01 14:06:28 +00:00
Build DSKDMP.
This commit is contained in:
45
doc/sysdoc/dskdmp.order
Executable file
45
doc/sysdoc/dskdmp.order
Executable file
@@ -0,0 +1,45 @@
|
||||
.DEVICE XGP
|
||||
.FONT 1 "FONTS;31VG"
|
||||
.<<FONT 2 "FONTS1;OLDENG">>
|
||||
.FONT 2 "LSPMAN;43VNYR"
|
||||
.SELECT 1
|
||||
.TURN ON "";
|
||||
.INDENT 0,0,0; NOFILL PREFACE 0
|
||||
.SKIP 2
|
||||
.ONCE CENTER SELECT 2
|
||||
DSKDMP ORDER
|
||||
.BREAK;SKIP 4
|
||||
COMMANDS ARE:
|
||||
.SKIP
|
||||
L$file(16)load file into core
|
||||
T$file(16)load file into core and give symbols to DDT and start DDT
|
||||
M$file(16)load file into core without clearing core first
|
||||
K$file(16)delete file
|
||||
D$file(16)dump core into file
|
||||
I$file(16)verify file against core
|
||||
G$(16)start at starting address
|
||||
U$dir;(16)list directory
|
||||
F$(16)list current directory
|
||||
S$(16)list pack ids then mfd
|
||||
nnn$(16)set starting address to nnn
|
||||
L$n$(16)put disk n online
|
||||
K$n$(16)take disk n offline
|
||||
.SKIP 3
|
||||
ERROR MESSAGES ARE:
|
||||
.SKIP
|
||||
CMPERR(16)verify failed to match
|
||||
DIRFUL(16)directory full
|
||||
EOF(16)unexpected end of file
|
||||
DIRNF(16)directory does not exist
|
||||
FNF(16)file not found
|
||||
PKNMTD(16)file is on pack that is not mounted
|
||||
CKSERR(16)checksum error
|
||||
DSKFUL(16)disk full
|
||||
NODDT(16)can't address DDT symbol table (bug)
|
||||
?BUG?(16)BUG
|
||||
SEEKFL(16)disk failed to seek
|
||||
CLOBRD(16)disk read error
|
||||
CLOBWR(16)disk write error
|
||||
DIRCLB(16)dir name differs, TUT disagrees with UFD
|
||||
MFDCLB(16)M.F.D. clobbered
|
||||
|
||||
Reference in New Issue
Block a user