Linux kernel
The Linux kernel is a
Unix-like operating system
kernel. It is the namesake of the
Linux family of operating systems. Released under the
GNU General Public License (GPL) and developed by contributors worldwide, Linux is one of the most prominent examples of
free and open source software.Linux was written by
Linus Torvalds in 1991. Early on, the
Minix community contributed code and ideas to the Linux kernel. At the time, the
GNU Project had created many of the components required for a
free software operating system, but its own kernel,
GNU Hurd, was incomplete and unavailable. The
BSD operating system had not yet freed itself from legal encumbrances. This meant that despite the limited functionality of the early versions, Linux rapidly accumulated developers and users who adopted code from those projects for use with the new operating system. Today the Linux kernel has received contributions from thousands of programmers.
See more at Wikipedia.org...
Noyau Linux
Linux (Kernel)
Linux (jadro)
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
Kernel Linux
Il kernel Linux è un
software libero distribuito con licenza
GNU General Public License; è stato creato nel 1991 da
Linus Torvalds. Integrato con il
Sistema GNU ha dato vita al
sistema operativo GNU/Linux (sebbene spesso sia chiamato semplicemente
Linux).Il
kernel è il "cuore" di un
sistema operativo (nucleo) e fornisce tutte le funzioni essenziali per il sistema, in particolare la gestione della memoria, delle risorse del sistema e delle periferiche, assegnandole di volta in volta ai processi in esecuzione. La controparte del kernel è la
shell, ovvero l'interfaccia utente del sistema, la parte più esterna. I programmi chiedono le risorse al kernel attraverso delle chiamate (
system call) e non possono accedere direttamente all'hardware. Il kernel si occupa quindi di gestire il tempo processore, le comunicazioni e la memoria distribuendole ai processi in corso a seconda delle priorità (
scheduling).
Per saperne di più visita Wikipedia.org...