Two minor English fixes (#338)

Garbled sentence, no word "everytime".
This commit is contained in:
skierpage
2017-06-25 04:32:55 -07:00
committed by Philipp Oppermann
parent ab8b40a9d1
commit 1f0e1f0e21

View File

@@ -5,7 +5,7 @@ url = "multiboot-kernel/"
date = "2015-08-18"
+++
This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. The following blog posts we will extend it using the [Rust] programming language.
This post explains how to create a minimal x86 operating system kernel. In fact, it will just boot and print `OK` to the screen. In subsequent blog posts we will extend it using the [Rust] programming language.
[Rust]: http://www.rust-lang.org/