aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: