Dieser Abschnitt soll einige Begriffe erläutern die im Zusammengang mit Linux immer wieder fallen und für Verwirrung sorgen.
GNU/Linux ist ein Unix-ähnliches, multiuser/multitasking Betriebssystem. Es wurde ursprünglich für x86 und kompatible Architekturen entwickelt. Im Laufe der Zeit wurde GNU/Linux aber auch auf viele andere Prozessor-Architekturen portiert.
Ein Betriebssystem ist eine Menge von grundlegenden Programmen, die Ihr Rechner zum Arbeiten benötigt. Der Kern (kernel) ist das Stück Software, welches für alle Basisaufgaben (Zugriffe auf die Hardware usw.) von anderen Programmen zuständig ist. Debian verwendet den Linux-Betriebssystemkern, eine freie Software, die von Linus Torvalds ins Leben gerufen wurde und heute von über 1000 Programmierern auf der ganzen Welt weiterentwickelt wird. Ein großer Teil der grundlegenden Anwendungen stammt aus dem GNU Projekt und ist ebenfalls frei. GNU steht für „GNU is not Unix“ und wurde von Richard Stallman ins Leben gerufen.
Das GNU Projekt wurde 1983 gestartet, um ein vollständig freies Unix-artiges Betriebssystem zu entwickeln - das GNU System. Varianten des GNU Systems, die den Linux Kernel verwenden, sind weit verbreitet; obwohl diese System oft als „Linux“ bezeichnet werden, werden sie korrekter als GNU/Linux Systeme bezeichnet.
Richard Stallman kündigte den Start des Projektes durch folgenden Text in den Newsgroup net.unix-wizards und net.usoft an:
From CSvax:pur-ee:inuxc!ixn5c!ihnp4!houxm!mhuxi!eagle!mit-vax!mit-eddie!RMS@MIT-OZ From: RMS%MIT-OZ@mit-eddie Newsgroups: net.unix-wizards,net.usoft Subject: new UNIX implementation Date: Tue, 27-Sep-83 12:35:59 EST Organization: MIT AI Lab, Cambridge, MA Free Unix! Starting this Thanksgiving I am going to write a complete Unix-compatible software system called GNU (for Gnu's Not Unix), and give it away free to everyone who can use it. Contributions of time, money, programs and equipment are greatly needed. To begin with, GNU will be a kernel plus all the utilities needed to write and run C programs: editor, shell, C compiler, linker, assembler, and a few other things. After this we will add a text formatter, a YACC, an Empire game, a spreadsheet, and hundreds of other things. We hope to supply, eventually, everything useful that normally comes with a Unix system, and anything else useful, including on-line and hardcopy documentation. GNU will be able to run Unix programs, but will not be identical to Unix. We will make all improvements that are convenient, based on our experience with other operating systems. In particular, we plan to have longer filenames, file version numbers, a crashproof file system, filename completion perhaps, terminal-independent display support, and eventually a Lisp-based window system through which several Lisp programs and ordinary Unix programs can share a screen. Both C and Lisp will be available as system programming languages. We will have network software based on MIT's chaosnet protocol, far superior to UUCP. We may also have something compatible with UUCP. Who Am I? I am Richard Stallman, inventor of the original much-imitated EMACS editor, now at the Artificial Intelligence Lab at MIT. I have worked extensively on compilers, editors, debuggers, command interpreters, the Incompatible Timesharing System and the Lisp Machine operating system. I pioneered terminal-independent display support in ITS. In addition I have implemented one crashproof file system and two window systems for Lisp machines. Why I Must Write GNU I consider that the golden rule requires that if I like a program I must share it with other people who like it. I cannot in good conscience sign a nondisclosure agreement or a software license agreement. So that I can continue to use computers without violating my principles, I have decided to put together a sufficient body of free software so that I will be able to get along without any software that is not free. How You Can Contribute I am asking computer manufacturers for donations of machines and money. I'm asking individuals for donations of programs and work. One computer manufacturer has already offered to provide a machine. But we could use more. One consequence you can expect if you donate machines is that GNU will run on them at an early date. The machine had better be able to operate in a residential area, and not require sophisticated cooling or power. Individual programmers can contribute by writing a compatible duplicate of some Unix utility and giving it to me. For most projects, such part-time distributed work would be very hard to coordinate; the independently-written parts would not work together. But for the particular task of replacing Unix, this problem is absent. Most interface specifications are fixed by Unix compatibility. If each contribution works with the rest of Unix, it will probably work with the rest of GNU. If I get donations of money, I may be able to hire a few people full or part time. The salary won't be high, but I'm looking for people for whom knowing they are helping humanity is as important as money. I view this as a way of enabling dedicated people to devote their full energies to working on GNU by sparing them the need to make a living in another way. For more information, contact me. Arpanet mail: RMS@MIT-MC.ARPA Usenet: ...!mit-eddie!RMS@OZ ...!mit-vax!RMS@OZ US Snail: Richard Stallman 166 Prospect St Cambridge, MA 02139 |
Um die juristischen und organisatorischen Aspekte des GNU-Projektes zu betreuen sowie um die Verbreitung von und das Verständnis für Freie Software zu fördern, gründete sich die Free Software Foundation. Über die Free Software Foundation entstand die GNU General Public License ( GPL) und die GNU Lesser General Public License ( LGPL, ursprünglich GNU Library General Public License genannt), die sich weltweit als die meistverwandten Lizenzen für Freie Software etablieren konnten.
Neben der GPL gibt es noch etliche andere Lizenzen, die diese Freiheiten gewähren und sich somit als Lizenzen für Freie Software qualifizieren. Von diesen sollte speziell die FreeBSD-Lizenz erwähnt werden, deren Hauptunterschied zur GPL ist, daß sie die Freiheit nicht zu schützen sucht.
Das GNU-Projekt setzt sich zusammen aus Unterprojekten, die von Freiwilligen oder Unternehmen betreut werden und zumeist der Erstellung und Pflege einer funktionalen Komponente dienen. Diese Unterprojekte werden wiederum als „GNU Projekte“ oder „offizielle GNU Projekte“ bezeichnet.
Der Name des GNU-Projektes leitet sich von dem rekursiven Akronym „GNU's Not Unix“, also „GNU ist nicht Unix“ ab. Da Unix ursprünglich nicht nur eine Art von Systemen sondern auch ein kommerzielles Produkt bezeichnete, war dies dazu gedacht, klar zu machen, daß das GNU-Projekt ein System schaffen soll, welches zwar kompatibel zu aber nicht identisch mit Unix ist.
Die Free Software Foundation ( http://www.fsf.org/) ist eine steuerfreie, gemeinnützige Organisation, die Kapital für die Arbeit am GNU Projekt aufbringt.
Die FSF Europe http://www.fsfeurope.org/, widmet sich den europäischen Aktivitäten im Bereich Freie Software. Als offizielle Schwesterorganisation der Free Software Foundation in den Vereinigten Staaten wird sie ihre Aktivitäten im Umkreis des GNU-Projekts konzentrieren, aber nicht auf diese beschränken. Die FSF Europe nahm am 10.März 2001 den Betrieb auf.
Die Hauptaufgaben der FSF Europe sind es, Initiativen Freier Software in Europa zu koordinieren, ein Kompetenzzentrum für Politiker und Journalisten bereitzustellen und Infrastruktur für Freie-Software-Projekte und speziell das GNU-Projekt zur Verfügung zu stellen.
Die erste Version des Linux Kernels wurde von Linus Torvalds am 17. September 1991 im Usenet angekündigt. Bereits kurz darauf fanden sich einige kompetente Helfer, die begeistert an der Entwicklung teilnahmen.
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroups: comp.os.minix Subject: What would you like to see most in minix? Summary: small poll for my new operating system Message-ID: <1991Aug25.205708.9541@klaava.Helsinki.FI> Date: 25 Aug 91 20:57:08 GMT Organization: University of Helsinki Hello everybody out there using minix - I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. This has been brewing since april, and is starting to get ready. I'd like any feedback on things people like/dislike in minix, as my OS resembles it somewhat (same physical layout of the file-system (due to practical reasons) among other things). I've currently ported bash(1.08) and gcc(1.40), and things seem to work. This implies that I'll get something practical within a few months, and I'd like to know what features most people would want. Any suggestions are welcome, but I won't promise I'll implement them :-) Linus (torvalds@kruuna.helsinki.fi) PS. Yes - it's free of any minix code, and it has a multi-threaded fs. It is NOT protable (uses 386 task switching etc), and it probably never will support anything other than AT-harddisks, as that's all I have :-(. |
Einen Überblick über die Geschichte der Linux Entwicklung soll folgende Auflistung bieten:
3. Juli 1991
Einige Gerätetreiber sowie der Festplattentreiber und einige User-Level Funktionen sind implementiert.
17. September 1991
Linus veröffentlicht die Version 0.01 des Kernels für einen kleinen Kreis von Leuten die Interesse an der weiteren Entwicklung bekundet haben.
05. Oktober 1991
Die erste „offizielle“ Version des Linux Kernels erscheint. Mit dieser Version laufen bereits die bash, gcc, gnu-make, gnu-sed und compress. Linus kündigt diese Version durch folgendes Posting im Usenet an:
From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds) Newsgroups: comp.os.minix Subject: Free minix-like kernel sources for 386-AT Message-ID: <1991Oct5.054106.4647@klaava.Helsinki.FI> Date: 5 Oct 91 05:41:06 GMT Organization: University of Helsinki Do you pine for the nice days of minix-1.1, when men were men and wrote their own device drivers? Are you without a nice project and just dying to cut your teeth on a OS you can try to modify for your needs? Are you finding it frustrating when everything works on minix? No more all- nighters to get a nifty program working? Then this post might be just for you :-) As I mentioned a month(?) ago, I'm working on a free version of a minix-lookalike for AT-386 computers. It has finally reached the stage where it's even usable (though may not be depending on what you want), and I am willing to put out the sources for wider distribution. It is just version 0.02 (+1 (very small) patch already), but I've successfully run bash/gcc/gnu-make/gnu-sed/compress etc under it. Sources for this pet project of mine can be found at nic.funet.fi (128.214.6.100) in the directory /pub/OS/Linux. The directory also contains some README-file and a couple of binaries to work under linux (bash, update and gcc, what more can you ask for :-). Full kernel source is provided, as no minix code has been used. Library sources are only partially free, so that cannot be distributed currently. The system is able to compile "as-is" and has been known to work. Heh. Sources to the binaries (bash and gcc) can be found at the same place in /pub/gnu. ALERT! WARNING! NOTE! These sources still need minix-386 to be compiled (and gcc-1.40, possibly 1.37.1, haven't tested), and you need minix to set it up if you want to run it, so it is not yet a standalone system for those of you without minix. I'm working on it. You also need to be something of a hacker to set it up (?), so for those hoping for an alternative to minix-386, please ignore me. It is currently meant for hackers interested in operating systems and 386's with access to minix. The system needs an AT-compatible harddisk (IDE is fine) and EGA/VGA. If you are still interested, please ftp the README/RELNOTES, and/or mail me for additional info. I can (well, almost) hear you asking yourselves "why?". Hurd will be out in a year (or two, or next month, who knows), and I've already got minix. This is a program for hackers by a hacker. I've enjouyed doing it, and somebody might enjoy looking at it and even modifying it for their own needs. It is still small enough to understand, use and modify, and I'm looking forward to any comments you might have. I'm also interested in hearing from anybody who has written any of the utilities/library functions for minix. If your efforts are freely distributable (under copyright or even public domain), I'd like to hear from you, so I can add them to the system. I'm using Earl Chews estdio right now (thanks for a nice and working system Earl), and similar works will be very wellcome. Your (C)'s will of course be left intact. Drop me a line if you are willing to let me use your code. Linus PS. to PHIL NELSON! I'm unable to get through to you, and keep getting "forward error - strawberry unknown domain" or something. |
26. Oktober 1991
Eine weitere schon benutzbare Version.
November 1991
19. Dezember 1991
Dieses war die erste Version die eigenständig, ohne zuhilfenahme eines anderen Betriebssystemes, lauffähig war. Es gab keine SCSI Support, aber einige Entwickler arbeiteten daran. Voraussetzung war also eine AT-Bus Festplatte.
Es gab weder init noch login, nach den Systemstart landete man direkt in einer bash. Es gab Ansätze für die Implementierung von Virtual Memory, es waren aber mindestens 4MB RAM (vier!) notwendig um GNU Programme, insbesondere den GCC benutzen zu können. Ein einfacher Systemstart war aber auch schon mit 2MB möglich.
Dezember (Weihnachten) 1991
Da viele Leute versuchten den Kernel mit nur 2MB RAM zu übersetzen und dies fehlschlug, wurde diese Version einigen Leuten zugänglich gemacht um die virtuelle Speicherverwaltung zu testen.
05. Januar 1992
Dies war die erste Version die mehr Funktionen hatte als unbedingt benötigt werden. Mit dieser Version wurde der Kernel unter die GPL gestellt. Die ältere Lizenz unter der der Kernel stand war in vielen Punkten deutlich strenger.
März 1992
April 1992
Dies war die erste Version mit der es möglich war das X-Window System zu betreiben.
Anfang 1996 waren einige Leute auf der Linux Kernel Mailingliste der Meinung es sei Zeit für ein Linux Logo oder ein Maskotchen. Wie viele solche mehr „phylosophischen“ Diskussionen ergab sich hieraus eine längere Diskussion.
Die Meinungen ob grade ein Pinguin geeignet wäre Linux nach aussen hin darzustellen gingen auseinander. Es gab die verschiedensten Entwürfe, in den verschiedensten Abwandlungen.

Re: Linux Logo
Linus Torvalds (torvalds@cs.helsinki.fi)
Sun, 12 May 1996 09:39:19 +0300 (EET DST)
Umm.. You don't have any gap to fill in.
"Linus likes penguins". That's it. There was even a headline on it in some
Linux Journal some time ago (I was bitten by a Killer Penguin in Australia -
I'm not kidding). Penguins are fun.
As to why use a penguin as a logo? No good reason, really. But a logo doesn't
really ave to _mean_ anything - it's the association that counts. And I can
think of many worse things than have linux being associated with penguins.
Having a penguin as a logo also gives more freedom to people wanting to use
linux-related material: instead of being firmly fixed with a specific logo
(the triangle, or just "Linux 2.0" or some other abstract thing), using
something like a penguin gives people the chance to make modifications that
are still recognizable.
So you can have a real live penguin on a CD cover, for example, and people
will get the association. Or you can have a penguin that does something
specific (a Penguin writing on wordperfect for the WP Linux CD, whatever -
you get the idea).
Compare that to a more abstract logo (like the windows logo - it's not a
bad logo in itself). You can't really do anything with a logo like that.
It just "is".
Anyway, go to "http://www.isc.tamu.edu/~lewing/linux/" for some nice examples..
Linus
|
Nun brauchte das Kind noch einen Namen. Der erste Hinweiß auf den Namen „Tux“ findet sich in folgender E-Mail:
Re: Let's name the penguin! (was: Re: Linux 2.0 really _is_ released..)
James Hughes (jamesh@interpath.com)
Mon, 10 Jun 1996 20:25:52 -0400
(T)orvolds (U)ni(X) --> TUX!
|
Dieser Name wurde dann auch von der Community akzeptiert. Es gibt noch viele nette Geschichten um das Linux Logo und den Kult der sich darum entwickelt hat. Neben Stofftierchen und Schlüsselanhänger gibt es mittlerweile Linux Pinguine in allen nur denkbaren Erscheinungsformen.
Unter http://www.woodsoup.org/projs/tux_aqfh/doc/ finden sich weitere Linux und Informationen zu Tux.