From: Ben Gras Date: Thu, 8 Apr 2010 12:18:57 +0000 (+0000) Subject: more stack for boot X-Git-Tag: v3.1.7~171 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=78806e1b2efd06002556383d60df918097b8b07e;p=minix.git more stack for boot --- 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