diff --git a/blog/templates/base.html b/blog/templates/base.html index 4a8f984d..f7f0269a 100644 --- a/blog/templates/base.html +++ b/blog/templates/base.html @@ -35,7 +35,7 @@
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.