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 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