What does HackerNews think of pdp7-unix?
A project to resurrect Unix on the PDP-7 from a scan of the original assembly code
The very first of UNIX actually ran on a machine that couldn't even address that much memory, the PDP-7 has 13 bit addresses so you can only address 8k words of memory directly (1 word = 18 bits). The UNIX (or rather UNICS) kernel ran in 4k and left the other 4k for a user process; every context switch was a swap! If you want to try it out: https://github.com/DoctorWkt/pdp7-unix
Just recently, fragments of the earliest Unix OS source code and B interpreter were discovered [0]. Now, the earliest Unix for the PDP-7 and PDP-11 [1] can run under emulation thanks to the incredible efforts of Warren Toomey and others at the Unix Heritage Society [2].
[0] https://github.com/DoctorWkt/pdp7-unix