fox32/README.md
2022-10-26 18:21:15 -07:00

1.3 KiB

fox32

fox32 logo

fox32 (stylized in all lowercase) is a 32 bit fantasy computer architecture, with a custom operating system and user interface inspired by various classic computers.

Screenshot of fox32os

Getting Started

Note: This software is still very much in an early stage, and is currently more focused towards developers rather than end-users.

Stable releases are available on the Releases page.

Prebuilt Linux binaries of the latest commit are also available on the GitHub Actions page.

Building

Download the latest release or commit of fox32rom, and place the downloaded fox32.rom file into the root directory of this repo. Then simply run make. The resulting binary will be saved as fox32.

Usage

Passing files as arguments will mount those files as disks, in the order that the arguments were passed. The most common use case is passing the fox32os disk image as the first argument: ./fox32 fox32os.img

See encoding.md for information about the instruction set.

License

This project is licensed under the MIT license.