At least 8k stack for all drivers so that malloc() works, for grants,

for printf().
This commit is contained in:
Ben Gras
2006-08-02 22:51:47 +00:00
parent 23e1bffd7a
commit 9d9e14941e
9 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ OBJ = tty.o console.o vidcopy.o keyboard.o pty.o rs232.o
all build: $(DRIVER)
$(DRIVER): $(OBJ)
$(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS)
install -S 256w $(DRIVER)
install -S 8k $(DRIVER)
# install with other drivers
install: