aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-04-06 11:02:11 -0700
committerChristian Cunningham <cc@localhost>2022-04-06 11:02:11 -0700
commitebd3c55990021bd346ff3d8c8fd097db62dc7f1a (patch)
tree7e853f3a8a1db8d2139ea838ac8d3d40b1e0dd63
parent1e9b23ce222129c814b1925619206db628c343e2 (diff)
WSL Qemu Emulation Instructions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 459094d..868a55d 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,10 @@
- Minimum command line arguments to run: `qemu-system-arm -M raspi2b -cpu cortex-a7 -m 1G -kernel build/kernel.elf`
- When building `build/kernel7.img`, `build/kernel.elf` will also be built and is used to emulate the Raspberry Pi 2B
+### Running on WSL
+ - Download the QEMU ARM System Package and install it under `C:\qemu`
+ - Run **Jobbed** in QEMU from WSL with `make -f Win.mk clean run`
+
### Getting Cross Compiler
- https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/downloads