mirror of
https://github.com/PDP-10/its.git
synced 2026-02-26 08:53:29 +00:00
Build DUMP.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
SRC = system syseng sysen1 sysnet midas
|
||||
MINSYS = _ sys sys3 sysbin
|
||||
MINSYS = _ sys sys3
|
||||
RAM = bin/boot/ram.262
|
||||
NSALV = bin/boot/salv.rp06
|
||||
DSKDMP = bin/boot/dskdmp.rp06
|
||||
|
||||
@@ -26,5 +26,7 @@ from scratch.
|
||||
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
|
||||
3. Next, the system is booted from the disk, and MIDAS is invoked
|
||||
to assemble ITS from source code.
|
||||
|
||||
4. Finally, the whole file system is dumped to tape.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
sysbin/dump.bin
|
||||
Binary file not shown.
@@ -86,6 +86,7 @@ spawn pdp10 build/simh/boot
|
||||
respond "DSKDMP" "its\r"
|
||||
type "\033g"
|
||||
pdset
|
||||
respond "*" ":print sysbin;..new. (udir)\r"
|
||||
respond "*" ":midas sysbin;_midas;midas\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":job midas\r"
|
||||
@@ -106,9 +107,10 @@ respond "*" ":midas system;_its\r"
|
||||
respond "MACHINE NAME =" "AI\r"
|
||||
expect ":KILL"
|
||||
|
||||
#respond "*" ":midas sysbin;_syseng;dump\r"
|
||||
#respond "WHICH MACHINE?" "AI\r"
|
||||
#expect ":KILL"
|
||||
respond "*" ":midas sysbin;_syseng;dump\r"
|
||||
respond "WHICH MACHINE?" "DB\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":link sys3;ts dump,sysbin;dump bin\r"
|
||||
|
||||
respond "*" "\005"
|
||||
respond "sim>" "at tu0 out/output.tape\r"
|
||||
|
||||
Reference in New Issue
Block a user