摘要:
how to write your first linux device driver 0. environment-ubuntu 1804 64bit 1. apt-get install linux-headers-$(uname -r) 2. code hello.c 3. Makefile 阅读全文
摘要:
how to compile and replace ubuntu kernel 0. environment -ubuntu 1804 64bit 1. prepare source code sudo apt-get install linux-source or wget https://gi 阅读全文