From 116cbe08db4c8b8e024a020d79eb5c80d307a993 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sat, 2 Jan 2016 12:17:45 -0500 Subject: [PATCH] added README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0499d16 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# cpus-pdp8 +Verilog FPGA PDP-8/i cpu + +A working PDP-8/i cpu with an RF08 disk emulator which uses a IDE disk as a backing store. It boots TSS/8. + +Included are several versions of TSS/8 sources with utilites to build the base o/s from scratch. + +A base file system with utilties is required as I have not yet found all the sources for the base utilties. + +