Page 1 of 1

Alan Cox announces Fuzix, a Unix clone for 8 bits

Posted: Thu Nov 13, 2014 6:35 pm
by Aslak3
Alan Cox, of Linux fame, has been having some fun with 8 bits lately, it seems.

The main target is Z80, but there also 6502 and 6809 ports. While it's no doubt a bit of fun for Alan, I'm sure it would be an excellent chance to learn about the structure of Operating Systems.

https://plus.google.com/+AlanCoxLinux/posts/a2jAP7Pz1gj

https://github.com/EtchedPixels/FUZIX

I would certainly love the challenge to get this working on my 6809 machine. :)

Re: Alan Cox announces Fuzix, a Unix clone for 8 bits

Posted: Thu Nov 13, 2014 11:46 pm
by 8BIT
It might be interesting to get it working on a 65816, with the larger memory map.

Daryl

Re: Alan Cox announces Fuzix, a Unix clone for 8 bits

Posted: Fri Nov 14, 2014 5:44 am
by BigDumbDinosaur
8BIT wrote:
It might be interesting to get it working on a 65816, with the larger memory map.

Daryl
Also, the 65C816's other features, especially the 16 bit stack pointer and stack pointer relative addressing, would solve quite a few programming problems, especially if the sources are compiled with a native mode C compiler.

Re: Alan Cox announces Fuzix, a Unix clone for 8 bits

Posted: Mon Aug 05, 2024 12:29 pm
by BigEd
(Thanks to Gordon for promoting this old thread! For late arrivals, I note Alan's G+ post can be found in the Wayback Machine here.)

Re: Alan Cox announces Fuzix, a Unix clone for 8 bits

Posted: Fri Aug 16, 2024 7:14 am
by elliot123
Alan Cox's recent explorations with 8-bit systems, particulary the Z80, 6502, and 6809, are indeed fascinating. It's a great opportunity to dive into OS structures and understand how these classic processors operate. I think tackling FUZIX on a 6809 would be a thriling challenge, blending nostalgia with modern coding practices.
Elliot