Copyright (C) 2026 RainSTR Studio. Licensed under GNU GPLv3.
This is the main repository of ProkaOS, which contains the kernel, bootloader and so on, using submodules to manage.
This project has bootstrap to help you build up an image of this operating system, so that you are able to run this operating system through this image.
To build this project, you need to install these components:
- Rust (nightly);
- cargo-anaxa (build script will do);
- NASM (for assembly build)
- GCC (for C code generation)
After installing them, you can run build script through this command:
# Build only
python3 x.py
# Do menu configuration
python3 x.py menuconfigThank you to all contributors!
- zhangxuan2011 zx20110412@outlook.com
We welcome your contributions: Bug reports, Pull Requests (features, fixes, optimizations), documentation improvements, and feedback.
Also don't forget to add your name to Contributors List! :)
This project is under license GPL-v3, and you should follow this license during contributing.
See LICENSE for more details.