From b30c3f653e220849e4ceb1b69fd7afdb0709128e Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 14 Oct 2018 16:18:55 +0200 Subject: [PATCH] minimal-rust-kernel: typo (#472) --- .../second-edition/posts/02-minimal-rust-kernel/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md index b61e1e39..2e2758f0 100644 --- a/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md +++ b/blog/content/second-edition/posts/02-minimal-rust-kernel/index.md @@ -6,7 +6,7 @@ date = 2018-02-10 template = "second-edition/page.html" +++ -In this post we create a minimal 64-bit Rust kernel for the x86 architecture. We built upon the [freestanding Rust binary] from the previous post to create a bootable disk image, that prints something to the screen. +In this post we create a minimal 64-bit Rust kernel for the x86 architecture. We build upon the [freestanding Rust binary] from the previous post to create a bootable disk image, that prints something to the screen. [freestanding Rust binary]: ./second-edition/posts/01-freestanding-rust-binary/index.md