From 5c05f7c438ed92ab8ca7fc5264dc8cf1e1072407 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 21 Sep 2016 14:41:47 +0200 Subject: [PATCH] Add new post to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3f7ab21..77a66dc8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,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/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)) +- [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)) ## Additional Resources - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)