Fork of https://github.com/fox32-arch/fox32os, mirrored at https://github.com/xeniagda/fox32os-mirror
a0d1a78c1c
Test with: find -name '*.asm' | while read f; do echo $f && touch $f && make | grep 'fox32asm 0.' || break; done If the last line of output is a filename, that means this file isn't tracked as a dependency. |
||
---|---|---|
.github/workflows | ||
applications | ||
base_image | ||
bootloader | ||
docs/screenshots | ||
kernel | ||
meta | ||
.gitignore | ||
.gitmodules | ||
fox32os.def | ||
LICENSE | ||
Makefile | ||
README.md |
fox32os
fox32os is the main operating system for fox32. It runs on top of fox32rom and allows the use of relocatable FXF binaries, cooperative multitasking, filesystem access, memory allocation, and window management.
Getting Started
Stable releases are available on the Releases page.
Prebuilt images of the latest commit are also available on the GitHub Actions page.
Building
License
This project is licensed under the MIT license.