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 d0825e01 for ; Wed, 12 Dec 2018 14:14:56 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id F23DBA2119; Thu, 13 Dec 2018 00:14:54 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id F2F6BA1F25; Thu, 13 Dec 2018 00:14:23 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id CEDAAA20EF; Thu, 13 Dec 2018 00:14:19 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 82180A1F25 for ; Thu, 13 Dec 2018 00:14:19 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 81F0718C084; Wed, 12 Dec 2018 09:14:18 -0500 (EST) To: tuhs@minnie.tuhs.org Message-Id: <20181212141418.81F0718C084@mercury.lcs.mit.edu> Date: Wed, 12 Dec 2018 09:14:18 -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 > project to make V6 run with the Gurwitz TCP stack on a TI990 clone > (which is pretty similar to a PDP11). Neat! > the code size is about 25KB for both a minimal V6 kernel and the TCP > stack, the rest is data. That's impressively small; the MIT V6+ with 'demux only in the kernel' was 40KB for the combined code (although I can't easily get separate figures for the networking part and the rest). > The Gurwitz code also has an Ethernet driver (note ARP was not invented > yet) How did it get Ethernet addresses? Noel