Update blog/content/edition-2/posts/01-freestanding-rust-binary/index.fr.md

Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
This commit is contained in:
Alexandre
2021-10-08 08:35:19 +02:00
committed by GitHub
parent 526c7a3dca
commit f5c111f649

View File

@@ -6,6 +6,11 @@ date = 2018-02-10
[extra] [extra]
chapter = "Bare Bones" chapter = "Bare Bones"
# Please update this when updating the translation
translation_based_on_commit = "3e87916b6c2ed792d1bdb8c0947906aef9013ac1"
# GitHub usernames of the people that translated this post
translators = ["Alekzus"]
+++
+++ +++
La première étape pour créer notre propre noyeau de système d'exploitation est de créer un exécutable Rust qui ne relie pas la bibliothèque standard. Cela rend possible l'exécution du code Rust sur la ["bare machine"][machine nue] sans système d'exploitation sous-jacent. La première étape pour créer notre propre noyeau de système d'exploitation est de créer un exécutable Rust qui ne relie pas la bibliothèque standard. Cela rend possible l'exécution du code Rust sur la ["bare machine"][machine nue] sans système d'exploitation sous-jacent.