Where the Ubuntu’s source can be gotten? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this questionWhere can I get Ubuntu's source code? Actually I want It's kernel's code. I know I can get the kernel from kernel.org but as I found out that Ubuntu does some patching on the kernel I want to know what are those patches. And yes开发者_运维技巧 I know Ubuntu's kernel code can be found in an installed Ubuntu in the file system but thats just the code! I want specifically those patches separately and if any some comments or documents about them. Where can I get these things?
Have a look at http://packages.ubuntu.com/lucid/linux-image-2.6.32-24-generic
On the right, you can download a tarball with I assume contains the diffs from the vanilla kernel image.
Every mirror repository has it.
Try man sources.list
and add a deb-src
entry. Then it is just a apt-get source
command away.
精彩评论