Improve introductions of various posts

This commit is contained in:
Philipp Oppermann
2018-07-26 19:15:50 +02:00
parent f551116714
commit a2d99bb52e
5 changed files with 5 additions and 5 deletions

View File

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