Category Archives: MUSS

MUSL Compiler Builds a Simple MU5 Program

I have been slowly working on getting a MUSL compiler that targets the MU5 emulator, with the ultimate goal of compiling the MUSS source code to run on it. The first step is to build a cross compiler that works … Continue reading

Posted in MU5, MUSS, Retro-Computing | 2 Comments

Flocoder FLIP Now Processes Its Own Source

I am at the stage with my MUSS restoration that I can process the Flocoder FLIP source code with my own implementation of FLIP written in Flex and Bison. My MUSL compiler can’t process all the Flocoder source files yet … Continue reading

Posted in MUSS, Retro-Computing | Leave a comment

Flocoder Flip Progress

I haven’t been doing much in the vintage computing arena recently, but I have finally got around to finishing off my crude implementation of Flip. The source code is up on GitHub. My first attempt didn’t work very well. I … Continue reading

Posted in MUSS, Retro-Computing | Leave a comment

MUSS Source Code Now Available

I have received qualified permission to publish the MUSS source code that was recently recovered, as free and open source software. It is available here. I have also made a bit of progress on the MUSS restoration. My implementation of FLIP … Continue reading

Posted in MUSS, Retro-Computing | Leave a comment

Flocoder

I have now got a crude implementation of the Flocoder Flip program written using Flex and Bison. It can take a Flocoder file from the MUSS sources and extract what I hope is compilable MUSL code. The code is on … Continue reading

Posted in MUSS, Retro-Computing | 4 Comments

MUSS GitHub Project

For anyone who wants to follow the effort to revive MUSS, I have started a project on GitHub. You can find the repository here. The initial effort is focussed on creating FLIP to translate the Flocoder to compilable MUSL and … Continue reading

Posted in MUSS, Retro-Computing | 1 Comment

MUSS Source Code

  MUSS is the Manchester University Software System. It is an operating system that was designed and built at Manchester University for MU5, designed to be portable, and in fact ported to other machines. In October 2017 I asked the … Continue reading

Posted in MUSS, Retro-Computing | 5 Comments