COMS W4118: OPERATING SYSTEMS I
Spring 2008


HOME

ANNOUNCEMENTS

SYLLABUS

HOMEWORKS

POLICIES

GRADES

DISCUSSION

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