[kernel] compile ubuntu kernel
http://nixchun.pixnet.net/blog/post/9690040-compile-the-ubuntu-kernel
Related Posts:
[Compile Kernel Code] How to compile kernel source codeCompile kernel need some tool : sudo apt-get build-dep gcc sudo apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 Go to /bin to c… Read More
[Linux Kernel][Gentoo] open ASUS WMI Driver at gentoo (4.4.6-gentoo)I check each item from “depends on ACPI_WMI” to “depends on ACPI_VIDEO || ACPI_VIDEO = n”. When I check “depends on HOTPLUG_PCI”, then I find this it… Read More
[Linux Kernel] How to compile ASUS_WMI & ASUS_NB_WMI I want Fn+F9 can work. So the follow step is procedure for my testing. It work. make menuconfig Device Drivers → X86 Platform Specific Device Driv… Read More
[Kernel][Archlinux] Replace new kernel method Install package pacman -S bc Download kernel source tar xvf linux-4.3.2.tar.xz -C /usr/src/ cd /usr/src//linux-4.3.2/ make mrproper (Ensures tha… Read More
[Kernel Module] Make own kernel module Code 1 #include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("Dual BSD/GPL"); static char *book_name = "dissecting Linux De… Read More
0 意見:
張貼留言