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, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2940 invoked from network); 26 Jul 2020 00:18:42 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 26 Jul 2020 00:18:42 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id AF23C9C9E8; Sun, 26 Jul 2020 10:18:40 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 08A9E9BA4F; Sun, 26 Jul 2020 10:17:03 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id A5D089BA4F; Sun, 26 Jul 2020 10:16:59 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 15D1F9BA36 for ; Sun, 26 Jul 2020 10:16:56 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 107AF18C0B8; Sat, 25 Jul 2020 20:16:55 -0400 (EDT) To: tuhs@tuhs.org Message-Id: <20200726001655.107AF18C0B8@mercury.lcs.mit.edu> Date: Sat, 25 Jul 2020 20:16:55 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] vi in v7 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: , Cc: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > From: Dave Horsfall > Weren't V5/6/7/etc distributed as bootable tapes? Set the switch register > to point to the tape instead of the disk... Yes. See here: https://gunkies.org/wiki/Installing_UNIX_Sixth_Edition https://gunkies.org/wiki/Installing_Unix_Seventh_Edition for the details of how it works. Noel