KjetilIN / OS_Kernel

An x86_64 kernel written in Rust. Exploring low-level system operations and concurrency, this project aims to deepen understanding of operating system fundamentals.
https://os.phil-opp.com/
MIT License
1 stars 0 forks source link

A free standing binary in Rust #1

Closed KjetilIN closed 8 months ago

KjetilIN commented 8 months ago

What?

Create a free standing library in Rust

KjetilIN commented 8 months ago

Started working on the article. Not sure how to take notes, yet. But I should do it somehow. Maybe a own markdown file. That is probably the best.

Got to the section of building the target: https://os.phil-opp.com/freestanding-rust-binary/

KjetilIN commented 8 months ago

Done!