-
Add XGP-11 as per recent ITS updates.
1. Ensure PDP-10 emulator is new enough.
2. New disk images needed to pick up ITS configuration updates. (Or add a few lines to CONFIG and reassemble ITS.)
…
-
Hi, thank you for making your work available on GitHub!
It would be great if you could add a bit of information on how to program the Cyc1000. I found this project for programming a Cyc1000 without…
-
Having recently drawn my own KL10 11/40 panel, I noticed some differences between your drawings and the reference photo. Your drawing has some similarities to the original 11/40.
- The "KL10" font…
-
@jwbrase wrote to the PiDP-11 mailing list:
> I was looking for good instructions for a manual install, but the instructions I was able to find either created a very minimal system, without a lot o…
-
If you pass data that isn't numeric to a model fit routine, you get a stack track akin to the one below, with an error thrown from pandas. It could be a more helpful error.
You could silently cast …
-
I saw your design on Hackaday (https://hackaday.com/2020/04/08/what-day-is-it/) and was immediately inspired by your work. I wanted to continue on that path and added a temperature/humidity sensor an…
-
Add ITS devices for:
- SPI
- I2C
- Digital IO
Also corresponding PDP-10 IO bus devices.
Host hardware would typically be Rasperry Pi devices.
-
On machine with hardware NIC, create a TAP device.
Assume TAP0:
vde_switch --tap tap0 --sock /tmp/vde.ctl --mode 660 --group users -mgmt /tmp/vde.mgmt --mgmtmode 660 --mgmtgroup users --daemon -…
-
### What type of bug is this?
Crash
### What subsystems and features are affected?
Background worker
### What happened?
A test failed on a code assertion when running in CI: https://github.com/ti…
-
Hello. I have been "hobby" working on a KL10-PV emulation of the real hardware in Verilog for a while now. I hope someday to boot TOPS-20 on this in simulation and then make it run in an FPGA. I'm a s…