美文网首页
build the linux kernel

build the linux kernel

作者: Programming | 来源:发表于2017-05-31 16:03 被阅读0次

build the linux kernel in the Ubuntu environment:

1. get the kernel source code

2. make ARCH=x86_64 defconfig

3. make 

4. make install

sometimes need to input the command update-grub

to make loadable modules:

1. make modules

2. make modules_install

相关文章

网友评论

      本文标题:build the linux kernel

      本文链接:https://www.haomeiwen.com/subject/ealjfxtx.html