From 8040f8d565bbf7553684a49d05cb212beaeeacc7 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 13 Apr 2017 17:45:14 +0200 Subject: [PATCH] =?UTF-8?q?Update=20Readme=20for=20=E2=80=9CAllocating=20F?= =?UTF-8?q?rames=E2=80=9D=20post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eeaf2ca..86e8bbaf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Blog OS (Printing To Screen) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post_4)](https://travis-ci.org/phil-opp/blog_os/branches) +# Blog OS (Allocating Frames) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post_5)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [Printing To Screen](http://os.phil-opp.com/printing-to-screen.html) post of the [Writing an OS in Rust](http://os.phil-opp.com) series. +This repository contains the source code for the [Allocating Frames](http://os.phil-opp.com/allocating-frames.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.**