mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 06:47:49 +00:00
Improve introductions of various posts
This commit is contained in:
@@ -6,7 +6,7 @@ date = 2018-02-10
|
||||
template = "second-edition/page.html"
|
||||
+++
|
||||
|
||||
This post describes how to create a Rust executable that does not link the standard library. This makes it possible to run Rust code on the [bare metal] without an underlying operating system.
|
||||
The first step in creating our own operating system kernel is to create a Rust executable that does not link the standard library. This makes it possible to run Rust code on the [bare metal] without an underlying operating system.
|
||||
|
||||
[bare metal]: https://en.wikipedia.org/wiki/Bare_machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user