aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrammell hudson <hudson@trmm.net>2020-03-13 16:28:45 +0100
committerTrammell hudson <hudson@trmm.net>2020-03-13 16:28:45 +0100
commitde720efae9958b368132e788130074db90df7dcb (patch)
tree6312cfc20b87b100e676e983c05ad73761b33962
parent02a36c004a3bff61ccf12852b0236ab79300fd85 (diff)
downloadqboot-de720efae9958b368132e788130074db90df7dcb.zip
qboot-de720efae9958b368132e788130074db90df7dcb.tar.gz
qboot-de720efae9958b368132e788130074db90df7dcb.tar.bz2
rename README to README.md and add link to build status
Signed-off-by: Trammell hudson <hudson@trmm.net>
-rw-r--r--README.md (renamed from README)4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README.md
index 4fb3e9d..506166c 100644
--- a/README
+++ b/README.md
@@ -1,3 +1,5 @@
+![Build status](./workflows/bios-build/badge.svg)
+
A simple x86 firmware that can boot Linux.
Most of QEMU's startup time is spent:
@@ -17,7 +19,7 @@ Most of QEMU's startup time is spent:
* in the BIOS. qboot saves another 150 ms.
-* until QEMU 2.7+, in fw_cfg. qboot uses the DMA interface which is pretty
+* until QEMU 2.7+, in `fw_cfg`. qboot uses the DMA interface which is pretty
much instantaneous.
Compile qboot