From 590b2fd1b06df69c36e730e898d2468e8591c379 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 18 Apr 2017 15:21:11 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Readme=20for=20=E2=80=9CDouble=20Fault?= =?UTF-8?q?s=E2=80=9D=20post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 624ef0c..3a6fbc9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ -# Blog OS (Handling Exceptions) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post_9)](https://travis-ci.org/phil-opp/blog_os/branches) +# Blog OS (Double Faults) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post_10)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [Handling Exceptions](http://os.phil-opp.com/handling-exceptions.html) post of the [Writing an OS in Rust](http://os.phil-opp.com) series. +This repository contains the source code for the [Double Faults](http://os.phil-opp.com/double-faults.html) post of the [Writing an OS in Rust](http://os.phil-opp.com) series. **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.** ## Building -You need to have `nasm`, `grub-mkrescue`, `xorriso`, `qemu`, and a nightly Rust compiler installed. Then you can run it using `make run`. +You need to have `nasm`, `grub-mkrescue`, `xorriso`, `qemu`, a nightly Rust compiler, and [xargo] installed. Then you can run it using `make run`. + +[xargo]: https://github.com/japaric/xargo Please file an issue if you have any problems.