Merge pull request #41 from phil-opp/mention-no-redzone

Mention `-C no-redzone` in the `Setup Rust` post
This commit is contained in:
Philipp Oppermann
2015-11-15 10:59:45 +01:00

View File

@@ -209,6 +209,10 @@ cargo:
``` ```
Now we fixed all linking issues. 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 ## The final problem
Unfortunately there is one last problem left, that gets triggered by the following code: Unfortunately there is one last problem left, that gets triggered by the following code: