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: 7 days ago
JSON representation

Combined software for Linux-to-UNIBUS "UniBone" and Linux-to-QBUS bridge "QBone"

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/)