4 lines
195 B
Plaintext
4 lines
195 B
Plaintext
Q: Which other xv6 system call(s) could be made faster using this shared page? Explain how.
|
|
A: sys_uptime. Make the global tick in a user access page, and map the address of tick into usyscall.
|
|
|