1328 bytes for a hello world? BLOAT!
1972 Unix V2 "Beta" Resurrected
21–30 of 153 posts
Re: 1972 Unix V2 "Beta" Resurrected
#22Earlier quoted context omitted.
good luck though. my emulator is not particularly user friendly, as in, it has no user interface. i recommend simh (although perhaps not for this thing in particular).
So what mechanism do you have set up to reply 4 minutes after being mentioned? :)
Re: 1972 Unix V2 "Beta" Resurrected
#23I love this! first 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!
The keystokes are pretty much what you'd press in vim to perform the same actions. Except that append mode ends when they finished the line (apparently) rather than having to press Esc. The feedback from the editor, however, is… challenging.
Re: 1972 Unix V2 "Beta" Resurrected
#24Cool. Can we enter that time portal and live in that alternate reality?
Re: 1972 Unix V2 "Beta" Resurrected
#25I love this! first 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
#261328 bytes for a hello world? BLOAT!
Re: 1972 Unix V2 "Beta" Resurrected
#27Spock levels of fascinating from me. I want to learn how to compile a pdp11 emulator on my mac.
Re: 1972 Unix V2 "Beta" Resurrected
#28Spock 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.
What I found entertaining was when he was explaining how to compile the kernel, I went Oh! that's where openbsd gets it from. it is still a very similar process.
Re: 1972 Unix V2 "Beta" Resurrected
#29Re: 1972 Unix V2 "Beta" Resurrected
#30I love this! first 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!