Description: Vmalloc kernel space will not be straight after the memory address is mapped to the user space driver, 2.4 kernel and 2.6 kernel versions, learning the necessary information on memory allocation. After reading to understand the principle of the mmap
File list (Check if you may need any files):
mmap
....\mmap
....\....\2.6
....\....\...\map_driver
....\....\...\..........\install.sh
....\....\...\..........\Makefile
....\....\...\..........\maptest.c
....\....\...\..........\map_driver.c
....\....\...\..........\map_driver.h
....\....\...\mmshow
....\....\...\......\Makefile
....\....\...\......\mmshow.c
....\....\Makefile
....\....\maptest.c
....\....\map_driver.c
....\....\~$aptest.c