k_os
is a simple operating system developed in Rust following Phil Oppermann's guide
on his blog.
Install QEMU
sudo apt install qemu-system-x86
Build and run
cargo run
k_os
is a simple operating system developed in Rust following Phil Oppermann's guide
on his blog.
Install QEMU
sudo apt install qemu-system-x86
Build and run
cargo run