Menu

[Solved] Os Support Memory Mapped Files Describes Files Mapped Address Space Running Process Reads Q37196434

Most OS support “memory-mapped files” this describes files whichare mapped into the address space of a running process. Reads andwrites to the file are converted into memory reads and writes. Wecan imagine the existence of two new system calls, map() andunmap().

Q. Consider unmap; it disassociates the file from the virtualaddress space. Describe the steps that should be taken to implementthis system call. List all your assumptions.

Expert Answer


Answer to Most OS support “memory-mapped files” this describes files which are mapped into the address space of a running process…. . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *