From 78806e1b2efd06002556383d60df918097b8b07e Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 8 Apr 2010 12:18:57 +0000 Subject: [PATCH] more stack for boot --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/Makefile b/boot/Makefile index 8aa0f3f6e..9ed477181 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -38,7 +38,7 @@ rawfs86.o: rawfs.c rawfs.o boot: boothead.s boot.o bootimage.o rawfs86.o $(LD86) -o bootexec \ boothead.s boot.o bootimage.o rawfs86.o $(LIBS) - install -S 12kb bootexec + install -S 22kb bootexec # This is code that is executed when used on a bootable # CD, as its entry point is the start of the file then. # It jumps over the a.out header into the part of the