Penguin
Diff: KernelDevelopment
EditPageHistoryDiffInfoLikePages

Differences between version 4 and previous revision of KernelDevelopment.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, September 1, 2005 11:29:27 am by IanMcDonald Revert
Older page: version 2 Last edited on Tuesday, August 30, 2005 12:09:48 pm by IanMcDonald Revert
@@ -3,9 +3,13 @@
 It is going to be a little messy as I start to document bits and pieces. Feel free to AddToMe or refactor other pages. 
  
 There are useful tools for kernel development available such as [Ostra] and [Sparse] 
  
-A couple of useful articles for kernel development from [IBM]:  
-http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack1-i.html  
-http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack2-i.html 
+Today most KernelDevelopment is done with [Git]. See KernelDevelopmentWithGit for more details.  
+  
+ A couple of useful articles for kernel development from [IBM]: %%%  
+http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack1-i.html %%%  
+http://www-128.ibm.com/developerworks/linux/edu/l-dw-linux-kernelhack2-i.html %%%  
+  
+A useful cross reference of the LinuxKernel source code can be found at http://lxr.linux.no/  
 ---- 
 CategoryKernel