From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 27770 invoked from network); 6 Apr 2020 23:48:27 -0000 Received-SPF: pass (minnie.tuhs.org: domain of minnie.tuhs.org designates 45.79.103.53 as permitted sender) receiver=inbox.vuxu.org; client-ip=45.79.103.53 envelope-from= Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with UTF8ESMTPZ; 6 Apr 2020 23:48:27 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id C4977944B5; Tue, 7 Apr 2020 09:48:24 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 7CF7B94488; Tue, 7 Apr 2020 09:48:01 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1586216897; bh=kUtnQjTOYaLzCgENVfBytDc1tVrOGFNd85tRZ4JAMJM=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=LbK0xTgbzbZ/YgOAdzZ3DJfx8eu3fmu512gg2LFx+HdASjzyYNnsYCMK8fvp1XrDN XSpczYSCi4UtCiYwAPN/2gsG068vr4LN95cOfSMCwPTOYG519inlKGjonKzOg6q1+4 Rk5LrXU9NNW1Hux0evVWrH6441AdnCQfipwLtl/E= Received: by minnie.tuhs.org (Postfix, from userid 1000) id BD0D193D06; Tue, 7 Apr 2020 09:47:58 +1000 (AEST) Date: Tue, 7 Apr 2020 09:47:58 +1000 From: Warren Toomey To: tuhs@tuhs.org Message-ID: <20200406234758.GA27062@minnie.tuhs.org> References: <20200406221138.GA10092@minnie.tuhs.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200406221138.GA10092@minnie.tuhs.org> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] Software Archaeology Challenge? 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 Tue, Apr 07, 2020 at 08:11:38AM +1000, Warren Toomey wrote: > Anybody feel up for a bit of an archaeology challenge? Warner Losh is > currently poking through a bunch of bits but not having much luck decoding > them correctly. I've put a copy here: https://minnie.tuhs.org/Y5/Challenge/ Warner has more to report: set cpu 11/45 [on SimH] was the missing magic. The first two data sets are V6 system. Lots of dates around May 13, 1975 for sure. I can also mount the venix disks (I thought it was V7/sys III which had a different filesystem layout). It seems to be compiled for the 11/34. I'll give that a shot. That almost worked. I think I need to figure out how to enable DL as the console since the config file has DL as the console. Warner Cheers, Warren