mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update blog to b8d1dfd84d
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user