Skip to content

Commit 5babfe9

Browse files
authored
Create embox_supported_platforms_qemu_en.md
1 parent 612218b commit 5babfe9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## QEMU emulator support
2+
3+
Embox supports following QEMUs:
4+
5+
* qemu-system-i386
6+
* qemu-system-arm
7+
* qemu-system-mips
8+
* qemu-system-ppc
9+
* qemu-system-microblaze
10+
* qemu-system-sparc
11+
12+
For each of supported CPU architectures you have to configure Embox by follow shell command:
13+
14+
```
15+
$ make confload-<ARCH>/qemu
16+
```
17+
where <ARCH>: x86, arm, mips, ppc, microblaze, sparc
18+
19+
For running you should execute `auto_qemu` script:
20+
```
21+
$ ./scripts/qemu/auto_qemu
22+
```
23+
The script parses config files from `conf/` folder and starts `qemu` with corresponded arguments.

0 commit comments

Comments
 (0)