Penguin
Diff: KernelDevelopment
EditPageHistoryDiffInfoLikePages

Differences between version 14 and revision by previous author of KernelDevelopment.

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

Newer page: version 14 Last edited on Wednesday, November 2, 2005 10:03:45 am by IanMcDonald Revert
Older page: version 12 Last edited on Wednesday, October 19, 2005 7:30:21 pm by AristotlePagaltzis Revert
@@ -13,8 +13,10 @@
  
 !! Some notes 
  
 Using [DistCC] for KernelDevelopment can be problematic. 
+  
+In theory [ccache | http://ccache.samba.org/] should help speed up compilation as well. I'm testing it and will update -- IanMcDonald  
  
 A script to copy a new [Kernel] to remote machines:'''' 
  
  <verbatim> 
@@ -26,7 +28,9 @@
  scp $SRC/System.map root@$1:/boot/System.map-$VER 
  scp $SRC/arch/i386/boot/bzImage root@$1:/boot/vmlinuz-$VER 
  scp -r $HOME/tmp/lib root@$1:/ 
  </verbatim> 
+  
+It has also been suggested to me to use kgdb with qemu and/or kgdboe to help with debugging.  
  
 ---- 
 CategoryKernel