Restoration of 1st Edition Unix kernel sources
11–15 of 15 posts
Re: Restoration of 1st Edition Unix kernel sources
#12"Preliminary Relase of UNIX Implentation Document" -> http://minnie.tuhs.org/pipermail/tuhs/2006-April/001367.html
The files -> http://www.bitsavers.org/pdf/bellLabs/unix/
For as strange as it may sound, this amazing finding went unnoticed for 2 years. Nobody paid any attention to this precious paper...until April 2008. That's when the whole restoration process really started:
"Whence 1st Edition Unix Kernel Assembly?" -> http://minnie.tuhs.org/pipermail/tuhs/2008-April/001695.html
There was a mailing list specially dedicated to the whole restauration process:
"The Unix-jun72 Archives" -> http://minnie.tuhs.org/pipermail/unix-jun72/
It was really an impressive effort for bringing back to life the first edition of the operating system that forever changed the computer world.
Re: Restoration of 1st Edition Unix kernel sources
#13Would be nice if this ran in the browser, if only to avoid bitrot.
The (long, long) pre-standard C that it's written in isn't even understood by modern C compilers - bitrot is pretty much a given at this point.
Re: Restoration of 1st Edition Unix kernel sources
#14Earlier quoted context omitted.
The (long, long) pre-standard C that it's written in isn't even understood by modern C compilers - bitrot is pretty much a given at this point.
They recovered a working compiler, and the darn thing was recovered from a printout - it's not that long. Portable, perhaps?
Re: Restoration of 1st Edition Unix kernel sources
#15What a really great example of Vinge's software archeology! I've felt that way on some projects, but obviously nothing like this.
For example, Vinge's A DEEPNESS IN THE SKY describes a software system thousands of years in the future that still uses the time_t epoch (and none of the system's space-faring users know the significance of 01970-01-01).