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.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 bfdaa7c3 for ; Wed, 12 Dec 2018 14:39:06 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 94D96A2104; Thu, 13 Dec 2018 00:39:05 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 6B8B4A20EF; Thu, 13 Dec 2018 00:38:52 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 8AEF0A20EF; Thu, 13 Dec 2018 00:38:50 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 43E37A1F25 for ; Thu, 13 Dec 2018 00:38:50 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 9A97C18C084; Wed, 12 Dec 2018 09:38:49 -0500 (EST) To: tuhs@minnie.tuhs.org Message-Id: <20181212143849.9A97C18C084@mercury.lcs.mit.edu> Date: Wed, 12 Dec 2018 09:38:49 -0500 (EST) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) Subject: Re: [TUHS] 2.9bsd with networking on 18-bit possible? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 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: Paul Ruizendaal > a project to make V6 run ... on a TI990 clone Oh, about the basic part of this: did you start with a plain V6 distribution? So you've had to do all the machine language stuff from scratch (and modify things in C like estabur())? What are you using for a C compiler ? Is there one out there, or did you have to do your own? > In my setup, network connectivity is via a SLIP interface. Yeah, that's probably the way to go, to start with. Noel