From: Ben Gras Date: Wed, 19 Nov 2008 17:31:42 +0000 (+0000) Subject: floppy must be able to allocate a bit more for nonpaged mode. X-Git-Tag: v3.1.4~221 X-Git-Url: http://zhaoyanbai.com/repos/icons/style.css?a=commitdiff_plain;h=fe5620203819bbee4bcdbf51f572f9b13fe5c205;p=minix.git floppy must be able to allocate a bit more for nonpaged mode. --- diff --git a/drivers/floppy/Makefile b/drivers/floppy/Makefile index 478dde0de..07dcf18fd 100644 --- a/drivers/floppy/Makefile +++ b/drivers/floppy/Makefile @@ -22,7 +22,7 @@ OBJ = floppy.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 8k $(DRIVER) + install -S 16k $(DRIVER) # install with other drivers install: /sbin/$(DRIVER)