From 65b4b4f02757bce51651cf9545e744151fd26d88 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 15 Nov 2015 10:58:01 +0100 Subject: [PATCH] Mention `-C no-redzone` in the `Setup Rust` post --- posts/2015-09-02-setup-rust.md | 4 ++++ 1 file changed, 4 insertions(+) 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: