Removed root filesystem blocksize restriction by reducing boot monitor

stack size from 16kB to 8kB. No apparent adverse affects.
This commit is contained in:
Ben Gras
2005-05-20 12:30:19 +00:00
parent cff515edd8
commit f8bd2691ec
2 changed files with 9 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ rawfs86.o: rawfs.c rawfs.o
boot: boothead.s boot.o bootimage.o rawfs86.o
$(LD86) -o $@ \
boothead.s boot.o bootimage.o rawfs86.o $(LIBS)
install -S 16kb boot
install -S 8kb boot
bootcd: bootcdhead.s boot.o bootimage.o rawfs86.o
$(LD86) -o $@ \