Removed root filesystem blocksize restriction by reducing boot monitor
stack size from 16kB to 8kB. No apparent adverse affects.
This commit is contained in:
@@ -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 $@ \
|
||||
|
||||
Reference in New Issue
Block a user