From d47af70e51f51f90c597ea6877c072a4f229223d Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 19 Jan 2016 22:03:01 +0100 Subject: [PATCH] Shorten the introduction --- index.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 43a51e80..3cb417fb 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,10 @@ title: Home

This blog series creates a small operating system in the Rust programming language. -We start from scratch and build it in small steps. Each post is a -tutorial and includes all needed code, so you can follow along if you +Each post is a small tutorial and includes all needed code, so you can follow along if you like. The source code is also available in the corresponding Github repository.

-

First, we create a minimal 64-bit kernel and do the initial Rust setup. -Then we explore virtual and physical memory management. -The latest post is: {% for post in site.posts limit:1 %} +

Latest post: {% for post in site.posts limit:1 %}