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:
Jorrit Herder
2005-06-02 12:43:21 +00:00
parent f926f1209d
commit e782e76944
19 changed files with 173 additions and 82 deletions
+4
View File
@@ -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