Merge pull request #1368 from dobleuber/add-spanish-translation

Latam Spanish translation
This commit is contained in:
Philipp Oppermann
2025-03-27 17:54:54 +01:00
committed by GitHub
17 changed files with 8368 additions and 1 deletions

View File

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