A modern operating system written in the rust programming language.
git clone https://www.github.com/GandelXIV/RezOS.gitgit submodule update --init --progressInstall dependencies, there are 2 ways of doing this:
This option is only viable on linux, so if you are on a different platform consider using the Docker method.
Use an install script located in scripts/install/all/{your-distro}.sh.
If your distro does not have a script, you can still use scripts/install/rust-linux.sh to setup rust, then install all the packages in scripts/install/packages/packages.md manually
This option is cross-platform and does not polute your system with pkgs, however is harder to operate.
docker/setup.sh or scripts/docker/setup.shdocker/run.sh or scripts/docker/run.sh. Once the environment is up and running, cd into /home/rezos and carry on with compiling.One last step before compiling is to configure the project, you need to do this only once.
Either run ./config.sh or follow the steps in config/README.md.
Run python3 smeltfile.py iso, which will generate the final image in build/image.iso. You can start the OS in qemu with qemu-system-x86_64 build/image.iso -serial file:serial.log.