-
Notifications
You must be signed in to change notification settings - Fork 23
Developing a PDP 11 Co Pro
David Banks edited this page Apr 29, 2018
·
4 revisions
Some links to PDP-11 emulation code we might be able to use:
https://github.com/jonatron/pdp-11/tree/master/newsrc
https://github.com/simh/simh/tree/master/PDP11
https://github.com/mamedev/mame/blob/master/src/mame/drivers/pdp11.cpp
http://www.jbox.dk/sanos/pdp11.htm (this is the one RobC has used)
http://pdp11.aiju.de/pdp11.js (Julius Schmidt)
https://github.com/davecheney/cpp11/blob/master/cpu.cc (Dave Cheney, derivative work of Julius Schmidt emulator)
Hardware
Software
- Build dependencies
- Running cmake
- Compiling kernel.img
- Deploying on a Pi
- Recommended config.txt and cmdline.txt options
- Validation
- Compilation flags
Implementation Notes