The generic version of the system call used to set up a memo…
The generic version of the system call used to set up a memory-mapped file looks like this: start address = mmap(int fd, size t length, int protection, int flags) After an invocation of mmap, with length = 16,385 bytes, successfully returns, how many physical pages have been allocated to the virtual address segment being mapped? Assume the page size is 4096 bytes.