From ce170cad744de82effadb2ee5329de2326638f57 Mon Sep 17 00:00:00 2001 From: travis-update-bot Date: Sun, 15 Nov 2015 10:00:32 +0000 Subject: [PATCH] Update blog to b8d1dfd84db38990e7b68ede8b484385392bc2c2 --- _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: