Add build instructions to README

This commit is contained in:
Philipp Oppermann
2023-03-25 19:14:14 +01:00
parent 93dfe9d9de
commit cf77d0b4fc

View File

@@ -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