在樹莓派上編譯linux內核模塊

模塊源碼就用最簡單的hello_kernel.ccss #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> static int hello_kernel_init(void) { printk("hello kernel init\n"); return 0; } static void he
相關文章
相關標籤/搜索