Fix front matter syntax

This commit is contained in:
Philipp Oppermann
2021-10-17 18:19:54 +02:00
parent 456ed398e8
commit ebbc6381d7

View File

@@ -11,7 +11,6 @@ translation_based_on_commit = "3e87916b6c2ed792d1bdb8c0947906aef9013ac1"
# GitHub usernames of the people that translated this post # GitHub usernames of the people that translated this post
translators = ["Alekzus"] translators = ["Alekzus"]
+++ +++
+++
La première étape pour créer notre propre noyau 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 noyau 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.