A simple operating system written in Rust.
pacman -S qemu-desktop
apt install qemu-system-x86
- Install QEMU from here
- Add qemu to PATH (example:
C:\Program Files\qemu
) - Add nightly toolchain
rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc
This will build the kernel, create an image and launch it with qemu.
cargo run
General
Bootloader