UNIX V4 tape from University of Utah

60 points by lorddimwit


fanf

Pictures, some video, and commentary on the process of reading the tape: https://discuss.systems/@ricci/115747843169814700

tar file extracted from the analogue waveform: http://squoze.net/UNIX/v4/

notes and links about the v4 tape: https://github.com/thaliaarchi/unix-history/blob/main/users/utah/v4.md

lorddimwit

Previously on Lobste.rs: https://lobste.rs/s/l5nsnw/unix_v4_tape_found_at_university_utah

Irene

I'm fascinated by what appear to be two home directories full of source code, /usr/sys/dmr/ and /usr/sys/ken/. that is definitely not where they would go on a modern machine.

kwas

The files are very, very sparsely commented.

~/src/unix_v4
❯ cloc .
     363 text files.
     347 unique files.
     155 files ignored.

github.com/AlDanial/cloc v 2.06  T=0.25 s (1404.6 files/s, 246968.1 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Assembly                       210           2161              2          30647
C                              123           2749            966          24054
C/C++ Header                    14             28             34            373
-------------------------------------------------------------------------------
SUM:                           347           4938           1002          55074
-------------------------------------------------------------------------------