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.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11232 invoked from network); 2 Nov 2020 02:46:38 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 2 Nov 2020 02:46:38 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 6E0749D5BD; Mon, 2 Nov 2020 12:46:35 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3A8F49D573; Mon, 2 Nov 2020 12:46:00 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=tuhs.org; s=dkim; t=1604285188; bh=XIKZobzmWAw7AD2upRF0C5UPWp14QxXBZBQqOadUgdU=; h=Date:From:To:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Cc:From; b=x7HVe9hlLSO4LOaKb/cU9K2KepoRNH0QHaREbXR5AZQM5vbktIOLbdtBgzFlTG3rN xApIKZVjtfnEsDlgqb4h/PhPGPRiTqmuYzbQ9vMBFkZAoQ5Vhy00SnrciCSw52rP80 IUlm/QoR57i7kDKRGWfxiKXukwRHz6P+PR0yjoSE= Received: by minnie.tuhs.org (Postfix, from userid 1000) id B11E19D572; Mon, 2 Nov 2020 12:45:56 +1000 (AEST) Date: Mon, 2 Nov 2020 12:45:56 +1000 From: Warren Toomey To: Larry McVoy Message-ID: <20201102024556.GA10850@minnie.tuhs.org> References: <2D81AE28-7163-4B52-BED9-3C5EBCBE5608@eschatologist.net> <20201101015858.GS25151@mcvoy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201101015858.GS25151@mcvoy.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [TUHS] Xinu in emulation, e.g. SIMH? 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: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" On Sat, Oct 31, 2020 at 06:58:58PM -0700, Larry McVoy wrote: > Is this Doug Comer's XINU? I haven't talked to him for a while but he > was one of my heros like the Bell Labs guys. I loved his code, it > was so simple like the Lions doc for v6. > I can try and drag him to be here, that would be cool. Yes please. I learned C from the Xinu book when I translated Xinu into 6502 assembly to get it to run on an Apple ][+. Cheers, Warren