AT driver is not modified (debugging only);
TTY: select and revive with new notify and FS call back; kernel: removed old notify code; removed ugly prepare_shutdown timer kputc: don't send to FS if PRINTF_PROC fails
This commit is contained in:
@@ -11,7 +11,7 @@ m = $i/minix
|
||||
CC = exec cc
|
||||
CFLAGS = -I$i
|
||||
LDFLAGS = -i
|
||||
LIBS = -lsys -lsysutil
|
||||
LIBS = -lsysutil -lsys
|
||||
|
||||
OBJECTS = driver.o drvlib.o
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "drvlib.h"
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
/* Extended partition? */
|
||||
#define ext_part(s) ((s) == 0x05 || (s) == 0x0F)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user