Fuzix - nealcrook/multicomp6809 GitHub Wiki

Fuzix is Alan Cox's unix-like OS for small systems. The code is on github here:

https://github.com/EtchedPixels/FUZIX

Fuzix on Multicomp6809

The main github repository has all of the code and documentation. From CamelForth type FUZIX to load and start it. The process for loading and starting it is described here.

The pre-built SD card image includes a boot-loader image and the root filesystem image. The latest pre-built SD card image can be found here:

https://www.retrobrewcomputers.org/doku.php?id=boards:sbc:multicomp:cycloneii-c:start#downloads

If you want to generate an SD card image that includes the FUZIX stuff, the easiest approach is to take my pre-build SD card image, use bin/extract_sd_image to get the FUZIX stuff, then regenerate an SD card image with the extracted FUZIX stuff included.

Alternatively, if you want to build FUZIX from source, you will need a Linux system with lwtools and m6809-unknown-gcc installed. The simplest approach is to use Tormod's pre-built packages if possible, from here:

https://launchpad.net/~tormodvolden/+archive/ubuntu/m6809

Next, you need to check out the FUZIX code from github (eg, download a .gz file). Change your $PATH to put FUZIX/Build/tools at the start of your $PATH -- so that "which m6809-unknown-ld" returns "FUZIX/Build/tools/m6809-unknown-ld" then follow the instructions in FUZIX/Kernel/platform-multicomp09/README.