fox32os/README.md

21 lines
823 B
Markdown
Raw Normal View History

2022-05-19 23:34:03 +02:00
# fox32os
2022-10-06 01:26:11 +02:00
**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.
2023-01-21 03:57:49 +01:00
![Screenshot of fox32os](docs/screenshots/screenshot_widget_demo.png)
2022-08-01 02:27:39 +02:00
## Getting Started
Stable releases are available on the [Releases page](https://github.com/fox32-arch/fox32os/releases).
2022-05-19 23:34:03 +02:00
Prebuilt images of the latest commit are also available on the [GitHub Actions page](https://github.com/fox32-arch/fox32os/actions).
### Building
2023-01-20 14:39:58 +01:00
- Download [tools](https://github.com/fox32-arch/tools) and [fox32asm](https://github.com/fox32-arch/fox32asm).
Either use the pre-built binaries or build them.
- Run `make`
2022-05-19 23:34:03 +02:00
## License
This project is licensed under the [MIT license](LICENSE).