19 lines
695 B
Markdown
19 lines
695 B
Markdown
# 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](docs/screenshots/screenshot_launcher_about.png)
|
|
|
|
## Getting Started
|
|
|
|
Stable releases are available on the [Releases page](https://github.com/fox32-arch/fox32os/releases).
|
|
|
|
## How to build
|
|
|
|
- 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`
|
|
|
|
## License
|
|
This project is licensed under the [MIT license](LICENSE).
|