Reset code to post-09 branch for new 'Paging Implementation' post

This commit is contained in:
Philipp Oppermann
2019-03-14 10:20:46 +01:00
parent 90f0caec1a
commit ef1cc0ed4f
4 changed files with 12 additions and 94 deletions

View File

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