Add @Quqqu to Korean translators' list: post 1 & 2

@Quqqu helped with reviewing Korean translation drafts for
post-01 & post-02.
This commit is contained in:
JOE1994
2022-06-08 20:24:39 -04:00
parent 1c9b5edd6a
commit 1f27d18427
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ chapter = "Bare Bones"
# Please update this when updating the translation
translation_based_on_commit = "c1af4e31b14e562826029999b9ab1dce86396b93"
# GitHub usernames of the people that translated this post
translators = ["JOE1994"]
translators = ["JOE1994", "Quqqu"]
+++
운영체제 커널을 만드는 첫 단계는 표준 라이브러리(standard library)를 링크하지 않는 Rust 실행파일을 만드는 것입니다.