您的位置:首页 > 运维架构 > Linux

Linux Kernel Developement process base on debian OS

2009-07-27 18:12 423 查看
1. Install compile environment

#sudo apt-get install build-essential

2. Install kernel header

#sudo apt-get install linux-headers-$(uname -r)

3. Write a kernel module and compile and run it

make -C /usr/src/linux-headers-$(uname -r) M=$(pwd) modules
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: