Add the missing link for OSDK in README

This commit is contained in:
Tate, Hongliang Tian 2024-03-01 22:36:42 +08:00
parent 853e475d29
commit 61a5d7625b
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@
* 星绽在开发者友好性方面优于Linux。
它赋能内核开发者们
1使用生产力更高的Rust编程语言
2利用一个专为内核开发者设计的工具包称为[OSDK]())来简化他们的工作流程,
2利用一个专为内核开发者设计的工具包称为[OSDK](https://asterinas.github.io/book/osdk/guide/index.html))来简化他们的工作流程,
3享受[MPL](#License)所带来的灵活性,
可自由选择开源或闭源他们为星绽所开发的内核模块或驱动。