/Oxidize-OS

A crash test OS developed in Rust

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Oxidize-OS

A crash test OS developed in Rust.

How to run

cargo build
cargo bootimage
qemu-system-x86_64 -drive format=raw,file=target/x86_64-oxidize_os/debug/bootimage-oxidize_os.bin
or
cargo run