From 0a609aa1a00c867cbdd9663fb1ab77ff7df30d6a Mon Sep 17 00:00:00 2001 From: Andre Richter Date: Sun, 19 Jan 2020 17:31:04 +0100 Subject: [PATCH] Add notice about chinese versions CC @colachg @readlnh --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e9bb116..292677b7 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,15 @@ writing to the serial console, setting up virtual memory and handling HW exceptions. All while leveraging `Rust`'s unique features to provide for safety and speed. -_Cheers, -[Andre](https://github.com/andre-richter)_ +_Cheers, Andre ([@andre-richter])_ + +P.S.: In the future, Chinese :cn: versions of the tutorials will be maintained as [`README.CN.md`](README.CN.md) by [@colachg] and [@readlnh]. [ARMv8-A architecture]: https://developer.arm.com/products/architecture/cpu-architecture/a-profile/docs [monolithic]: https://en.wikipedia.org/wiki/Monolithic_kernel +[@andre-richter]: https://github.com/andre-richter +[@colachg]: https://github.com/colachg +[@readlnh]: https://github.com/readlnh ## 📑 Organization