9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] 8-bit 9p
@ 2022-10-09 15:02 Glenn Holmer
  2022-10-09 17:41 ` Thaddeus Woskowiak
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Holmer @ 2022-10-09 15:02 UTC (permalink / raw)
  To: 9front

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."


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] 8-bit 9p
  2022-10-09 15:02 [9front] 8-bit 9p Glenn Holmer
@ 2022-10-09 17:41 ` Thaddeus Woskowiak
  2022-10-09 17:44   ` Thaddeus Woskowiak
  0 siblings, 1 reply; 4+ messages in thread
From: Thaddeus Woskowiak @ 2022-10-09 17:41 UTC (permalink / raw)
  To: 9front

On Sun, Oct 9, 2022 at 11:03 AM Glenn Holmer <cenbe@protonmail.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] 8-bit 9p
  2022-10-09 17:41 ` Thaddeus Woskowiak
@ 2022-10-09 17:44   ` Thaddeus Woskowiak
  2022-10-09 19:10     ` Steve Simon
  0 siblings, 1 reply; 4+ messages in thread
From: Thaddeus Woskowiak @ 2022-10-09 17:44 UTC (permalink / raw)
  To: 9front

> Echoline's ninepea library for the arduino 8bit atmega 2650 is an example.
> https://github.com/echoline/NinePea

Correction:  arduino mega 1280. not 2650.

Though it is likely portable since they are similar.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9front] 8-bit 9p
  2022-10-09 17:44   ` Thaddeus Woskowiak
@ 2022-10-09 19:10     ` Steve Simon
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Simon @ 2022-10-09 19:10 UTC (permalink / raw)
  To: 9front

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 an arm in the circles i move in. 

-Steve


> On 9 Oct 2022, at 18:45, Thaddeus Woskowiak <tswoskowiak@gmail.com> wrote:
> 
> 
>> 
>> Echoline's ninepea library for the arduino 8bit atmega 2650 is an example.
>> https://github.com/echoline/NinePea
> 
> Correction:  arduino mega 1280. not 2650.
> 
> Though it is likely portable since they are similar.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-09 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 15:02 [9front] 8-bit 9p Glenn Holmer
2022-10-09 17:41 ` Thaddeus Woskowiak
2022-10-09 17:44   ` Thaddeus Woskowiak
2022-10-09 19:10     ` Steve Simon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).