Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

[News] Linux Foundation Publishes Kernel Development Primer

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A guide to the kernel development process

,----[ Quote ]
| The purpose of this document is to help developers (and their managers) work 
| with the development community with a minimum of frustration. It is an 
| attempt to document how this community works in a way which is accessible to 
| those who are not intimately familiar with Linux kernel development (or, 
| indeed, free software development in general). While there is some technical 
| material here, this is very much a process-oriented discussion which does not 
| require a deep knowledge of kernel programming to understand.      
`----

http://ldn.linuxfoundation.org/book/1-what-this-document-is-about


Recent: 

5 things you didn’t know about linux kernel code metrics

,----[ Quote ]
| I started with writing a small script that:
|
|    1. downloads a 2.6.0 kernel, analyzes it using SLOCCount written by David
|       Wheeler
|    2. patches to one step newer kernel and analyzes it using the same tool.
|    3. goes to number 2 until patches run out at 2.6.26
|
| Just in case I also used a different tool called cloc to analyze the same
| code. Word of comment on tools used is at the end of this post.
|
| This script ate 477MB of disk space with tarballs and bzipped patches.
| 1. The kernel has just reached 6 millions lines with 2.6.26!
| Linux kernel lines of code
|
| Linux kernel lines of code
|
| Yes, indeed, with 2.6.26 we’ve reached over 6 million lines of code. You can
| see that on the chart on the right (click for a normal size version).
|
| Both SLOCCount and CLOC show similar results. What is interesting here is
| that:
|
|     * there’s over a million of blank lines,
|     * and a million lines of comments (which are of course important too),
|     * the code shows a faster-than-linear growth characteristic,
|     * if current speed is maintained I predict we might get 7 million with
|       2.6.30 and 8 million with 2.6.33, just look at the forecast.
`----

http://linuxator.wordpress.com/2008/07/22/5-things-you-didnt-know-about-linux-kernel-code-metrics/
http://tinyurl.com/5p5cqh
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkihqpIACgkQU4xAY3RXLo7eoQCfTeUTa9gK60lH/m4gf2wZFYn1
kLMAoJVDwvkj0QPN4HXQDBvrHW8+If3U
=bNxV
-----END PGP SIGNATURE-----

[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index