From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 935876e1 for ; Thu, 17 Oct 2019 20:44:52 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 560359B5D9; Fri, 18 Oct 2019 06:44:51 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id C42599B552; Fri, 18 Oct 2019 06:44:39 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1571345082; bh=YgIk41Rd2WSPgRMcRziyljV4wvDSQIdRLNQ3DVVsOtY=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=1Zn11NM34+W25B4IM4dhDUJR0gvx8L5pRGj6quxOoz45q5eYZSYOFuEKo7LcCzKXd ousxSIVyW8hh9hIE/u1VFMiFDbKgu8dETYGUAGYQIknKlFPLPiPfrFo+BS1QAobxKD 7YWZXGAlQDAktsNL9gYGiCPfdOWqEzNh+ZCOdOMA= Received: by minnie.tuhs.org (Postfix, from userid 1000) id AF8269B53F; Fri, 18 Oct 2019 06:44:38 +1000 (AEST) Date: Fri, 18 Oct 2019 06:44:38 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20191017204438.GA1224@minnie.tuhs.org> References: <20191017122105.0c8b07bf@asrock> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191017122105.0c8b07bf@asrock> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [TUHS] Space Travel, was New: The Earliest UNIX Code X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Thu, Oct 17, 2019 at 12:21:05PM -0700, Lyle Bickley wrote: > THE EARLIEST UNIX CODE: AN ANNIVERSARY SOURCE CODE RELEASE > http://bit.ly/31pWcvM Thanks Lyle. Yay, one of the two artifacts I've been waiting for has dropped. This is the second half of the PDP-7 source code "book", of which we've only had the first half from Norman Wilson. We now have the source to Space Travel, plus roff and sh, for the PDP-7! I've broken the single PDF from CHM into several sections and put them here: https://www.tuhs.org/Archive/Distributions/Research/McIlroy_v0/ 09-1-35.pdf user-mode programs: maths functions, ln, ls, moo,nm 10-36-55.pdf user-mode programs: pool game 11-56-91.pdf user-mode programs: pd, psych, rm, rn, roff, salv, sh 12-92-119.pdf user-mode programs: space travel 13-120-147.pdf user-mode programs: stat, tm, t (B interpreter?) 14-148-165.pdf user-mode programs: ttt, un We may also have the B interpreter, but I'm not sure about that. Cheers all, Warren