]> Zhao Yanbai Git Server - minix.git/commitdiff
more stack for boot
authorBen Gras <ben@minix3.org>
Thu, 8 Apr 2010 12:18:57 +0000 (12:18 +0000)
committerBen Gras <ben@minix3.org>
Thu, 8 Apr 2010 12:18:57 +0000 (12:18 +0000)
boot/Makefile

index 8aa0f3f6eb205041ff3a98f11d338f45f7182094..9ed47718148f4b59983dd20613ef5a1af89ed053 100644 (file)
@@ -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