OS Internals

This section contains pointers to various resources that can be used to learn the operating system internals

Dos-Windows
  1. MS OS Basics/Architecture
  2. The WinNT World
  3. Undocumented WinNT
  4. WinNT Insider from OSR Online
  5. Windows Kernel Internals - IO (PDF)
  6. Windows Kernel Internals - NTFS (PDF)
  7. Articles on Windows Internals
  8. OS News
Unix
  1. The Unix World
  2. Unix Vs Windows NT
  3. Linux Kernel Basics
  4. SuSE Linux Internals
  5. Linux Kernel Internals (File Subsystem)
  6. Linux 2.4 Kernel Internals
  7. Linux 2.4 System Call Table
  8. Adding new System Call to Linux Kernel
  9. Linux Documentation Project (LDP)
  10. Linux Host development Platform
  11. Linux CookBook