PiDP-8/I Software

Timeline
Log In

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

19 check-ins related to "BOGUS"

2019-09-03
00:09
Switched Prism dark theme to Solarized Light. (EDIT: Reverted to dark; looks better with our repo skin.) Closed-Leaf check-in: 9860d36b97 user: tangent tags: BOGUS
00:01
Added prism.js, shortly to be used by the skin for syntax highlighting in repo code displays. check-in: 27d9da9dbe user: tangent tags: trunk
2018-12-30
05:59
New code base for cc8/cross: SmallC-85. SmallC-85 is a revived and updated port of SmallC that is much cleaner. This version compiles on the Mac using clang silently without warnings, and runs well enough to generate .sb files that are functionally the same as what was generated on the non-portable cross. (Accidentally checked in on trunk, moved to BOGUS for later cherry-pick to the smallc-85 branch.) Closed-Leaf check-in: 8ef9b5fae0 user: poetnerd tags: BOGUS
2018-12-28
12:57
Fixed [b33f80acd8]: the Ctrl-E exit to the SIMH command prompt causes our new SIGINT handler to be called, which was not only turning off the LEDs but also shutting down the GPIO thread. That means that on sim re-entry, we'd refuse to turn the LEDs back on because the GPIO thread is no longer running. The fix is to turn LEDs off conditional only on whether the PiDP-8/I extensions are enabled, but to stop the GPIO thread only if we're going through the exit(3) path on handling SIGINT. check-in: 85596d132e user: tangent tags: trunk
2018-05-28
20:44
Bug fix 1: simh.py blows out when your fossil branch has capital letters in it Bug fix 2: Makefile.in was missing a backslash Move of script files not properly done, but the wrongly added versions were then edited. This should fix all that. Closed-Leaf check-in: 891c5e4db0 user: poetnerd tags: mv-fix-retry
01:56
2nd try cleaning up the mess made with moving scripts. Closed-Leaf check-in: 62cce3f805 user: poetnerd tags: BOGUS
01:43
Bad typo broke Makefile. I need to test better. Closed-Leaf check-in: c4ff9674b7 user: poetnerd tags: BOGUS, scripts_mv_fix
2018-05-27
23:03
I THINK this fixes my failed move of the mkos8 files to their new home. check-in: 464e0932e3 user: poetnerd tags: BOGUS
22:14
Bad typo broke Makefile. I need to test better. Move active .mkos8 scripts to where we actually use them. Closed-Leaf check-in: f43d5a34dd user: poetnerd tags: BOGUS, mkos8-mv-fix
00:17
Bad typo broke Makefile. I need to test better. check-in: c4de20d3cd user: poetnerd tags: BOGUS
2018-05-25
03:21
Scripts that were used to pioneer what is now codified in os8-v3f-tape.mkos8. The scripts moved location, but have not yet been updated. Maybe these are nothing more than historical now. check-in: 2f3ade6660 user: poetnerd tags: BOGUS
03:10
These were test harnesses for testing lib/os8script.py while it was under development. Subsequently the scripts moved and so "./" needs to be turned into "$media" or some such. Let's at least get these checked in, though. check-in: fdc1352283 user: poetnerd tags: BOGUS
03:08
This script performs the assembly of v3f from source. TODO: Convert it to the new $foo path expansions. check-in: a59ace0f6f user: poetnerd tags: BOGUS
03:06
IMPORTANT! These are why we converted mkos8 to os8-run! These scripts create a bootable TD8E or TC08 dectape from source with the aid of --enable options. check-in: 43fc1968b1 user: poetnerd tags: BOGUS
03:04
OOPS! I never checked in the src and patch scripts. NOW make will work. Sorry. check-in: ad6ff5f7c7 user: poetnerd tags: BOGUS
03:03
I think this is all the dependency stuff I need to set. I'm doing one possibly wrong thing: autodef would define @MKOS8_BIN_PATCHES@ as "patch" or not define it. I use that to trigger defining MKOS8_PATCH_SCRIPT = @srcdir@/media/os8/scripts/os8v3d-patch.mkos8 or not defining it. check-in: 3452c31edd user: poetnerd tags: BOGUS
02:49
Snapshot: Minimum Makefile.in changes needed to replace execution of mkos8 with execution of os8-run. TODO: 1. Put in the dependencies on the new python modules. 2. rip out mkos8. 3. Confirm this all works for someone else. 4. CLEANUPS. check-in: c610c24d5d user: poetnerd tags: os8-v3f-extensions
2017-11-14
07:06
Updated cc8.tu56 again: previous one was made on macOS from *.s files copied from a Pi 3, whereas this one is made on the Pi 3 directly from the original *.c files. Not sure why the difference exists, but of the two, this one should be the more trustworthy. Closed-Leaf check-in: d434ef3f3a user: tangent tags: BOGUS
06:54
Removed the getchar() call near the end of main() in the cc8 cross-compiler. It blocks cc8-tu56-update, and we don't want to add a "send CR" bit to the script just to placate it. check-in: 96b6cef0c3 user: tangent tags: trunk