Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Subtle mistake: OS8_RK05S needs V3D_RUNTIME and OCK_RUNTIME. It had OS8_RUNTIME which might be one or the other. I don't know where the dependencies would go if use-ock were set. Right now we unconditionally build both. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d11565ea4f0649f80d9a70a698e9978e |
User & Date: | poetnerd 2020-08-01 01:27:35.088 |
Context
2020-08-01
| ||
02:18 | Having re-organized around OS8_TOOLTIME, the scripts need to be converted from using v3d.rk05 to v3d-patched.rk05, the OS8_TOOLTIME pack. Perhaps the .os8 scripts should be converted to .os8.in scripts that would use an OS8_TOOLTIME auto.def. check-in: a4a0a1aabc user: poetnerd tags: trunk | |
01:27 | Subtle mistake: OS8_RK05S needs V3D_RUNTIME and OCK_RUNTIME. It had OS8_RUNTIME which might be one or the other. I don't know where the dependencies would go if use-ock were set. Right now we unconditionally build both. check-in: d11565ea4f user: poetnerd tags: trunk | |
2020-07-31
| ||
02:13 | Implemented the clearer demarkation of different levels of OS8 boot media, as per Forum discussion: https://tangentsoft.com/pidp8i/forumpost/dcf09a8902 check-in: c548a7866c user: poetnerd tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
316 317 318 319 320 321 322 | V3D_RUNTIME = bin/v3d.rk05 OCK_RUNTIME = bin/ock.rk05 OS8_RUNTIME = bin/@OS8_RUNTIME@ OS8_RK05S = \ $(OS8_BASELINE) \ $(OS8_TOOLTIME) \ | | | 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | V3D_RUNTIME = bin/v3d.rk05 OCK_RUNTIME = bin/ock.rk05 OS8_RUNTIME = bin/@OS8_RUNTIME@ OS8_RK05S = \ $(OS8_BASELINE) \ $(OS8_TOOLTIME) \ $(V3D_RUNTIME) \ $(OS8_SRC_RK05) \ $(OS8_OCK_DIST_RK05) \ $(OS8_OCK_PATCHED_RK05) \ $(OCK_RUNTIME) |
︙ | ︙ |