You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-31Lines changed: 24 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,7 @@
2
2
3
3
Run linux elf binary (alpine rootfs also supported) on HarmonyOS PC, inspired by [Termony](https://github.com/TermonyHQ/Termony), based on [harmony-qemu](https://github.com/hackeris/harmony-qemu).
4
4
5
-
Originally for quick verification to integrate qemu-user to [Termony](https://github.com/TermonyHQ/Termony).
6
-
7
-
Working in progress, in the early stages.
5
+
Working in progress.
8
6
9
7

10
8
@@ -15,37 +13,32 @@ To build and install to your device, see [Build Termony on Linux](https://github
15
13
# Usage
16
14
17
15
- Build and sign hap of Harmonix
18
-
- or download unsigned hap from [Release page](https://github.com/hackeris/Harmonix/releases) and sign by your self
16
+
- or download unsigned hap from [Release page](https://github.com/hackeris/Harmonix/releases) and sign the hap by your self
19
17
- Install Harmonix to your HarmonyOS PC
20
-
- Download alpine minimal root filesystem from https://alpinelinux.org/downloads/ (aarch64 or x64)
21
-
- In HiShell, extract rootfs tar.gz file to data directory, for example `/data/storage/el2/base/files/alpine`
22
-
- Run qemu-harmonix-aarch64 to load busybox shell with rootfs and environment variables
0 commit comments