Change one of translator's github id

woodyZootopia changed their github id to swnakamura. This commit changes
the translators section accordingly
This commit is contained in:
woodyZootopia
2023-12-02 15:04:01 +09:00
parent db4068826b
commit f4ab296b8b
10 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ chapter = "Bare Bones"
# Please update this when updating the translation
translation_based_on_commit = "7212ffaa8383122b1eb07fe1854814f99d2e1af4"
# GitHub usernames of the people that translated this post
translators = ["woodyZootopia", "JohnTitor"]
translators = ["swnakamura", "JohnTitor"]
+++
この記事では、Rustで最小限の64bitカーネルを作ります。前の記事で作った[フリースタンディングなRustバイナリ][freestanding Rust binary]を下敷きにして、何かを画面に出力する、ブータブルディスクイメージを作ります。