Update README.md

This commit is contained in:
Ciro Santilli 六四事件 法轮功 包卓轩scriptalert(1)/script
2017-10-25 10:03:52 +01:00
committed by GitHub
parent 3ec689a793
commit 1976337daa

View File

@@ -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.