From 9d99185de6e39e963787593d45143c42b2e0a66a Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Fri, 13 Mar 2020 16:38:30 +0100 Subject: readme: markdown formatting Signed-off-by: Trammell hudson --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d4b0f4..88e340b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Most of QEMU's startup time is spent: * in the dynamic linker. This can be reduced by 150 ms simply by compiling a stripped down QEMU: +``` ./configure --disable-libssh2 --disable-tcmalloc --disable-glusterfs \ --disable-seccomp --disable-{bzip2,snappy,lzo} --disable-usb-redir \ --disable-libusb --disable-smartcard-nss --disable-libnfs \ @@ -16,13 +17,14 @@ Most of QEMU's startup time is spent: --disable-fdt --disable-curl --disable-curses --disable-sdl \ --disable-gtk --disable-tpm --disable-vte --disable-vnc \ --disable-xen --disable-opengl --target-list=x86_64-softmmu +``` * in the BIOS. qboot saves another 150 ms. * until QEMU 2.7+, in `fw_cfg`. qboot uses the DMA interface which is pretty much instantaneous. -Compile qboot +Compile `qboot` ============= Clone the source: -- cgit v1.1