Login
From:
os.phil-opp.com
(Uncensored)
subscribe
A Freestanding Rust Binary | Writing an OS in Rust
https://os.phil-opp.com/freestanding-rust-binary/
links
backlinks
Roast topics
Find topics
Find it!
The first step in creating our own operating system kernel is to create a Rust executable that does not link the standard library. This makes it possi…