diff --git a/README.md b/README.md index bd4a379bf..f6dd5e537 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ establishes Asterinas as a more secure and dependable kernel option. * Asterinas surpasses Linux in terms of developer friendliness. It empowers kernel developers to (1) utilize the more productive Rust programming language, -(2) leverage a purpose-built toolkit called [OSDK]() to streamline their workflows, +(2) leverage a purpose-built toolkit called [OSDK](https://asterinas.github.io/book/osdk/guide/index.html) to streamline their workflows, and (3) choose between releasing their kernel modules as open source or keeping them proprietary, thanks to the flexibility offered by [MPL](#License). @@ -35,8 +35,7 @@ While the journey towards a production-grade OS kernel can be challenging, we are steadfastly progressing towards our goal. Currently, Asterinas only supports x86-64 VMs. However, [our aim for 2024](https://asterinas.github.io/book/kernel/roadmap.html) is -to make Asterinas production-ready on x86-64 -for both bare-metal and VM environments. +to make Asterinas production-ready on x86-64 VMs. ## Getting Started diff --git a/README_CN.md b/README_CN.md index d04c77136..3044d0ca5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -24,7 +24,7 @@ * 星绽在开发者友好性方面优于Linux。 它赋能内核开发者们 (1)使用生产力更高的Rust编程语言, -(2)利用一个专为内核开发者设计的工具包(称为[OSDK]())来简化他们的工作流程, +(2)利用一个专为内核开发者设计的工具包(称为[OSDK](https://asterinas.github.io/book/osdk/guide/index.html))来简化他们的工作流程, (3)享受[MPL](#License)所带来的灵活性, 可自由选择开源或闭源他们为星绽所开发的内核模块或驱动。