Question: Modify the xv6 kernel so that the sbrk(n) system call does not grow the processes memory by yourself. What is the result of this modification?
Modify the xv6 kernel so that the sbrk(n) system call does not grow the processes memory by yourself. What is the result of this modification? What type of fault occurs? Explain the error message that appears in the xv6 terminal when you try a simple command such as ls after modifying the kernel in this way. Hint sys_sysbrk() in sysproc.c
There is no more information, just write how you could get. Thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
