Go to file
2022-11-25 17:20:57 -08:00
barclock barclock: Draw a leading zero if the minute is less than 10 2022-10-05 16:20:50 -07:00
base_image Only start a terminal instance on boot, instead of Launcher 2022-10-14 21:35:15 -07:00
bootloader Build the kernel as an FXF binary and boot using the new boot mechanism 2022-10-27 22:49:55 -07:00
docs/screenshots Add screenshot to the README 2022-10-05 16:26:11 -07:00
kernel shell: Redraw the line when needed 2022-11-25 17:20:57 -08:00
launcher launcher: Add "Quit Launcher" menu item 2022-10-14 21:34:51 -07:00
meta meta: Update ryfs tool to 0.5 2022-08-29 16:16:33 -07:00
terminal terminal: Only draw the line upon LF or when requested 2022-11-25 17:20:03 -08:00
.gitignore Build the kernel as an FXF binary and boot using the new boot mechanism 2022-10-27 22:49:55 -07:00
.gitmodules Replace .gitmodules after repo move 2022-06-21 18:36:30 -07:00
build.sh Don't hardcode /bin/bash in the build script 2022-11-21 21:30:56 -08:00
fox32os.def Add shell task and terminal application 2022-10-14 16:53:41 -07:00
LICENSE fox32os: Initial commit 2022-05-19 14:15:40 -07:00
README.md Add screenshot to the README 2022-10-05 16:26:11 -07:00

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.

Screenshot of fox32os

Getting Started

Stable releases are available on the Releases page.

License

This project is licensed under the MIT license.