Go to file
2022-07-24 20:57:15 -07:00
.github/workflows Remove fox32core support 2022-07-23 17:56:09 -07:00
docs Move encoding.md to docs/ 2022-07-04 22:39:11 -07:00
src Use a const for the framebuffer address 2022-07-24 17:08:45 -07:00
.gitignore Remove fox32core support 2022-07-23 17:56:09 -07:00
build.rs fox32: Show version info on startup and in the window title 2022-01-27 18:30:59 -08:00
Cargo.lock Remove fox32core support 2022-07-23 17:56:09 -07:00
Cargo.toml Remove fox32core support 2022-07-23 17:56:09 -07:00
LICENSE Add LICENSE 2022-01-31 01:51:26 -08:00
README.md Add note about prebuilt binaries to the README 2022-07-24 20:57:15 -07:00

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 fox32rom

Getting Started

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

Prebuilt binaries are available on the GitHub Actions page.

Building

Simply run cargo build --release. The resulting binary will be saved as target/release/fox32. You can also run cargo run --release if you want to run it directly.

Usage

fox32 attempts to read its ROM (called fox32rom) from a file called fox32.rom in the current directory. If this file isnt found then it falls back to ../fox32rom/fox32.rom, and if this file isnt found then it exits. fox32rom can be found here.

Passing files as arguments will mount those files as disks, in the order that the arguments were passed.

See encoding.md for information about the instruction set.

License

This project is licensed under the MIT license.