From 3b71e9e5a08a605ea30de6e93db376d449756bca Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 28 May 2016 14:15:20 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9CCatching=20Exceptions=E2=80=9D?= =?UTF-8?q?=20post=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e000fdee..c46a58d6 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ This repository contains the source code for the _Writing an OS in Rust_ series - [Kernel Heap](http://os.phil-opp.com/kernel-heap.html) ([source code](https://github.com/phil-opp/blog_os/tree/kernel_heap)) +## Interrupts +- [Catching Exceptions](http://os.phil-opp.com/catching-exceptions.html) + ([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions)) + ## Additional Resources - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html) - [Cross Compile libcore](http://os.phil-opp.com/cross-compile-libcore.html)