linuxmooc icon indicating copy to clipboard operation
linuxmooc copied to clipboard

陈莉君教授《Linux内核分析与应用》课程课件、动手实践源代码、实验手册、实验源代码

Results 1 linuxmooc issues
Sort by recently updated
recently updated
newest added

make -C /lib/modules/3.10.0-1062.4.3.el7.x86_64/build M=/root/module/mem modules make[1]: Entering directory `/usr/src/kernels/3.10.0-1062.4.3.el7.x86_64' CC [M] /root/module/mem/paging_lowmem.o /root/module/mem/paging_lowmem.c: In function ‘get_pgtable_macro’: /root/module/mem/paging_lowmem.c:22:33: error: ‘GDIR_SHIFT’ undeclared (first use in this function) printk("GDIR_SHIFT = %d\n", GDIR_SHIFT); ^...