I have a problem about system call in minix3.I have to create a system call which is called "deneme" and when i execute this system call, it should print the content of top command (for example. PID,usernama,size ..). Can anyone prepare a list for the steps.I made somethings but I get error in makefile files.
Asked
Active
Viewed 109 times
0
-
Please share the somethings that you made, and what error(s) they generated. – Scott Hunter Dec 30 '15 at 12:13
-
I used that document http://homepages.cs.ncl.ac.uk/nick.cook/csc2025/minix/syscall-exercise1.html.I get some error when i execute "make services" command – user2986250 Dec 30 '15 at 13:34