PiDP-8/I Software

Check-in [47c6ab8349]
Log In

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merged a few of the differences between the new boot/run-v3f.script.in file and the preexisting run/3.script.in file into the latter.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | os8-v3f-extensions
Files: files | file ages | folders
SHA3-256: 47c6ab834974206b8b8d02074cc64fe2684e5d5cf336abcbc8610de6bdbe9fbf
User & Date: tangent 2018-10-17 15:25:10
References
2018-10-17
18:13 Reply: So what DOES remain before we merge os8-v3f-extensions into trunk? artifact: d882ecf991 user: tangent
Context
2018-10-17
15:34
Removed media/os8/os8.tu56 and the references to it now that 3.script uses the new os8-run-built tape images. check-in: d34787b405 user: tangent tags: os8-v3f-extensions
15:25
Merged a few of the differences between the new boot/run-v3f.script.in file and the preexisting run/3.script.in file into the latter. check-in: 47c6ab8349 user: tangent tags: os8-v3f-extensions
15:11
Added "run-v3f" Makefile target, its "runf" alias, and the boot/run-v3f.script.in file those targets use. check-in: 06aef989e3 user: tangent tags: os8-v3f-extensions
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to boot/3.script.in.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

17
18
; Loads OS/8 from DECtape, as opposed to the RK05 based environment
; in 0.script.
;
echo Loading OS/8 from DECtape...
set df disabled
set cpu noidle
@SET_THROTTLE@
deposit int-throttle THROT_DELAY 3
echo Device type @OS8_TAPE_DEVICE@
@if SIMH_TAPE_DEVICE == td
set dt disabled
set td enabled
@else
set td disabled
set dt enabled
@endif

attach @SIMH_TAPE_DEVICE@0 @MEDIADIR@/os8/@OS8_BOOT_TAPE@
boot @SIMH_TAPE_DEVICE@0



|




|



|
<
<

>


1
2
3
4
5
6
7
8
9
10
11
12
13


14
15
16
17
; Loads OS/8 from DECtape, as opposed to the RK05 based environment
; in 0.script.
;
echo Loading OS/8 from DECtape type @OS8_TAPE_DEVICE@...
set df disabled
set cpu noidle
@SET_THROTTLE@
deposit int-throttle THROT_DELAY 3

@if SIMH_TAPE_DEVICE == td
set dt disabled
set td enabled
; else, default is correct, per p.4 in SIMH's pdp8_doc.doc.


@endif

attach @SIMH_TAPE_DEVICE@0 @MEDIADIR@/os8/@OS8_BOOT_TAPE@
boot @SIMH_TAPE_DEVICE@0