![]() | This is an archive of past discussions about Linux kernel. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page. |
Archive 1 | Archive 2 | Archive 3 | → | Archive 5 |
The article starts in a weird way, with a discussion of the freeness of the kernel. I think it should start with couple of sentences that define what the Linux kernel actually is and how it got started. --Anon
What language(s) is the Linux kernel actually written in? The Wiki article says "almost entirely in C", but I wonder if actually, the Linux kernel uses gcc compiler extensions to the C language. If so, is it proper to simply state that it is written in C? --LarryW 22:16, 16 Aug 2003 (UTC)
Should it be Compaq Alpha? They merged with HP... --Anon
I think that this page needs more information on the capabilities of the Linux kernel; things like it's RCU implementation, it's new unified device model, User Mode Linux, ACPI etc. I'll do what I can, but I'm sure that there are people who are better suited to this task than I am, and who would know how to better present the extra information I am looking for. --MJA
This article needs a good description of how the kernel is arranged internally, starting with the directories in the kernel source, kernel/, fs/ sound/ and so on, how they relate to each other and how the build process takes place. -- Ævar Arnfjörð Bjarmason 21:24, 2004 Sep 25 (UTC)
I read in MatthewWilcox changes that "NetBSD has been ported to almost as many architectures" Do we have some numbers for that? Some quick googling gave these pages: [1] for NetBSD and [2] for Linux. It certainly seems that NetBSD "wins" in number of ports. Does anybody has better references? --Sander123 13:33, 1 Nov 2004 (UTC)
It would good to have on this page (or another page) a list of the people involved in Linux and who they are. The people I could find in WikiPedia so far were: [[[Linus_Torvalds]]], [[[Alan_Cox]]], [[[Ingo_Molnar]]], [[[Marcelo_Tosatti]]] and [[[Miguel_de_Icaza]]] has worked on it in the past. a good place to start might be in the Linux MAINTAINERS file. --Anon1
Did anyone notice that the page was doubled in various places over the last week or so? Man, that's embarrassing. Apologies if I've reverted anyone's changes; I think I have it right, but everyone's fallible... --grendel|khan 17:19, July 20, 2005 (UTC)
:(
. I guess that's what I get for being more concerned about commas and hyphens than the actual content of the article! —HorsePunchKid→龜 18:42, July 20, 2005 (UTC)
The kernel doesn't have shared libraries, it has loadable modules. Shared libraries are managed entirely by the user space toolchain. The kernel's support for shared libraries consists of the mmap() system call by means of which a shared library file (.so) is made to appear as a data object in the virtual address space of a process. The kernel doesn't "know" or "care" what is in that mapping. —The preceding unsigned comment was added by 192.139.122.66 (talk • contribs) 14:06, July 22, 2005.
"Also, sometimes after the version there will be some more letters such as 'rc1' or 'am2'. The 'rc' refers to release candidate and indicates a non-official release. Other letters are usually the initials of a person. This indicates a slight fork of the kernel by that person. e.g. am2 would stand for Andrew Morton."
It's a branch, not a fork, right?
The Architecture section of this article should actually go to Linux architecture. This will keep things in parallel with what the Architecture of the Windows NT operating system line article did. This page is evolving as more of a history of the Linux kernel, and its expansive architecture really deserves a page of its own. Any opinions? --Dirkbike 03:04, 8 March 2006 (UTC)
Just to let you know. The purpose of featuring an article is both to point readers to the article and to highlight it to potential contributors. It will remain the feature for a week or so. The previous feature was KDE. Gronky 09:09, 28 March 2006 (UTC)
Isnt the infobox a little strange, and the versions? Stable and unstable? How is that determined? Maybe should be Infobox_Software instead of Infobox_Software2?
have there been any major forks of the linux kernel?