These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.
+
These posts explain how to handle CPU exceptions using naked functions. Historically, these posts were the main exception handling posts before the x86-interrupt calling convention and the x86_64 crate existed. Our new way of handling exceptions can be found in the “Handling Exceptions” post.
- No longer updated! You are viewing the first edition of “Writing an OS in Rust”, which is no longer updated. You can find the second edition here.
+ No longer updated! You are viewing the first edition of “Writing an OS in Rust”, which is no longer updated. You can find the second edition here.
- No longer updated! You are viewing the a post of the first edition of “Writing an OS in Rust”, which is no longer updated. You can find the second edition here.
+ No longer updated! You are viewing the a post of the first edition of “Writing an OS in Rust”, which is no longer updated. You can find the second edition here.
{{ page.content | safe }}
diff --git a/blog/templates/redirect-to-frontpage.html b/blog/templates/redirect-to-frontpage.html
index ddc0d684..665ba5e9 100644
--- a/blog/templates/redirect-to-frontpage.html
+++ b/blog/templates/redirect-to-frontpage.html
@@ -1,8 +1,8 @@
-
+
-
+
\ No newline at end of file
diff --git a/blog/templates/second-edition/base.html b/blog/templates/second-edition/base.html
index 2ffa1669..7319cb8a 100644
--- a/blog/templates/second-edition/base.html
+++ b/blog/templates/second-edition/base.html
@@ -25,9 +25,9 @@
- You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The first edition has more content, but is no longer updated. We try our best to incorporate the missing content soon.
+ You are viewing the second edition of “Writing an OS in Rust”, which is still in progress. The first edition has more content, but is no longer updated. We try our best to incorporate the missing content soon.
@@ -82,7 +82,7 @@
{% for page in status_updates.pages | slice(end=3) %}