Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-24T19:35:00.000Z (about 1 year ago)
- Last Synced: 2024-04-16T06:59:15.161Z (7 months ago)
- 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".The "UNIBUS" part of project "QUniBone" is now the active development branch of project [UniBone](https://github.com/j-hoppe/UniBone).
The "QBUS" part of project "QUniBone" is under heavy development.
See [project page at retrocmp.com](http://retrocmp.com/projects/unibone/).