mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Fix broken unwinding link (link to nomicon now) (#207)
This commit is contained in:
committed by
GitHub
parent
c6f35a953a
commit
7c0082ecb4
@@ -77,7 +77,7 @@ Let's break it down:
|
|||||||
[name mangling]: https://en.wikipedia.org/wiki/Name_mangling
|
[name mangling]: https://en.wikipedia.org/wiki/Name_mangling
|
||||||
[calling convention]: https://en.wikipedia.org/wiki/Calling_convention
|
[calling convention]: https://en.wikipedia.org/wiki/Calling_convention
|
||||||
[language item]: https://doc.rust-lang.org/book/lang-items.html
|
[language item]: https://doc.rust-lang.org/book/lang-items.html
|
||||||
[unwinding]: https://doc.rust-lang.org/std/rt/unwind/
|
[unwinding]: https://doc.rust-lang.org/nomicon/unwinding.html
|
||||||
|
|
||||||
## Building Rust
|
## Building Rust
|
||||||
We can now build it using `cargo build`. To make sure, we are building it for the x86_64 architecture, we can pass an explicit target:
|
We can now build it using `cargo build`. To make sure, we are building it for the x86_64 architecture, we can pass an explicit target:
|
||||||
|
|||||||
Reference in New Issue
Block a user