floppy must be able to allocate a bit more for nonpaged mode.
This commit is contained in:
parent
9b33056d2b
commit
fe56202038
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user