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.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 24378 invoked from network); 9 Oct 2022 17:43:51 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 9 Oct 2022 17:43:51 -0000 Received: from mail-pg1-f173.google.com ([209.85.215.173]) by 9front; Sun Oct 9 13:41:24 -0400 2022 Received: by mail-pg1-f173.google.com with SMTP id f193so8693737pgc.0 for <9front@9front.org>; Sun, 09 Oct 2022 10:41:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=X5K6aoGxwNi6P6h1kOL+ieu92Cg8x2dW09COeEv1NG0=; b=nFUkghkCHAMc0g9c97HGEzo5D6r7fH73YYZI5NnhIZk2i5NzhDUNHf6CU8VpCNGy0v TnxCBWUnZ3v+JqFZ796VnimGyTbOHuu2LkxODvYqBz9JCFzlN09uLeH1hEq4Z1H2dbmd Q37b+hTQteWTc6yY19GbnaYZuPya0f8ZEPgti7ULrxuocApXizCwAp4GpK9oYjmMXOn4 Am/cx5Rwf9UgeFQ+H4ILCfRbor8FzBuk8HPlv/weU5ALxkfutRRswEWsHPIivLDDvuaP qgjEd7F0s+g/8kJ/p5hcBgVm0ywy/KtBp4jYrgiDL9hkINf1Lpo4kM0Lt4dpgB5L6J1W llsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=X5K6aoGxwNi6P6h1kOL+ieu92Cg8x2dW09COeEv1NG0=; b=ADTzLBIMizsF4pWE0Zn5ohMe2aJ0QTU4PgHYHzIF/L1iIypJ1USRG1/1skkV7vG0kr Z8cn0grzhwX9Yd6FSf/ro1uHOhKdVEigky/yXkBOc8ONnZCTmOPzCAQTtYIBjdGmf49q xKGdxil0fc9M2n+PXmkJ+TdOTg0KHK5kJro0JuUv/0SlJtsfoZRFSw3ErqFEkCytFS7Z plD1DgmxyB/AMWGyRm55eBcWzeXqwWE6AyWHKYh3uFI3+F9SSUA6HowTuAj4RQeHN2Dr hicB1anouhcfKcgjMR4VK+/HbVw1hgKuKsNksIsSYa7J+TVVWECbYr+mO2l+bSaA50sJ 9YXw== X-Gm-Message-State: ACrzQf0Iu7tV9t39T6HBVK/Ecjwc5dCmRW3x4hgUhb71On7QuqHdyqRn ycFbvfRvED5qRJFNGmCf6N6SaepU16LefSH5hzLbfWaRwyY= X-Google-Smtp-Source: AMsMyM48RVzGOKZr+xBb0heG5CmK83lUUgFvfX3GnNShYcMRYEoIr/fQK5uJ8V3ntMdkvjzweDETysAiBLSQDjKbljU= X-Received: by 2002:a63:fa4f:0:b0:438:e26d:5ec with SMTP id g15-20020a63fa4f000000b00438e26d05ecmr13410632pgk.361.1665337280024; Sun, 09 Oct 2022 10:41:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Thaddeus Woskowiak Date: Sun, 9 Oct 2022 13:41:50 -0400 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: anonymous CMS-scale browser-based backend Subject: Re: [9front] 8-bit 9p Reply-To: 9front@9front.org Precedence: bulk On Sun, Oct 9, 2022 at 11:03 AM Glenn Holmer wrote: > > Has the 9p protocol ever been implemented on an 8-bit machine (like a > 6502)? Assuming an 8-bit machine with a network adapter (which is common > nowadays), would such a thing even be possible? > > -- > Glenn Holmer (Linux registered user #16682) > "After the vintage season came the aftermath -- and Cenbe." > Echoline's ninepea library for the arduino 8bit atmega 2650 is an example. https://github.com/echoline/NinePea Sigrid wrote 9c, a "Low level 9p client and server." It looks very embeddable. I believe I one asked her this question and she told me that indeed it can be used on a micro so don't see why you couldn't run it on a 8bit machine with a uart or ethernet. https://shithub.us/sigrid/c9/HEAD/info.html