Skip to content

vaclovas2020/matrix_os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix OS Kernel written in Rust language

Install nightly rust: rustup toolchain install nightly

Add rust-src component: rustup component add rust-src --toolchain nightly

Install llvm-tools-preview: rustup component add llvm-tools-preview --toolchain nightly

Install bootimage: cargo install bootimage

Build kernel with command (for x86_64 target): cargo +nightly build

Create boot image with command: cargo +nightly bootimage Run and test OS kernel on QEMU (Install qemu first): cargo +nightly run

Run tests with: cargo +nightly test

About

Matrix OS Kernel written in Rust language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages