Files
Custom-Operating-System/docs/getting_qemu.md

16 lines
241 B
Markdown
Raw Normal View History

2025-02-12 09:54:05 -05:00
# 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
```