Skip to content
/ OS Public

A bare metal Rust based OS (for education purpose)

Notifications You must be signed in to change notification settings

mvdschee/OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot 2023-05-16 at 14 39 29

OS A bare metal Rust based OS (for education purpose) to follow the tutorial go to here thanks Philipp Oppermann!

install dependencies

you will have to install rustup

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

then install the rust nightly toolchain

$ rustup install nightly

then install the rust source code

$ rustup component add rust-src

then install the rust llvm tools

$ rustup component add llvm-tools-preview

run the project

you will have to install qemu

$ brew install qemu

then run the project with cargo run

$ cargo run

About

A bare metal Rust based OS (for education purpose)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages