https://github.com/wohali/qunibone
Combined software for Linux-to-UNIBUS "UniBone" and Linux-to-QBUS bridge "QBone"
https://github.com/wohali/qunibone
Last synced: 7 days ago
JSON representation
Combined software for Linux-to-UNIBUS "UniBone" and Linux-to-QBUS bridge "QBone"
- Host: GitHub
- URL: https://github.com/wohali/qunibone
- Owner: wohali
- License: bsd-2-clause
- Fork: true (j-hoppe/QUniBone)
- Created: 2023-09-23T21:02:56.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T03:29:12.000Z (10 months ago)
- Last Synced: 2024-12-09T04:23:51.945Z (10 months ago)
- Language: C++
- Size: 152 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QUniBone
This is the software for both
Linux-to-UNIBUS bridge "UniBone"
and
Linux-to-QBUS bridge "QBone""UniBone" connects a BeagleBone Black micro Linux system to ancient DEC UNIBUS,
"QBone" does the same for DEC QBUS.UniBone/QBone can keep old PDP-11s running, by emulating devices and aiding in repair.
As UNIBUS and QBUS are quite similar, only one software project compiles for both devices.
In-source differentiation is done via "#define UNIBUS" or "#define QBUS".
Source files special to only one bus are marked with suffix "_u" respective "_q".See project pages at retrocmp.com [for UniBone](http://retrocmp.com/projects/unibone/) and [for QBone](http://retrocmp.com/projects/qbone/)