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

View File

@@ -9,7 +9,7 @@ chapter = "Bare Bones"
# Please update this when updating the translation # Please update this when updating the translation
translation_based_on_commit = "c1af4e31b14e562826029999b9ab1dce86396b93" translation_based_on_commit = "c1af4e31b14e562826029999b9ab1dce86396b93"
# GitHub usernames of the people that translated this post # GitHub usernames of the people that translated this post
translators = ["JOE1994"] translators = ["JOE1994", "Quqqu"]
+++ +++
이번 포스트에서는 x86 아키텍처에서 최소한의 기능으로 동작하는 64비트 Rust 커널을 함께 만들 것입니다. 지난 포스트 [Rust로 'Freestanding 실행파일' 만들기][freestanding Rust binary] 에서 작업한 것을 토대로 부팅 가능한 디스크 이미지를 만들고 화면에 데이터를 출력해볼 것입니다. 이번 포스트에서는 x86 아키텍처에서 최소한의 기능으로 동작하는 64비트 Rust 커널을 함께 만들 것입니다. 지난 포스트 [Rust로 'Freestanding 실행파일' 만들기][freestanding Rust binary] 에서 작업한 것을 토대로 부팅 가능한 디스크 이미지를 만들고 화면에 데이터를 출력해볼 것입니다.