From 1af7e55425e58a6dcb5133b092fcf16f8c654fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 24 Dec 2013 21:17:41 +0100 Subject: Increase bios size to 1MB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hervé Poussineau Signed-off-by: Andreas Färber --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1