mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add build instructions to README
This commit is contained in:
10
README.md
10
README.md
@@ -8,6 +8,16 @@ This repository contains the source code for the [Minimal Kernel][post] post of
|
|||||||
|
|
||||||
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**
|
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
- Install the `x86_64-unknown-none` target using rustup:
|
||||||
|
```
|
||||||
|
rustup target add x86_64-unknown-none
|
||||||
|
```
|
||||||
|
- Build by running:
|
||||||
|
```
|
||||||
|
cargo build --target x86_64-unknown-none
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user