Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 314 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 314 Bytes

Run Cargo Build with the command

cargo build

To create the bootable disk image

cargo bootimage

To run the OS

qemu-system-x86_64 -drive format=raw,file=C:\Users\haide\Documents\Development\Rust_OS\target\x86_64-rust_os\debug\bootimage-Rust_OS.bin

Run our kernel in QEMU

cargo run