Skip to content

Commit

Permalink
add h extension about qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangjuX committed Feb 23, 2023
1 parent 166cc0a commit 72b6b8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ You should use these following line of parameters:
command.args(&["-cpu", "rv64,x-h=true"]);
```

... to enable H extension on QEMU software.
... to enable H extension on QEMU software.

The H extension is enabled by default when QEMU version >= 7.0.0.

3. What is the minimum supported Rust version of this package?

Expand Down

0 comments on commit 72b6b8d

Please sign in to comment.