1972 Unix V2 "Beta" Resurrected
tuhs.org
1972 Unix V2 "Beta" Resurrected
1–10 of 153 posts
Re: 1972 Unix V2 "Beta" Resurrected
#2Re: 1972 Unix V2 "Beta" Resurrected
#3Spock levels of fascinating from me. I want to learn how to compile a pdp11 emulator on my mac.
Works great on Apple Silicon
Re: 1972 Unix V2 "Beta" Resurrected
#4Spock levels of fascinating from me. I want to learn how to compile a pdp11 emulator on my mac.
Once you've got that working, try installing a 2.11BSD distribution. It's well-documented and came after a lot of the churn in early Unix. After that, I've had great fun playing with RT-11, to the point that I've actually written some small apps on it.
Re: 1972 Unix V2 "Beta" Resurrected
#5Spock levels of fascinating from me. I want to learn how to compile a pdp11 emulator on my mac.
Re: 1972 Unix V2 "Beta" Resurrected
#6first time I see people use 'ed' for work!!!
I wonder who else has to deal with ed also... recently I had to connect to an ancient system where vi was not available, I had to write my own editor, so whoever needs an editor for an ancient system, ping me (it is not too fancy).
amazing work by the creators of this software and by the researchers, you have my full respect guys. those are the real engineers!
Re: 1972 Unix V2 "Beta" Resurrected
#7Re: 1972 Unix V2 "Beta" Resurrected
#8Spock levels of fascinating from me. I want to learn how to compile a pdp11 emulator on my mac.
Compiling an emulator is quite easy: have a look at simh. It's very portable and should just work out of the box. Once you've got that working, try installing a 2.11BSD distribution. It's well-documented and came after a lot of the churn in early Unix. After that, I've had great fun playing with RT-11, to the point that I've actually written some small apps on it.
> It's somewhat picky about the environment. So far, aap's PDP-11/20 emulator (https://github.com/aap/pdp11) is the only one capable of booting the kernel. SIMH and Ersatz-11 both hang before reaching the login prompt. This makes installation from the s1/s2 tapes difficult, as aap's emulator does not support the TC11. The intended installation process involves booting from s1 and restoring files from s2.
Re: 1972 Unix V2 "Beta" Resurrected
#9Earlier quoted context omitted.
Compiling an emulator is quite easy: have a look at simh. It's very portable and should just work out of the box. Once you've got that working, try installing a 2.11BSD distribution. It's well-documented and came after a lot of the churn in early Unix. After that, I've had great fun playing with RT-11, to the point that I've actually written some small apps on it.
From the link: > It's somewhat picky about the environment. So far, aap's PDP-11/20 emulator ( https://github.com/aap/pdp11 ) is the only one capable of booting the kernel. SIMH and Ersatz-11 both hang before reaching the login prompt. This makes installation from the s1/s2 tapes difficult, as aap's emulator does not support the TC11. The intended installation process involves booting from s1 and restoring files from…
Re: 1972 Unix V2 "Beta" Resurrected
#10Earlier quoted context omitted.
https://opensimh.org/ Works great on Apple Silicon
What’s the difference between an emulator and a simulator in this context?
E.g. since the MAME project considers itself living documentation of arcade hardware, it would be more properly classified as a simulator. While the goal of most other video game emulators is just to play the games.