浏览代码

Modify readme documents for v0.2.0

luojia65 4 年之前
父节点
当前提交
213414c6e1
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -17,14 +17,14 @@ and some reference implementations for experiments and reference.
 
 ## Features
 
-- Functional operating system runtime
-- Adapted to RISC-V SBI specification v0.2
-- Good support for unix-like operating systems
+- Functional and extensible operating system runtime
+- Fully support to RISC-V SBI specification v0.2
+- Adapted for unix-like operating systems
 - Written in Rust
-- Alternative to OpenSBI with most of its function
+- Competitive to OpenSBI with most of its function
+- Bundled with a test framework for SBI implementations
 - Supports QEMU emulator (priv. spec v1.11)
-- Backward compatible to privileged spec v1.9
-- Supports Kendryte K210 with MMU and S-Mode
+- Backward compatible to Kendryte K210 with spec v1.9, MMU and S-Mode
 
 ## Components