diff --git a/posts/2015-09-02-setup-rust.md b/posts/2015-09-02-setup-rust.md index 366c64f7..0c9e5fbf 100644 --- a/posts/2015-09-02-setup-rust.md +++ b/posts/2015-09-02-setup-rust.md @@ -209,6 +209,10 @@ cargo: ``` Now we fixed all linking issues. +(For completeness, there is another flag you should pass to `rustc` as soon as you enable interrupts: `-C no-redzone`. For more information see the [Github issue][redzone issue]). + +[redzone issue]:https://github.com/phil-opp/blog_os/issues/10 + ## The final problem Unfortunately there is one last problem left, that gets triggered by the following code: