Include “Better Exception Messages” in README

This commit is contained in:
Philipp Oppermann
2016-08-03 16:57:51 +02:00
parent 60a58a8c9c
commit 3312478f71

View File

@@ -27,6 +27,8 @@ This repository contains the source code for the _Writing an OS in Rust_ series
## Exceptions ## Exceptions
- [Catching Exceptions](http://os.phil-opp.com/catching-exceptions.html) - [Catching Exceptions](http://os.phil-opp.com/catching-exceptions.html)
([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions)) ([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 ## Additional Resources
- [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html) - [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)