Skip to content

Developed a Small Operating System using Rust Programming Language, followed the tutorial by (Philipp Oppermann) and learned along the way how to build the OS with Rust.

Notifications You must be signed in to change notification settings

hadihaider055/Rust_OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Developed a Small Operating System using Rust Programming Language, followed the tutorial by (Philipp Oppermann) and learned along the way how to build the OS with Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages