From fe5620203819bbee4bcdbf51f572f9b13fe5c205 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 19 Nov 2008 17:31:42 +0000 Subject: [PATCH] floppy must be able to allocate a bit more for nonpaged mode. --- drivers/floppy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0