cykusz rs
1.0.0
cykusz-rs is a toy operating system written in Rust programming language.
You will need following packages to compile and run the os:
git clone https://github.com/rafalmiel/cykusz-rs.git
git submodule update --init --recursive
rustup override set nightly
rustup component add rust-src
make
./disk-scripts/create_disk.shIt is recommended to use docker for building userspace for stable environment.
./sysroot/make_docker_image.sh
./sysroot/toolchain_docker.sh./sysroot/toolchain.shmake runmake bochs# Run only once to import the image into VirtualBox
./create_vbox_image.sh
make vbox