Skip to content

Commit

Permalink
Merge pull request #51 from KuangjuX/main
Browse files Browse the repository at this point in the history
update: add h extension info about qemu
  • Loading branch information
luojia65 authored Mar 6, 2023
2 parents 166cc0a + 72b6b8d commit a4f0bbe
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 a4f0bbe

Please sign in to comment.