From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7891 invoked from network); 16 Feb 2023 16:20:54 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 16 Feb 2023 16:20:54 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 67E9C41CAB; Fri, 17 Feb 2023 02:20:47 +1000 (AEST) Received: from mout2.fh-giessen.de (mout2.fh-giessen.de [212.201.18.46]) by minnie.tuhs.org (Postfix) with ESMTPS id 0EC5741C9E for ; Fri, 17 Feb 2023 02:20:43 +1000 (AEST) Received: from mx2.fh-giessen.de ([212.201.18.41]) by mout2.fh-giessen.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSgzx-0004Ok-In; Thu, 16 Feb 2023 17:20:41 +0100 Received: from mailgate-3.its.fh-giessen.de ([212.201.18.34]) by mx2.fh-giessen.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSgzx-007rq8-Ft; Thu, 16 Feb 2023 17:20:41 +0100 Received: from p5deb4af5.dip0.t-ipconnect.de ([93.235.74.245] helo=papa2.fritz.box) by mailgate-3.its.fh-giessen.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pSgzx-00049v-9k; Thu, 16 Feb 2023 17:20:41 +0100 Message-ID: <1676564440.2425.199.camel@mni.thm.de> From: Hellwig Geisse To: KenUnix Date: Thu, 16 Feb 2023 17:20:40 +0100 In-Reply-To: References: <1676559975.2425.172.camel@mni.thm.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID-Hash: AKLTUSILDI7TAAGGIHWORJHGHVM4M4ME X-Message-ID-Hash: AKLTUSILDI7TAAGGIHWORJHGHVM4M4ME X-MailFrom: hellwig.geisse@mni.thm.de X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: UNIX TUHS Group X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: 'more' command for Unix V7 List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Ken, years ago, when I ported V7 to my own microprocessor ECO32, I wanted to have a stable reference running on a (simulated) PDP-11 in order to better understand some difficult corners of the original implementation. The set of files I used can be found here (and the archive's docs say "This set of files from Keith Bostic looks like the original tape records from the 7th Edition distribution tape."): https://www.tuhs.org/Archive/Distributions/Research/Keith_Bostic_v7/ I had a few minor difficulties to get it running in simh, mostly centered around the tape format and the configuration of the simulator, but finally I was able to install V7 exactly as advised in the manual ("Setting Up UNIX"). I packaged the whole adventure (original files, simh, scripts) together with a HOWTO: https://homepages.thm.de/~hg53/pdp11-unix/ On this site, you can also find all files extracted from the V7 file system to the host (Linux in my case). If you have questions, I will be glad to help. Hellwig