aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKashyap Chamarthy <kchamart@redhat.com>2015-05-25 15:42:33 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 16:14:03 +0200
commitd1da38e16592f6f541d0fa9aa675fa296585f779 (patch)
tree4bdfe74b23c0545872d686f855527588fc56e298
parentc9ceaf597e7d3dee3dd79ae95b4a40ee87c89846 (diff)
downloadqboot-d1da38e16592f6f541d0fa9aa675fa296585f779.zip
qboot-d1da38e16592f6f541d0fa9aa675fa296585f779.tar.gz
qboot-d1da38e16592f6f541d0fa9aa675fa296585f779.tar.bz2
README: Add a note on compiling qboot
Signed-off-by: Kashyap Chamarthy <kchamart@redhat.com> Message-Id: <1432561354-26220-1-git-send-email-kchamart@redhat.com> ["make" is enough. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index 9baba33..a06391b 100644
--- a/README
+++ b/README
@@ -22,6 +22,20 @@ Most of QEMU's 500-700 ms startup time is spent:
Right now only flash is supported. 350 ms are saved, bringing the startup
time down to 60 ms.
+Compile qboot
+=============
+
+Clone the source:
+
+ $ git clone https://github.com/bonzini/qboot.git
+
+Compile the qboot firmware (you may need to install the relevant build
+time dependancies):
+
+ $ make
+
+The result will be a 64K file named bios.bin.
+
Usage
=====