Highlights
- Pro
Pinned Loading
-
-
-
AskQ
AskQ PublicForked from OpenSource-IITGn/AskQ
A Q&A platform for the student community at IIT Gandhinagar.
JavaScript
-
Creating a system call in xv6 for ke...
Creating a system call in xv6 for keeping count of read syscalls on per prcoess basis 1# Constructing a System call that gives the count of how many times System call Read was called.
2We will be using xv6 OS for this exercise. In this exercise, we will construct a system call that can give read counts on per process basis and then modify it to obtain a system call that will give read counts of all processes since the start of kernel.
34## Adding the counter
5To add a system call that can get the number of times the system call 'read' was used in a specific program, we require to make a variable that stores this count for each process.
-
OpenSource-IITGn/awesome-iitgncv
OpenSource-IITGn/awesome-iitgncv PublicLatex template for CV in accordance with CDS format
TeX 7
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.