Skip to content

Commit 4de9527

Browse files
authored
Merge pull request #1356 from GNITOAHC/GNITOAHC-patch-1
[translation]: Fix typo in index.zh-TW.md
2 parents b797cc8 + c469226 commit 4de9527

File tree

1 file changed

+3
-1
lines changed
  • blog/content/edition-2/posts/01-freestanding-rust-binary

1 file changed

+3
-1
lines changed

blog/content/edition-2/posts/01-freestanding-rust-binary/index.zh-TW.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ date = 2018-02-10
99
translation_based_on_commit = "24d04e0e39a3395ecdce795bab0963cb6afe1bfd"
1010
# GitHub usernames of the people that translated this post
1111
translators = ["wusyong"]
12+
# GitHub usernames of the people that contributed to this translation
13+
translation_contributors = ["gnitoahc"]
1214
+++
1315

1416
建立我們自己的作業系統核心的第一步是建立一個不連結標準函式庫的 Rust 執行檔,這使得無需基礎作業系統即可在[裸機][bare metal]上執行 Rust 程式碼。
@@ -367,7 +369,7 @@ cargo rustc -- -C link-args="/ENTRY:_start /SUBSYSTEM:console"
367369

368370
#### macOS
369371

370-
以下是 Linux 上會出現的(簡化過)連結器錯誤:
372+
以下是 macOS 上會出現的(簡化過)連結器錯誤:
371373

372374
```
373375
error: linking with `cc` failed: exit code: 1

0 commit comments

Comments
 (0)