We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tracnslation_contributors
1 parent 146e694 commit c469226Copy full SHA for c469226
blog/content/edition-2/posts/01-freestanding-rust-binary/index.zh-TW.md
@@ -8,7 +8,9 @@ date = 2018-02-10
8
# Please update this when updating the translation
9
translation_based_on_commit = "24d04e0e39a3395ecdce795bab0963cb6afe1bfd"
10
# GitHub usernames of the people that translated this post
11
-translators = ["wusyong", "gnitoahc"]
+translators = ["wusyong"]
12
+# GitHub usernames of the people that contributed to this translation
13
+translation_contributors = ["gnitoahc"]
14
+++
15
16
建立我們自己的作業系統核心的第一步是建立一個不連結標準函式庫的 Rust 執行檔,這使得無需基礎作業系統即可在[裸機][bare metal]上執行 Rust 程式碼。
0 commit comments