mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Update README for second post
This commit is contained in:
17
README.md
17
README.md
@@ -1,23 +1,16 @@
|
||||
# Blog OS (Minimal Kernel)
|
||||
# Blog OS (Booting)
|
||||
|
||||
[](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Code%22+branch%3Apost-3.1)
|
||||
[](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Code%22+branch%3Apost-3.2)
|
||||
|
||||
This repository contains the source code for the [Minimal Kernel][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.
|
||||
This repository contains the source code for the [Booting][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.
|
||||
|
||||
[post]: https://os.phil-opp.com/minimal-kernel
|
||||
[post]: https://os.phil-opp.com/booting
|
||||
|
||||
**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
|
||||
```
|
||||
TODO
|
||||
|
||||
## License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user