| | | | Question Answer Tutorial - Linux->Memory | | | | Question: Among these files which has an ELF format | | Answer: All of the mentioned options
| | | | | | | | Question: Which sytem call can be used by a user process to lock a memory so that it cannot be swapped out? | | Answer: memlock()
| | | | | | | | Question: LRU stands for | | Answer: Least recently Used
| | | | | | | | Question: Mm_struct maintains? | | Answer: Active memory regions
| | | | | | | | Question: On x86-32 Linux, at which address the code segment of the program starts? | | Answer: 0x08048000
| | | | | | | | | | | | |