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=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2391 invoked from network); 9 Oct 2022 19:12:14 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 9 Oct 2022 19:12:14 -0000 Received: from mx2.mythic-beasts.com ([46.235.227.24]) by 9front; Sun Oct 9 15:10:59 -0400 2022 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=quintile.net; s=mythic-beasts-k1; h=To:Date:Subject:From; bh=lSo23AyYazcJmA07T1hAnAe5f0uQoS8+/nMdJV5b+68=; b=j0KOOVq0efMtPHNl3IKT6QiGn9 2E+BHKPiIGWIPoLxvYlQVOZNWbdYszezVRph8OUUY+gv+mlBJd7aOn+YuWlmqJiRoCtpADxXAbip9 mtaLXmpD7IKwYhceW0IjLkLuynTZHpUOBtlBypmQyR61mVYv1R+PZNqloh5bfY4BetFjneMwge9c5 lqfhqwbonIVG2my0yJl2OlfK6+4EXjmaIAUT5p9YQnyAlupHDvL8yN/KqMfOeMb4Cv7ZYHlo50/hh DR+Zl1ATD+9j1kpMfiXt1x5l9dorIy46MXpPSiVuOCqxjGNxrQ4jb5ofF3QWdKwXUwo7tkHgtLte9 Cd3vjP5Q==; Received: from [81.187.198.132] (port=63356 helo=smtpclient.apple) by mailhub-hex-d.mythic-beasts.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ohbhR-007bhC-Sg for 9front@9front.org; Sun, 09 Oct 2022 20:10:58 +0100 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Steve Simon Mime-Version: 1.0 (1.0) Date: Sun, 9 Oct 2022 20:10:55 +0100 Message-Id: References: In-Reply-To: To: 9front@9front.org X-Mailer: iPhone Mail (19G82) X-BlackCat-Spam-Score: 4 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: NoSQL GPU reduce/map grid Subject: Re: [9front] 8-bit 9p Reply-To: 9front@9front.org Precedence: bulk i did have a 9p server running on a 16bit embedded system 10years ir so ago.= that was easy, just a port of u9fs. it has been a long time since i used 6502s and 8085s, the embedded world is a= n arm in the circles i move in.=20 -Steve > On 9 Oct 2022, at 18:45, Thaddeus Woskowiak wrote:= >=20 > =EF=BB=BF >>=20 >> Echoline's ninepea library for the arduino 8bit atmega 2650 is an example= . >> https://github.com/echoline/NinePea >=20 > Correction: arduino mega 1280. not 2650. >=20 > Though it is likely portable since they are similar.