16 lines
241 B
Markdown
16 lines
241 B
Markdown
# Getting QEMU
|
|
|
|
QEMU is an emulator used for running and debugging xOS.
|
|
|
|
### QEMU for MacOS
|
|
|
|
```bash
|
|
brew install qemu
|
|
```
|
|
|
|
### Tools for Linux (Ubuntu)
|
|
|
|
```bash
|
|
apt install qemu-utils qemu-system-i386 qemu-system-x86_64 qemu-system-arm
|
|
```
|