Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "The Computer Chronicles - Gary Kildall Special (1995)" video.
-
5
-
4
-
3:20 Near as I can tell, Kildall’s PL/M compiler was always a cross-compiler: it never ran native on any 8-bit microprocessor. To use it, you had to have access to a big (and expensive) DEC PDP-10 machine.
I think this ran the TOPS-10 OS, which was a pretty typical DEC OS. A filespec consisted of a device name, a directory part, a name part, an extension and a version number. Clearly this was the inspiration for CP/M filespec syntax: the device name (which could be multiple characters) was simplified down to a single character, the directory part and version number were omitted, the name limited to 8 characters, and the extension to 3.
And aspects of that syntax were carried over to MS-DOS, and still persist in Windows to this day. Particularly the single-character drive names, which seem pretty ridiculous on modern hardware.
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1