Link double fault post and source in Readme

This commit is contained in:
Philipp Oppermann
2016-12-29 15:31:34 +01:00
parent ec358321da
commit 1e45ddd79c

View File

@@ -31,6 +31,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/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))
- [Double Faults](http://os.phil-opp.com/double-faults.html)
([source code](https://github.com/phil-opp/blog_os/tree/double_faults))
## Additional Resources
- [Cross Compile Binutils](http://os.phil-opp.com/cross-compile-binutils.html)