In-Depth Study of Makefile
In-Depth Study of Makefile In previous articles, we analyzed character device drivers together. If we have already written the driver code, what should we do next? First, we need to run make, and upon successful compilation, a globalmem.ko file will be generated. Next, we need to insert this kernel module into the kernel and use … Read more