Add “Catching Exceptions” post to README

This commit is contained in:
Philipp Oppermann
2016-05-28 14:15:20 +02:00
parent e4b42b106f
commit 3b71e9e5a0

View File

@@ -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)