-
Recent Posts
Categories
- General (10)
- Retro Computing (17)
Archives
Meta
Author Archives: Quentin
Retro emulation
I have written about a number of projects that I have done in recreating old computers like the HP2000/Access and the DEC PDP-10. To give this some impact and a sense of how these might have been used in the … Continue reading
Posted in Retro Computing
Tagged computing, games, hp2000, mud, pdp10, retro, simh, tops10
12 Comments
Trekking to Angel Falls
I’m finally putting online some of my old trip videos from the early 2000’s. This one is my trip to Angel Falls in 2005. This was a two day trip starting from Canaima, which itself is a long way into … Continue reading
Posted in General
Leave a comment
Building MUD 86 from source
To build the 86 source you first need to get the MUD sources to your TOPS-10 host. I suggest that you use kermit to transfer it to a PPN of [2011,2776] as that is where we need to work. Alternatively create … Continue reading
Building MUD 84 from source
To build the 84 source you first need to restore the MUD.TAP tape to your TOPS-10 host. I suggest that you restore it to a PPN of [2011,2776] as that is where we need to work. See the FAQ for … Continue reading
A drier part of the Swamp
Since getting a working version of MUD on my TOPS-10 system using the binaries from the MUD tape, I have been wondering why I can’t get it to work from source. Whilst investigating this I have found a number of … Continue reading
MUD from Tape
In my last journey towards MUD I found that the source files in the zip archive from Stanford are incomplete. I managed to get hold of a key missing file as scanned hardcopy, but this still had errors in it … Continue reading
Getting in the MUD
Now that TOPS-10 and BCPL is fully operational, the next step is to wade into the MUD. MUD is provided as a set of source files in a mix of BCPL and MACRO-10. Having downloaded the tape from GitHub and … Continue reading
Fixing BCPL
The BCPL compiler to executes successfully and the BCL: ersatz device exists in the monitor but the compiler seems to be producing code which is executing at an illegal memory address. So how do we fix that? Not being familiar … Continue reading
Tops-10 FAQ
I have added a new Tops-10 FAQ page with questions that I had as I got my system up and running for BCPL and MUD1.
Installing BCPL
Having completed the pre-requisites for BCPL, it should be a simple matter to install BCPL using the BUILD.CTL job that is included with the BCPL files on tape. First, boot Tops-10 with the amended system that was generated with MONGEN … Continue reading