I've recently built a kernel for my Intel i7 basically using this guide modified to build the 3.5 kernel with patches from http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.5-quantal/.
Hi!
I am running a fresh FC17 install and need to patch and recompile my kernel for RT functionality. The RT patches only comes for some versions (patch-3.4.10-rt18.patch.gz being the latest one).
I tried to follow this guide
http://fedoraproject.org/wiki/Buildi...Get_the_Source
to get the Fedora kernel source, but it does not explain how to get a specific kernel version.
I maintain a customized kernel, also I provide patches that you can use directly for major version of kernel source code, now I got a classic problem,
I developed the patch based on 3.7.8 kernel, as newer version 3.7.9 is out, I had to develop the patch for 3.7.9 as well, but how should I do this quickly?
Right now, I download the whole source code of 3.7.9, migrate the code to new version of ke
Guys, probably an obvious error so I apologise in advance - trying to install vmware player, and it needs the kernel-source to build drivers.
I've gone out and downloaded kernel-source for my running kernel.
However it's complaining that the kernel-source (2.6.31.12-0.1) does not match the running kernel (2.6.31.12-0.1-desktop).
Possible Duplicate:
Given a git patch id, how to find out which kernel release contains it?
I encountered a bug in one of the newer kernel versions. There is no workaround; if I want to have sound at my system at all, I have to boot an older kernel version.
Febby had requested this, so here it is:
This is a I727 kernel based on I727R JB source.
It's using the LL3 leak ramdisk at the moment.
Github repo:
https://github.com/garwynn/I727_JB_Kernel_v1
Current build, additional notes can be found here:
[KERNEL][SOURCE]SGH-I727 JB Kernel - SXTP Developers
There is a test build up so if anyone is willing to flash it and make sure it works, I'd appreciat
can you anyone tell what the linux patch is? I want to install a real time kernel, so to compile the kernel first I need to add the downloaded real time patch to it :
patch -p1 < patch-rt-version
but what about the kernel's own patch? as I've seen when I download the kernel from kernel.org, the kernels patches are also in the same kernel folder.
Hello,
As mentioned by the guide below, i am trying to build Linux kernel on my system.
Linux Kernel Manual Pages
By Erik Schweigert
Having the ability to lookup how a kernel function works is very handy when writing your own device driver or any kernel module. Unfortunately you cannot just apt-get install kernel-manpages. Well wouldn’t that be nice! To get your kernel manual pages for a specific kernel you can download the kernel source and execute a few choice commands.