←back to thread

128 points rbanffy | 2 comments | | HN request time: 0.422s | source
Show context
gxd ◴[] No.45858194[source]
This is an incredible find. It would be amazingly cool if we could create an emulated environment for compiling and running Unix v4 from these sources.
replies(3): >>45858207 #>>45858292 #>>45858444 #
ndiddy ◴[] No.45858292[source]
SIMH emulates the PDP-11 (along with a ton of other early mini/microcomputers). It should be possible to run whatever's extracted from the tapes on SIMH. For example, the members of the TUHS mailing list were able to get an even earlier set of UNIX sources from 1972 running again, see here for more info: https://github.com/DoctorWkt/unix-jun72
replies(1): >>45858645 #
1. larsbrinkhoff ◴[] No.45858645[source]
They were able to get an even earlier set of UNIX sources running on the SIMH PDP-7 emulator. SEVEN.
replies(1): >>45858925 #
2. bodyfour ◴[] No.45858925[source]
It's really easy to run for yourself: https://github.com/DoctorWkt/pdp7-unix/

Don't expect it to do much, but it's fascinating if you're interested in OS history.