(That's a 14" removable platter drive that stored 5 million bytes! Amazing. A couple decades and the media is essentially unreadable. I suppose someone with a STM could work it out.)
JavaScript PDP11 emulator running Unix V6
11–20 of 34 posts
Re: JavaScript PDP11 emulator running Unix V6
#12Re: JavaScript PDP11 emulator running Unix V6
#13Fri Oct 10 12:33:34 EDT 1975
Re: JavaScript PDP11 emulator running Unix V6
#14Re: JavaScript PDP11 emulator running Unix V6
#15The question is, how do I mount my RL02 pack with the software I saved? (That's a 14" removable platter drive that stored 5 million bytes! Amazing. A couple decades and the media is essentially unreadable. I suppose someone with a STM could work it out.)
Re: JavaScript PDP11 emulator running Unix V6
#16/usr/ken
# vi
vi: not found
Wow, it's like I was traveling in a time machine back to 70's and saw Ken Thompson hacking. One thing that has always taken for granted is that vi is the ubiquitous editor in Unix world, it's NOT true, :)
Re: JavaScript PDP11 emulator running Unix V6
#17Re: JavaScript PDP11 emulator running Unix V6
#18# pwd /usr/ken # vi vi: not found Wow, it's like I was traveling in a time machine back to 70's and saw Ken Thompson hacking. One thing that has always taken for granted is that vi is the ubiquitous editor in Unix world, it's NOT true, :)
Also, I just realized its been a long time since I had to use ed, but this is fun. Its like a more civilized age of unix, ls -l doesn't print groups. So much fun to be had here.
Re: JavaScript PDP11 emulator running Unix V6
#19# pwd /usr/ken # vi vi: not found Wow, it's like I was traveling in a time machine back to 70's and saw Ken Thompson hacking. One thing that has always taken for granted is that vi is the ubiquitous editor in Unix world, it's NOT true, :)
I think this is when you learn that ed is truly the ubiquitous editor. None of these fancy visual editors like vi, also if the date is to be believed, this predates vi by a year (1976 is when Joy created it if I remember right). Also, I just realized its been a long time since I had to use ed, but this is fun. Its like a more civilized age of unix, ls -l doesn't print groups. So much fun to be had here.
Out of curiosity I also tried ed on my Ubuntu and it works here too. Shouldn't obsolete tools like these be removed from the newer linux kernels? Or is there a significant population that still uses it directly or indirectly (using some tools that use ed)?