mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Clarify that we create a kernel for x86
This commit is contained in:
@@ -6,7 +6,7 @@ date = 2018-02-10
|
|||||||
template = "second-edition/page.html"
|
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
|
[freestanding Rust binary]: ./second-edition/posts/01-freestanding-rust-binary/index.md
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user