User Tools

Site Tools


blog:pdp7-unix-pt1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
blog:pdp7-unix-pt1 [2016/02/28 21:30] wktblog:pdp7-unix-pt1 [2022/07/08 09:22] (current) – old revision restored (2016/02/28 21:28) 192.99.0.24
Line 1: Line 1:
 ====== Bringing PDP-7 Unix Back to Life ====== ====== Bringing PDP-7 Unix Back to Life ======
  
-A few months back I found out that Norman Wilson had been sitting on a bunch of documents that had PDP-7 Unix source code. Argh! I knew that Dennis Ritchie had these documents, but I'd assumed that they had been lost or disposed of when dmr passed away. But Norman had made photocopies of them.+A few months back I found out that Norman Wilson had been sitting on a bunch of documents that had PDP-7 Unix source code. Argh! I knew that Dennis Ritchie had these documents, but I'd assumed that they had been lost of disposed of when dmr passed away. But Norman had made photocopies of them.
  
-So Norman has scanned them in, and they are now in the [[http://www.tuhs.org/Archive/PDP-11/Distributions/research/McIlroy_v0/|Unix archive]] as the files 0*.pdf. There's kernel code and some application code. I've kicked off a project to see how much of this we can resurrect. The Github repository is [[https://github.com/DoctorWkt/pdp7-unix|DoctorWkt/pdp7-unix]] and the [[http://minnie.tuhs.org/cgi-bin/mailman/listinfo/pdp7-unix|mailing list]] is on minnie.+So Norman has scanned them in, and they are now in the [[http://www.tuhs.org/Archive/PDP-11/Distributions/research/McIlroy_v0/|Unix archive]] here as the files 0*.pdf. There's kernel code and some application code. I've kicked off a project to see how much of this we can resurrect. The Github repository is [[https://github.com/DoctorWkt/pdp7-unix|DoctorWkt/pdp7-unix]] and the [[http://minnie.tuhs.org/cgi-bin/mailman/listinfo/pdp7-unix|mailing list]] is on minnie.
  
-It's only been going for about a week now, and there's about half a dozen people involved. Several people have typed in most of the codeI've written a simple PDP-7 assembler in Perl and got the beginnings of a PDP-7 user-mode simulator written as well. I've learned enough PDP-7 assembly programming to get my own //cat// program going. That requires about a dozen PDP-7 instructions plus about six systems calls to be simulated. Bob Supnik deduced the layout of the command-line arguments for us.+It's only been going for about a week now, but there's about half a dozen people involved. The others have typed in most of the code, and I've written a simple PDP-7 assembler in Perland got the beginnings of a PDP-7 user-mode simulator written as well. I've learned enough PDP-7 assembly programming to get my own //cat// program going. That requires about a dozen PDP-7 instructions plus about six systems calls to be simulated. Bob Supnik deduced the layout of the command-line arguments, too.
  
 Overall, it's not bad progress for the first week. We've got the source to //as//, //bc//, //cat//, //ed//, //init// and a few other utilities, but the shell and utilities like //ls// are missing. We will have to rewrite these from scratch. The hard bit will be bringing the kernel up and working out what bugs are in there. This is all eerily reminiscent of the [[https://github.com/DoctorWkt/unix-jun72|unix-jun72 project]], except that we have less source this time and even less documentation. Overall, it's not bad progress for the first week. We've got the source to //as//, //bc//, //cat//, //ed//, //init// and a few other utilities, but the shell and utilities like //ls// are missing. We will have to rewrite these from scratch. The hard bit will be bringing the kernel up and working out what bugs are in there. This is all eerily reminiscent of the [[https://github.com/DoctorWkt/unix-jun72|unix-jun72 project]], except that we have less source this time and even less documentation.
  
-I wonder what things we'll find out +I wonder what things we'll find out ...
  
blog/pdp7-unix-pt1.1456655420.txt.gz · Last modified: 2016/02/28 21:30 by wkt