From 1e45ddd79c0468bc6e44a4e016a93be76a1e02e0 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 29 Dec 2016 15:31:34 +0100 Subject: [PATCH] Link double fault post and source in Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77a66dc8..142266cb 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ This repository contains the source code for the _Writing an OS in Rust_ series ([source code](https://github.com/phil-opp/blog_os/tree/better_exception_messages)) - [Returning from Exceptions](http://os.phil-opp.com/returning-from-exceptions.html) ([source code](https://github.com/phil-opp/blog_os/tree/returning_from_exceptions)) +- [Double Faults](http://os.phil-opp.com/double-faults.html) + ([source code](https://github.com/phil-opp/blog_os/tree/double_faults)) ## Additional Resources - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)