Article 6F4JK LXer: Core Knowledge That Modern Linux Kernel Developer Should Have

LXer: Core Knowledge That Modern Linux Kernel Developer Should Have

by
LXer
from LinuxQuestions.org on (#6F4JK)
Published at LXer:

The Linux Kernel is written in C programming language, so C is the most important language for the Linux Kernel developer. Initially, the kernel was written in GNU C (now it is also possible to build it using LLVM) which extends standard C with some additional keywords and attributes. I would recommend learning some modern C version like C11 and additionally learning GNU extensions to be able to read kernel code effectively.

Read More...
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments