Alan Cox announces Fuzix, a Unix clone for 8 bits

Let's talk about anything related to the 6502 microprocessor.
Post Reply
Aslak3
Posts: 258
Joined: 05 Aug 2013
Location: Southampton, UK
Contact:

Alan Cox announces Fuzix, a Unix clone for 8 bits

Post 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. :)
8 bit fun and games: https://www.aslak.net/
User avatar
8BIT
Posts: 1787
Joined: 30 Aug 2002
Location: Sacramento, CA
Contact:

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

Post by 8BIT »

It might be interesting to get it working on a 65816, with the larger memory map.

Daryl
Please visit my website -> https://sbc.rictor.org/
User avatar
BigDumbDinosaur
Posts: 9425
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

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

Post 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.
x86?  We ain't got no x86.  We don't NEED no stinking x86!
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

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

Post 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.)
elliot123
Posts: 1
Joined: 12 Aug 2024

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

Post 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
Post Reply