From 84ba085a0a22de2b0952ae5f889360024637c8bf Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 24 Jun 2016 13:59:17 +0200 Subject: [PATCH] The section will be only about exceptions (#186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f35727e..0650501d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ 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 +## Exceptions - [Catching Exceptions](http://os.phil-opp.com/catching-exceptions.html) ([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions))