Skip to content

chasecovello/simh-realcons-pdp11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

simh <-> blinkenbone merge

This is a repository with the only purpose of merging the "realcons" features from BlinkenBone into the latest upstream version of simh.

Since this is for my personal use, I've chosen to only merge the PDP11 changes, since they are useful for use with PiDP-11.

To clone the repository:

git clone https://github.com/desaster/simh-realcons-pdp11 -b realcons

The build depends on two source directories included in the BlinkenBone repository, and they are defined in the makefile as such:

BLINKENLIGHT_COMMON_DIR=../BlinkenBone/projects/00_common
BLINKENLIGHT_API_DIR=../BlinkenBone/projects/07.0_blinkenlight_api

To build against the PiDP-11 versions of these sources, change the paths accordingly:

BLINKENLIGHT_COMMON_DIR=../pidp11/src/00_common/
BLINKENLIGHT_API_DIR=../pidp11/src/07.0_blinkenlight_api/

Branches in this repository:

Branch Description
info empty branch containing only this README
upstream master branch of the upstream repository
realcons master branch with the realcons changes merged

About

simh fork with realcons features merged

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%