Update Readme for Advanced Paging post

This commit is contained in:
Philipp Oppermann
2019-01-27 17:14:58 +01:00
parent 2bc233b2f6
commit 90c3cdf0f3

View File

@@ -1,10 +1,10 @@
# Blog OS (Introduction to Paging) # Blog OS (Advanced Paging)
[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-09)](https://travis-ci.org/phil-opp/blog_os/branches) [![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 [Introduction to Paging][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. This repository contains the source code for the [Advanced Paging][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.
[post]: https://os.phil-opp.com/paging-introduction/ [post]: https://os.phil-opp.com/advanced-paging/
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.** **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**