List dobleuber as translator

This commit is contained in:
Philipp Oppermann
2025-03-27 17:52:28 +01:00
parent 411d42ac8d
commit 88fd5aabdd
13 changed files with 39 additions and 0 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"]
+++
El primer paso para crear nuestro propio kernel de sistema operativo es crear un ejecutable en Rust que no enlace con la biblioteca estándar. Esto hace posible ejecutar código Rust directamente en el [bare metal] sin un sistema operativo subyacente.

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.