summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2013-12-24 21:17:41 +0100
committerAndreas Färber <andreas.faerber@web.de>2014-03-12 18:38:41 +0100
commit1af7e55425e58a6dcb5133b092fcf16f8c654fb9 (patch)
treea9977d3a9cd33f5aa7b5133f4b9e4636373f6380
parent4cc33a9625b2d321cefc77102ee52e36fc6f019d (diff)
downloadqemu-openhackware-1af7e55425e58a6dcb5133b092fcf16f8c654fb9.tar.gz
Increase bios size to 1MB
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Andreas Färber <andreas.faerber@web.de>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0213b2..68ed7d2 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ CFLAGS+= -I$(SRCDIR)/dev -I$(SRCDIR)/dev/block -I$(SRCDIR)/dev/char
CFLAGS+= -I$(SRCDIR)/dev/bus
LDFLAGS= -O2 -g -nostdlib
-BIOS_IMAGE_BITS:= 19
+BIOS_IMAGE_BITS:= 20
BIOS_IMAGE_SIZE:= $(shell echo $$(( 1 << $(BIOS_IMAGE_BITS) )) )
BOOT_SIZE := 0x00000200