background preloader

Kernel

Facebook Twitter

Linux Kernel Documentation. Custom Search Based on kernel version 3.5 . Page generated on 2012-07-30 09:20 EST . 1 2 This is a brief list of all the files in . /linux/Documentation and what 3 they contain. . [ accounting ] [ acpi ] [ aoe ] applying-patches.txt [ arm ] atomic_ops.txt [ auxdisplay ] [ backlight ] bad_memory.txt basic_profiling.txt binfmt_misc.txt [ blackfin ] [ block ] [ blockdev ] braille-console.txt bt8xxgpio.txt btmrvl.txt bus-virt-phys-mapping.txt cachetlb.txt [ cdrom ] [ cgroups ] Changes circular-buffers.txt clk.txt coccinelle.txt CodingStyle [ connector ] [ console ] [ cpu-freq ] cpu-hotplug.txt cpu-load.txt [ cpuidle ] cputopology.txt crc32.txt [ cris ] [ crypto ] dcdbas.txt debugging-modules.txt debugging-via-ohci1394.txt dell_rbu.txt [ development-process ] [ device-mapper ] devices.txt [ devicetree ] digsig.txt DMA-API-HOWTO.txt DMA-API.txt DMA-attributes.txt dma-buf-sharing.txt DMA-ISA-LPC.txt dmaengine.txt [ DocBook ] dontdiff [ driver-model ] [ dvb ] dynamic-debug-howto.txt [ early-userspace ] edac.txt eisa.txt email-clients.txt [ extcon ] [ fb ]

Interactive map of Linux kernel. Majordomo Lists at VGER.KERNEL.ORG. Noyau de système d'exploitation. Un article de Wikipédia, l'encyclopédie libre. Pour les articles homonymes, voir noyau. Le noyau d’un système d’exploitation est lui-même un logiciel, mais ne peut cependant utiliser tous les mécanismes d’abstraction qu’il fournit aux autres logiciels[note 1]. Son rôle central impose par ailleurs des performances élevées. Cela fait du noyau la partie la plus critique d’un système d’exploitation et rend sa conception et sa programmation particulièrement délicates. Plusieurs techniques sont mises en œuvre pour simplifier la programmation des noyaux tout en garantissant de bonnes performances.

Généralités[modifier | modifier le code] En informatique, le noyau d’un système d’exploitation est le logiciel qui assure : La majorité des systèmes d’exploitation est construite autour de la notion de noyau. Il peut arriver cependant que le processus puisse poursuivre une partie de son exécution sans attendre que le service ait été complètement réalisé. Ordonnanceur[modifier | modifier le code] LXR / The Linux Cross Reference. What's new 2010-05-07 A badly timed hardware malfunction brought lxr.linux.no offline for several days.

Thanks to the folks at Redpill Linpro for bringing the server back online -- apologies to everyone else for the interruption of service. 2010-02-06 A couple of rather embarrasing cross-site scripting holes have been plugged. Thanks to Dan Rosenberg and Moritz Naumann for bringing them to my attention. 2009-08-16 Reindexing is now complete for all repositories. The Ajax interface has been made the default for Gecko-based and Opera browsers. The navigation interface can be changed by clicking Prefs in the upper right corner. 2009-08-12 lxr.linux.no has had its operating system upgraded to Ubuntu 9.04, and the LXRng software itself has been updated to the most recent version. 2008-06-02 Problems concerning a change of ip address unfortunately left lxr.linux.no unavailable for (at least) the past day or so. 2008-02-28 Thanks to Ahmed S. [Systèmes d'exploitation] Programmation d'un Noyau / OS.