mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
List dobleuber as translator
This commit is contained in:
@@ -6,6 +6,9 @@ date = 2018-02-10
|
||||
|
||||
[extra]
|
||||
chapter = "Bare Bones"
|
||||
|
||||
# GitHub usernames of the people that translated this post
|
||||
translators = ["dobleuber"]
|
||||
+++
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user