fox32-based project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ry 6fb4fd884f
Merge pull request #3 from neuschaefer/lowercase
docs: Spell fox32 in lowercase
5 months ago
.github/workflows Build Linux binaries of each commit 8 months ago
docs docs: Spell fox32 in lowercase 5 months ago
src Fix number of operands for OP_FLP in instruction info table 5 months ago
.gitignore Generate fox32rom.h dynamically 8 months ago
LICENSE Update license 8 months ago
Makefile Add support for cross-compiling for Windows 5 months ago
README.md Add new logo to the README 5 months ago

README.md

fox32

fox32 logo
(logo by ZenithNeko)

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

The following arguments are valid:

  • --disk <file>: mount the specified file as a disk
  • --rom <file>: use the specified file as the boot ROM. if this argument is not specified then the embedded copy of fox32rom is used
  • --debug: print a disassembly of each instruction as it runs

The most common use case is passing the fox32os disk image as the first disk: ./fox32 --disk fox32os.img

See encoding.md for information about the instruction set.

License

This project is licensed under the MIT license.