October 2018
Beginner
794 pages
19h 23m
English
To aid the reader in working with the mmap(2) for the purpose of file I/O, we have provided the code of a simple application; it memory maps a given file (the file's pathname, start offset, and length are provided as parameters) via the mmap(2) and hexdumps (using a, slightly enhanced, open source hexdump function) the memory region specified on to stdout. We urge the reader to look up the code, build, and try it out.
Read now
Unlock full access