லினக்சு கருனி: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
→‎Programming languages: சுட்டி சேர்ப்பு
வரிசை 139:
 
==Programming languages==
The Linux kernel is written in the version of the [[சி நிரலாக்கல் மொழி|C programming language]] supported by the GNU [[GNU_Compiler_Collection|GCC]] compiler (which supports a superset of standard C), together with relatively short sections of code written in the [[assembly language]] of the target architecture (and at last count Linux supported about 20 different processor families). Because of the extensions to C supported by the GCC compiler it was (in conjunction with its associated toolset) for long the only compiler capable of correctly building a Linux kernel. More recently [[Intel]] claims to have modified its C compiler so that it also is capable of compiling the kernel.
 
Many other languages are used in some way, primarily in connection with the kernel 'build' process (the methods whereby the bootable image is created from the sources). These include [[Perl]], [[Python programming language|Python]], and various [[shell script]]ing languages. Some drivers may also be written in [[C plus plus|C++]], [[Fortran]], or other languages, but this behaviour is strongly discouraged. The kernels build system only supports GCC as kernel and driver compiler.
"https://ta.wikipedia.org/wiki/லினக்சு_கருனி" இலிருந்து மீள்விக்கப்பட்டது