Posts by Danillo Uehara • 11 points
1 post
-
1
votes0
answers155
viewsQ: How to create a System Call to extract data from an ongoing process?
I need to make a System Call that receives a PID as parameter and returns the number of bytes that this process read from the standard input, disk, and how many bytes it wrote on the USB port. As I…