From cb8849fc1eaf027e6d217ef9afa66ff9b888c5ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Molinero=20Fern=C3=A1ndez?= Date: Sat, 17 Aug 2024 17:02:53 +0200 Subject: [PATCH] Add note about KVM option, fixes #14 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fadd359..8bf6435 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ docker run --detach \ docker.io/hectorm/qemu-reactos:latest ``` +> [!NOTE] +> The `--device /dev/kvm` option can only be used on Linux hosts, it can be removed on Windows and macOS hosts at a significant performance penalty. + The instance can be accessed from: * **VNC** (`5900/TCP`), without password. * **noVNC** (`6080/TCP`), http://127.0.0.1:6080/vnc.html