Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Yet another critical script I failed to ADD. Maybe this fully fixes bug 8d1502e9eed |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1f1ac14196a8cf81618ce422f204b90c |
User & Date: | poetnerd 2020-07-10 14:17:54.614 |
References
2020-07-10
| ||
17:49 | • Closed ticket [8d1502e9ee]: scripts/os8/v3d/patch-rk05.os8 doesn't exist plus 5 other changes artifact: 91557490d2 user: tangent | |
Context
2020-07-12
| ||
03:04 | Typoed the conditionals on fortran. The option has a dash not an underscore. This caused patches to be attempted on fortran packages even if the packages were disabled. Note that SABR is now required for the C compiler, and we apply the SABR patch unconditionally. check-in: 70b6053e6d user: poetnerd tags: trunk | |
2020-07-10
| ||
14:17 | Yet another critical script I failed to ADD. Maybe this fully fixes bug 8d1502e9eed check-in: 1f1ac14196 user: poetnerd tags: trunk | |
13:24 | Sigh. Forgot to add the v3d-patch-rk05 script. This fixes ticket [8d1502e9ee]. check-in: 9e9c7ea0b7 user: poetnerd tags: trunk | |
Changes
Added scripts/os8/ock/patch-rk05.os8.
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | # Apply all appropriate patches to the OS/8 Combined Kit # rk05 image that has been built from source. # The patches have been extensively reviewed and documented # in doc/os8-combined-kit.md copy $os8mo/ock-dist.rk05 $os8mo/ock-patched.rk05 mount rk0 $os8mo/ock-patched.rk05 required boot rk0 print Applying patches inherited from v3d: patch $src/patches/os8/ock/CREF-21.15.1M-v5B.patch8 patch $src/patches/os8/ock/CREF-21.15.2M-v5C.patch8 patch $src/patches/os8/ock/BRTS-31.11.3-O.patch8 begin default fortran_ii patch $src/patches/os8/ock/SABR-21.91.1M-v18B.patch8 end default fortran_ii begin default fortran_iv patch $src/patches/os8/ock/F4-51.3.2M-v4x.patch8 end default fortran_iv # patch $src/patches/os8/ock/TECO 31.20.1 Unconditional no case flagging. Not recommended # patch $src/patches/os8/ock/TECO-31.20.01O.patch8 # patch $src/patches/os8/ock/TECO 31.20.2 Turns off verbose errors. Not recommended. # patch $src/patches/os8/ock/TECO-31.20.02O.patch8 # patch $src/patches/os8/ock/TECO 31.20.3 Turns off Yank overwrite warning. Not recommended. # patch $src/patches/os8/ock/TECO-31.20.03O.patch8 # patch $src/patches/os8/ock/TECO 31.20.4 Special support for VT05. Not recommended. # patch $src/patches/os8/ock/TECO-31.20.04O.patch8 patch $src/patches/os8/ock/TECO-31.20.05M-v5A.patch8 patch $src/patches/os8/ock/TECO-31.20.06M-v5B.patch8 patch $src/patches/os8/ock/TECO-31.20.07M.v5C.patch8 patch $src/patches/os8/ock/TECO-31.20.08M-v5.04.patch8 patch $src/patches/os8/ock/TECO-31.20.10M-v5.05.patch8 patch $src/patches/os8/ock/TECO-31.20.11M-v5.06.patch8 patch $src/patches/os8/ock/TECO-31.20.12M-v5.07.patch8 patch $src/patches/os8/ock/TECO-31.20.13M-v5.08.patch8 print Applying patches unique to the Combined Kit: patch $src/patches/os8/ock/ABSLDR-21.29.1M-v6C.patch8 patch $src/patches/os8/ock/PAL8-35.14.1M-V13B.patch8 patch $src/patches/os8/ock/BLOAD-35.51.1M-v5C.patch8 # Squish our device as our last step! os8 SQUISH DSK:/O os8 SQUISH SYS:/O |