mirror of
https://github.com/PDP-10/its.git
synced 2026-01-28 12:59:20 +00:00
Boot ROM for downloading software from Chaosnet over Ethernet.
The ROM is built with the default start address, which is 173000. It appears PROM 50 is the old Maclisp PROM tool, and PROM 555 is a newer version for Lisp machines.
This commit is contained in:
@@ -1614,6 +1614,19 @@ respond "*" ":palx test_config\r"
|
||||
respond ":::" "777\r"
|
||||
expect ":KILL"
|
||||
|
||||
# MINITS boot ROM for an Interlan network interface.
|
||||
respond "*" ":cwd mits.b\r"
|
||||
respond "*" ":palx bootil\r"
|
||||
respond "Interlan CSR?" "0\r"
|
||||
respond "Chaos address of Interlan board?" "0\r"
|
||||
expect "Which set of downloading hosts?"
|
||||
respond ")" "0\r"
|
||||
respond "Start address?" "0\r"
|
||||
respond "Do you want a power up/boot support" "0\r"
|
||||
respond "Boot PROM mapping kludge?" "0\r"
|
||||
respond "Start of temporary data storage?" "150000\r"
|
||||
expect ":KILL"
|
||||
|
||||
# ITS universal file.
|
||||
respond "*" ":cwd decsys\r"
|
||||
respond "*" ":macro\r"
|
||||
|
||||
Reference in New Issue
Block a user