aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <digit@android.com>2011-03-02 03:45:03 -0800
committerAndroid Code Review <code-review@android.com>2011-03-02 03:45:03 -0800
commit930baf66aeb08c8c72fb5ab3194014d41bb18f94 (patch)
tree3a3e2afdc8326d7ff9b2f5b2d9cb8f04fd88c67e
parent80e81e424e98b6646f3c7f3420f7bad4dc308a08 (diff)
parentbc028d4c97991c6d34f1c64d0a0f15cdf712b05e (diff)
downloadqemu-pc-bios-930baf66aeb08c8c72fb5ab3194014d41bb18f94.tar.gz
-rw-r--r--Makefile2
-rw-r--r--README2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20a227e..7fd174c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ bochs/bios/Makefile:
bios.bin: bochs/bios/Makefile
$(MAKE) -C bochs/bios
- $(CP) bochs/bios/rombios16.bin $@
+ $(CP) bochs/bios/BIOS-bochs-latest $@
vgabios-cirrus.bin:
$(MAKE) -C vgabios
diff --git a/README b/README
index 9fb7113..4dd1860 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ SOURCE CODE
+ bios.bin: git://git.kernel.org/pub/scm/virt/bochs/bochs.git
- The file bios.bin is actually rombios16.bin, which is built from
+ The file bios.bin is actually BIOS-bochs-latest, which is built from
bochs/bios. We used the following commit in the bochs git tree so that
it can match with the qemu tree in platform/external/qemu: