Looking for Operating Systems Even Sem 24-25 test answers and solutions? Browse our comprehensive collection of verified answers for Operating Systems Even Sem 24-25 at moodle.coep.org.in.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
In the xv6 operating system kernel, system calls are implemented. Select the correct statements about the code implementation describing the transition from user land to kernel land, placement of code in various files, mix of C and assembly code. (note: this is a multiple choices may be correct type question)
Maximum size of a file on xv6 in bytes is
(just write a numeric answer)
The lines
if(ip->type != T_DIR){ iunlockput(ip); return 0; }
in namex() function
mean
An inode is read from disk as a part of this function
Select all the actions taken by iget()
Match function with it's functionality
Map the function in xv6's file system code, to it's perceived logical layer.
Select all the actions taken by ilock()