1

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

Kamran
  • 451
  • 1
  • 5
  • 13

2 Answers2

2

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.

Gregory Pakosz
  • 69,011
  • 20
  • 139
  • 164
1

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.

Dirk Eddelbuettel
  • 360,940
  • 56
  • 644
  • 725