floppy must be able to allocate a bit more for nonpaged mode.

This commit is contained in:
Ben Gras 2008-11-19 17:31:42 +00:00
parent 9b33056d2b
commit fe56202038

View File

@ -22,7 +22,7 @@ OBJ = floppy.o
all build: $(DRIVER) all build: $(DRIVER)
$(DRIVER): $(OBJ) $(DRIVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 8k $(DRIVER) install -S 16k $(DRIVER)
# install with other drivers # install with other drivers
install: /sbin/$(DRIVER) install: /sbin/$(DRIVER)