Skip to content

Commit 8416845

Browse files
committed
Clarify that we create a kernel for x86
1 parent 0b98799 commit 8416845

File tree

1 file changed

+1
-1
lines changed
  • blog/content/second-edition/posts/02-minimal-rust-kernel

1 file changed

+1
-1
lines changed

blog/content/second-edition/posts/02-minimal-rust-kernel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date = 2018-02-10
66
template = "second-edition/page.html"
77
+++
88

9-
In this post we create a minimal 64-bit Rust kernel. We built upon the [freestanding Rust binary] from the previous post to create a bootable disk image, that prints something to the screen.
9+
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.
1010

1111
[freestanding Rust binary]: ./second-edition/posts/01-freestanding-rust-binary/index.md
1212

0 commit comments

Comments
 (0)