Small operating system written in the Rust programming language, following this blog : https://os.phil-opp.com/
Go to file
2021-07-19 17:35:10 +02:00
.cargo initial commit 2021-07-19 17:33:12 +02:00
src initial commit 2021-07-19 17:33:12 +02:00
tests initial commit 2021-07-19 17:33:12 +02:00
.gitignore initial commit 2021-07-19 17:33:12 +02:00
Cargo.lock initial commit 2021-07-19 17:33:12 +02:00
Cargo.toml initial commit 2021-07-19 17:33:12 +02:00
LICENSE Initial commit 2021-07-19 15:24:54 +00:00
README.md Initial commit 2021-07-19 15:24:54 +00:00
x86_64-rust_os.json initial commit 2021-07-19 17:33:12 +02:00

rust_os

Small operating system written in the Rust programming language, following this blog : https://os.phil-opp.com/