Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 547 Bytes

kernel.org

File metadata and controls

18 lines (13 loc) · 547 Bytes

Linux Kernel Hacking

Sources used:

Style guide

  • C89 style/standard
  • Tabs not spaces
  • Tabwidth == 8
  • Do not go deeper than 2 levels (otherwise consider shipping code out to a function)

Log

Archlinux gives an error such as kheaders_data.tar.gz not found. This can be fixed by installing cpio See this thread:https://bbs.archlinux.org/viewtopic.php?id=261876