Skip to content

Commit 1fedc72

Browse files
hackerisRevySR
authored andcommitted
update README for qemu-system
1 parent 2a7d084 commit 1fedc72

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Bundled packages:
3232

3333
- [elf-loader](https://github.com/MikhailProg/elf): you can run executable without executable permission! e.g. `cp /data/app/bin/bash ~/ && loader ~/bash`
3434
- qemu{,vroot}: you can run executable without executable permission! e.g. `cp /data/app/bin/bash ~/ && qemu-aarch64 ~/bash`
35+
- qemu-system-{aarch64,x86_64}: you can start a system emulator with qemu-system.
3536

3637
Pro tip: you can use these utilities in the builtin Terminal app under `/data/service/hnp`:
3738

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Termux for HarmonyOS Computer。开发进行中。
3232

3333
- [elf-loader](https://github.com/MikhailProg/elf): (你可以运行没有可执行权限的可执行文件!例如 `cp /data/app/bin/bash ~/ && loader ~/bash`)
3434
- qemu{,vroot}: (你可以运行没有可执行权限的可执行文件!例如 `cp /data/app/bin/bash ~/ && qemu-aarch64 ~/bash`)
35+
- qemu-system-{aarch64,x86_64}: 你可以借助 qemu-system 来运行虚拟机(支持 x86_64 和 aarch64)
3536

3637
小技巧:你可以在内置终端应用中使用这些工具 `/data/service/hnp`
3738

0 commit comments

Comments
 (0)