-
Archives
- January 2012
- December 2011
- May 2010
- March 2010
- September 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
-
Meta
Category Archives: kernel
Compiling the Kernel
Compiling a kernel is just a sequence of simple make commands… But before that you gotta make sure of the following… 1. Move the kernel you want to compile to /usr/src 2. Change to the directory where your kernel is … Continue reading
Posted in kernel, linux, linux kernel, tutorials
Leave a comment
Compiling Older Linux Kernels- Preparations
All kernel hackers will need to compile kernels sometime for sure… However before compiling a kernel there may be some issues you need to take care of. If you are compiling older kernels, like kernel versions before 2.4.x you’ll need … Continue reading
Posted in kernel, linux, linux kernel, tutorials
2 Comments
The Kernel Source
I am doing a project and it deals with kernel programming. In the course of this project i’ve realized how little documentation about the kernel source code is available, however the kernel is changing everyday and it would be impractical … Continue reading
Posted in kernel, linux, linux kernel
2 Comments