Fork of https://github.com/fox32-arch/fox32os, mirrored at https://github.com/xeniagda/fox32os-mirror
8bea7c39b4
Certain streams can now be opened by name by prefixing the name with a colon (':'). The only supported named stream at the moment is :fb, which streams to/from the background framebuffer. A new syscall called `get_size` was also added, which should be used instead of `ryfs_get_size`. This new syscall supports getting the size of streams. |
||
---|---|---|
.github/workflows | ||
applications | ||
base_image | ||
bootloader | ||
docs/screenshots | ||
kernel | ||
meta | ||
.gitignore | ||
.gitmodules | ||
fox32os | ||
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.