Created new findproc system call to the PM (to replace similar kernel
functionality). Currently working on memory allocation (not yet finished).
This commit is contained in:
@@ -44,6 +44,7 @@ OBJECTS = \
|
||||
$(LIBRARY)(getppid.o) \
|
||||
$(LIBRARY)(getuid.o) \
|
||||
$(LIBRARY)(getprocnr.o) \
|
||||
$(LIBRARY)(findproc.o) \
|
||||
$(LIBRARY)(ioctl.o) \
|
||||
$(LIBRARY)(isatty.o) \
|
||||
$(LIBRARY)(kill.o) \
|
||||
@@ -218,6 +219,9 @@ $(LIBRARY)(getppid.o): getppid.s
|
||||
$(LIBRARY)(getprocnr.o): getprocnr.s
|
||||
$(CC1) getprocnr.s
|
||||
|
||||
$(LIBRARY)(findproc.o): findproc.s
|
||||
$(CC1) findproc.s
|
||||
|
||||
$(LIBRARY)(getuid.o): getuid.s
|
||||
$(CC1) getuid.s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user