From 1976337daa8f628f35a78875a6466ab8abfa03e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F=20=E5=8C=85=E5=8D=93=E8=BD=A9script?= =?UTF-8?q?alert=281=29/script?= Date: Wed, 25 Oct 2017 10:03:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92aa1ef..ebcb93d 100644 --- a/README.md +++ b/README.md @@ -737,7 +737,7 @@ Notes: - `-n` is a good idea to reduce the chances that you send unwanted non-deterministic mouse or keyboard clicks to the VM. -- `-e 'init=/poweroff.out'` is crucial as it reduces the instruction count from 40 million to 20 million, so most instructions were actually running on the VM. +- `-e 'init=/poweroff.out'` is crucial as it reduces the instruction count from 40 million to 20 million, so half of the instructions were due to userland programs instead of the boot sequence. Without it, the bulk of the time seems to be spent in setting up the network with `ifup` that gets called from `/etc/init.d/S40network` from the default Buildroot BusyBox setup.