(no title)
andikleen2 | 5 years ago
They make great code reading if anyone is interested. The early Unix variants were quite simple and concise, nothing like the complexity of a modern variant.
https://github.com/dspinellis/unix-history-repo/tree/Researc...
For example early process swapping was really simple:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
or scheduling was quite simple too:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
or that's most of a file system:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
scanner and lexer of the earlier (pre pcc) c compiler:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
and that is ls:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
ed, the standard editor:
https://github.com/dspinellis/unix-history-repo/blob/Researc...
No comments yet.