Skip to content

Instantly share code, notes, and snippets.

View wohali's full-sized avatar
💭
I may be slow to respond.

Joan Touzet wohali

💭
I may be slow to respond.
View GitHub Profile
@wohali
wohali / readme.md
Created July 10, 2024 07:16
Using C-Kermit with SimH to transfer files from a simulated PDP-11

Using C-Kermit with SimH to transfer files from a simulated PDP-11

This is a short guide on copying files to/from a simulated PDP-11 using C-Kermit. It's slow, but extremely robust.

Configuring SimH

Here's a minimal machine config for Kermit. It's possible to run in less memory but I didn't spend the time to work it out.

The most important parts of this config are the dli/dlo lines, which enable a second serial line for file transfer, and the cpu line setting 256KB of memory.