From 3312478f7139b426b0fdd59b0a6f643309b67961 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 3 Aug 2016 16:57:51 +0200 Subject: [PATCH] =?UTF-8?q?Include=20=E2=80=9CBetter=20Exception=20Message?= =?UTF-8?q?s=E2=80=9D=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0650501d..c4953379 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ This repository contains the source code for the _Writing an OS in Rust_ series ## Exceptions - [Catching Exceptions](http://os.phil-opp.com/catching-exceptions.html) ([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions)) +- [Better Exception Messages](http://os.phil-opp.com/better-exception-messages.html) + ([source code](https://github.com/phil-opp/blog_os/tree/better_exception_messages)) ## Additional Resources - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)