Programming Language — The Linux Kernel documentation (2024)

Table of Contents
Attributes¶ Rust¶

The kernel is written in the C programming language [c-language].More precisely, the kernel is typically compiled with gcc [gcc]under -std=gnu11 [gcc-c-dialect-options]: the GNU dialect of ISO C11.clang [clang] is also supported, see docs onBuilding Linux with Clang/LLVM.

This dialect contains many extensions to the language [gnu-extensions],and many of them are used within the kernel as a matter of course.

Attributes

One of the common extensions used throughout the kernel are attributes[gcc-attribute-syntax]. Attributes allow to introduceimplementation-defined semantics to language entities (like variables,functions or types) without having to make significant syntactic changesto the language (e.g. adding a new keyword) [n2049].

In some cases, attributes are optional (i.e. a compiler not supporting themshould still produce proper code, even if it is slower or does not performas many compile-time checks/diagnostics).

The kernel defines pseudo-keywords (e.g. __pure) instead of usingdirectly the GNU attribute syntax (e.g. __attribute__((__pure__)))in order to feature detect which ones can be used and/or to shorten the code.

Please refer to include/linux/compiler_attributes.h for more information.

Rust

The kernel has experimental support for the Rust programming language[rust-language] under CONFIG_RUST. It is compiled with rustc [rustc]under --edition=2021 [rust-editions]. Editions are a way to introducesmall changes to the language that are not backwards compatible.

On top of that, some unstable features [rust-unstable-features] are used inthe kernel. Unstable features may change in the future, thus it is an importantgoal to reach a point where only stable features are used.

Please refer to Rust for more information.

Programming Language — The Linux Kernel  documentation (2024)
Top Articles
Here's what all those numbers and letters in an Intel chip mean when you're buying a new computer
What is Naver? Your First Stop for Marketing in Korea
San Angelo, Texas: eine Oase für Kunstliebhaber
Valley Fair Tickets Costco
Readyset Ochsner.org
Kristine Leahy Spouse
Puretalkusa.com/Amac
Puretalkusa.com/Amac
Cosentyx® 75 mg Injektionslösung in einer Fertigspritze - PatientenInfo-Service
Rainfall Map Oklahoma
Knaben Pirate Download
Walthampatch
Echo & the Bunnymen - Lips Like Sugar Lyrics
Gma Deals And Steals Today 2022
Fear And Hunger 2 Irrational Obelisk
Define Percosivism
Patrick Bateman Notebook
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Booknet.com Contract Marriage 2
Rugged Gentleman Barber Shop Martinsburg Wv
Tyler Sis University City
Conan Exiles Sorcery Guide – How To Learn, Cast & Unlock Spells
Prey For The Devil Showtimes Near Ontario Luxe Reel Theatre
Restored Republic June 16 2023
Table To Formula Calculator
Jailfunds Send Message
Things to do in Pearl City: Honolulu, HI Travel Guide by 10Best
Tu Housing Portal
The Rise of "t33n leaks": Understanding the Impact and Implications - The Digital Weekly
The Ultimate Guide to Obtaining Bark in Conan Exiles: Tips and Tricks for the Best Results
Netherforged Lavaproof Boots
The Complete Guide To The Infamous "imskirby Incident"
Maxpreps Field Hockey
Elizaveta Viktorovna Bout
Rage Of Harrogath Bugged
Jail View Sumter
Section 212 at MetLife Stadium
877-292-0545
All-New Webkinz FAQ | WKN: Webkinz Newz
Traumasoft Butler
Lamp Repair Kansas City Mo
814-747-6702
Brother Bear Tattoo Ideas
Youravon Com Mi Cuenta
Ratchet And Clank Tools Of Destruction Rpcs3 Freeze
Rick And Morty Soap2Day
Marine Forecast Sandy Hook To Manasquan Inlet
Makes A Successful Catch Maybe Crossword Clue
Tanger Outlets Sevierville Directory Map
Where and How to Watch Sound of Freedom | Angel Studios
Mkvcinemas Movies Free Download
Noaa Duluth Mn
Latest Posts
Article information

Author: Francesca Jacobs Ret

Last Updated:

Views: 6226

Rating: 4.8 / 5 (48 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Francesca Jacobs Ret

Birthday: 1996-12-09

Address: Apt. 141 1406 Mitch Summit, New Teganshire, UT 82655-0699

Phone: +2296092334654

Job: Technology Architect

Hobby: Snowboarding, Scouting, Foreign language learning, Dowsing, Baton twirling, Sculpting, Cabaret

Introduction: My name is Francesca Jacobs Ret, I am a innocent, super, beautiful, charming, lucky, gentle, clever person who loves writing and wants to share my knowledge and understanding with you.