mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 06:17:49 +00:00
Updated list of french translators (#1090)
This commit is contained in:
@@ -9,7 +9,7 @@ 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"]
|
||||
translators = ["AlexandreMarcq", "alaincao"]
|
||||
+++
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user