aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrammell hudson <hudson@trmm.net>2020-03-13 16:38:30 +0100
committerTrammell hudson <hudson@trmm.net>2020-03-13 16:38:30 +0100
commit9d99185de6e39e963787593d45143c42b2e0a66a (patch)
treee33ff109c1234a5417cec09fe8bec704806f8e86
parent7aeec271d806efe1ecc18bf6dc32f39dfe8b994a (diff)
downloadqboot-github/fork/osresearch/makefile.zip
qboot-github/fork/osresearch/makefile.tar.gz
qboot-github/fork/osresearch/makefile.tar.bz2
readme: markdown formattinggithub/fork/osresearch/makefile
Signed-off-by: Trammell hudson <hudson@trmm.net>
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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: