Update README for 2025
This commit is contained in:
parent
56b85cb132
commit
b42d596ec4
12
README.md
12
README.md
|
@ -32,11 +32,13 @@ and (3) choose between releasing their kernel modules as open source
|
|||
or keeping them proprietary,
|
||||
thanks to the flexibility offered by [MPL](#License).
|
||||
|
||||
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 VMs.
|
||||
While the journey towards a production-grade OS kernel is challenging,
|
||||
we are steadfastly progressing towards this goal.
|
||||
Over the course of 2024,
|
||||
we significantly enhanced Asterinas's maturity,
|
||||
as detailed in [our end-year report](https://asterinas.github.io/2025/01/20/asterinas-in-2024.html).
|
||||
In 2025, our primary goal is to make Asterinas production-ready on x86-64 virtual machines
|
||||
and attract real users!
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
|
@ -31,9 +31,9 @@
|
|||
|
||||
虽然通往生产级操作系统内核的路上注定充满艰险,
|
||||
但我们坚信正朝着正确的方向迈进。
|
||||
当前,星绽仅支持x86-64虚拟机;
|
||||
[我们2024年的目标](https://asterinas.github.io/book/kernel/roadmap.html)是
|
||||
使星绽在x86-64虚拟机环境中达到生产可用。
|
||||
在2024年期间,我们大幅提升了Asterinas的成熟度,
|
||||
详细内容请参阅我们的[年终报告](https://asterinas.github.io/2025/01/20/asterinas-in-2024.html)。
|
||||
2025年,我们的主要目标是让Asterinas在x86-64虚拟机上达到生产级水平,并吸引真正的用户!
|
||||
|
||||
## 快速上手
|
||||
|
||||
|
|
|
@ -27,11 +27,9 @@ Linux互換のABIを提供し、Linuxの代替としてシームレスに動作
|
|||
[MPL](#License)の柔軟性を活かして、カーネルモジュールをオープンソースとして公開するか、
|
||||
プロプライエタリとして保持するかを選択できます。
|
||||
|
||||
生産グレードのOSカーネルへの道のりは困難を伴いますが、
|
||||
私たちは目標に向かって着実に進んでいます。
|
||||
現在、Asterinasはx86-64仮想マシンのみをサポートしています。
|
||||
しかし、[2024年の目標](https://asterinas.github.io/book/kernel/roadmap.html)は、
|
||||
x86-64仮想マシンでAsterinasを生産準備完了にすることです。
|
||||
本番レベルのOSカーネルを目指す道のりは困難ですが、私たちはこの目標に向けて着実に前進しています。
|
||||
2024年を通じて、[年末レポート](https://asterinas.github.io/2025/01/20/asterinas-in-2024.html)に詳述されているように、Asterinasの成熟度を大幅に向上させました。
|
||||
そして2025年には、Asterinasをx86-64仮想マシン環境で本番運用可能なレベルに引き上げ、実際のユーザーを獲得することを主な目標としています。
|
||||
|
||||
## クイックスタート
|
||||
|
||||
|
|
Loading…
Reference in New Issue