COMS W6998: NETWORK SYSTEMS DESIGN AND IMPLEMENTATION
Spring 2010


HOME

ANNOUNCEMENTS

SYLLABUS

PROJECTS

GRADES

PAPERS

RESOURCES

C Programming

Linux

VMWare


Linux Resources

General Information

Kernel News

Kernel Hacking

Kernel Debuggers

  • KDB: built-in kernel debugger with multiprocessor support
  • Kgdb: a kernel debugger used through a serial line

Source Navigation

The source navigators provide browse-able kernel code, making it easier to read than your ssh window or emacs. However, the kernel may not be the same version as the kernel you will be working with, so watch out for subtle differences.

Source Code Management