From 8369ffce4645c4ffa37b571b7c4065071a5ad4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 20 May 2022 21:16:11 +0200 Subject: [PATCH] Update README.md --- daemons/simulator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/simulator/README.md b/daemons/simulator/README.md index f1ec8af..d593ec0 100644 --- a/daemons/simulator/README.md +++ b/daemons/simulator/README.md @@ -1,6 +1,6 @@ # AVR Simulator -`qemu-system-avr` tries to use all the CPU cicles (leaving a CPU core stuck at 100%; limit CPU core usage to 10% via `--cpus 0.1`. It might be adjusted on slower machines. +`qemu-system-avr` tries to use all the CPU cicles (leaving a CPU core stuck at 100%; limit CPU core usage to 10% via `--cpus 0.1`. It can be adjusted on slower machines. ```bash $ podman build -t dcc/net-to-serial:sim .