New NOTIFY system call! Queued at kernel. Duplicate messages (with same source
and type) are overwritten with newer flags/ arguments. The interface from within the kernel is lock_notify(). User processes can make a system call with notify(). NOTIFY fully replaces the old notification mechanism.
This commit is contained in:
@@ -28,7 +28,7 @@ $(ROOTOBJ):
|
||||
rm a.out
|
||||
|
||||
clean:
|
||||
@rm -f *.o *.s *.bak test? test?? t10a t11a t11b DIR*
|
||||
rm -rf *.o *.s *.bak test? test?? t10a t11a t11b DIR*
|
||||
|
||||
test1: test1.c
|
||||
test2: test2.c
|
||||
|
||||
Reference in New Issue
Block a user