Skip to content

Commit

Permalink
Clarify that we create a kernel for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Jul 9, 2018
1 parent 0b98799 commit 8416845
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ date = 2018-02-10
template = "second-edition/page.html"
+++

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.
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.

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

Expand Down

0 comments on commit 8416845

Please sign in to comment.