(Solved) : 5 Name C Language Function Plays Role System Call Handler Os 161 Directory Function Implem Q44039553 . . .
5. What is the name of the c-language function that plays the roleof the system-call handler in OS/161? In which directory is thisfunction implementation located?
6. One of the kernel’s main function is to provide support foruser-level programs. Most such support is accessed via “systemcalls”. For example, consider the system call **reboot()**, whichis implemented in the function **sys_reboot()** in*src/kern/main/main.c*. Using GDB, put a breakpoint on**sys_reboot** and then run the “reboot” program (by typing “p/sbin/reboot” at the OS/161 menu prompt). Use “backtrace” to seehow the OS/161 got there. **Show the output of your debuggingsession as well as the output printed by the OS/161.**
Expert Answer
Answer to 5. What is the name of the c-language function that plays the role of the system-call handler in OS/161? In which direc…
OR