xxyzz / ostep-hw

Operating Systems: Three Easy Pieces(OSTEP) homework and project solutions
GNU General Public License v3.0
763 stars 179 forks source link

Questions about initial-xv6 project #11

Closed alwaysbemodest closed 2 years ago

alwaysbemodest commented 2 years ago

This project requires counting the number of calling the read function by all processes, I notice that your implementation may only consider parent process and its child processes. is there a bug in it?

xxyzz commented 2 years ago

Thanks!