Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > GNU


First Prev [ 1 2 3 ] Next Last

:For the African animal gnu, see wildebeest.

The GNU logo – Believed to be the original artwork of Etienne Suvasa

GNU is a recursive acronym for "GNU's Not Unix". The GNU project was launched in 1983 by Richard Stallman with the goal of creating a complete operating system -- called the GNU system or simply GNU -- that is free software, meaning that users are allowed to copy, modify and redistribute it. The GNU project is now carried out under the auspices of the Free Software Foundation (FSF). Stallman has suggested that GNU be pronounced guh-noo ( IPA: ˌgəˈnɯ), with a hard "g", to distinguish it from the animal gnu.

The GNU project has developed a large number of high-quality and widely-used free software programs, including the text editor Emacs, the GNU Compiler Collection (GCC), and the GNU Debugger (GDB). The GNU system is often combined with the kernelIn computer science, the kernel is the fundamental part of an operating system. It is a piece of software responsible for providing secure access to the machine's hardware to various computer programs. Since there are many programs, and access to the hard LinuxLinux mascot Tux created by Larry Ewing. In computing, the Linux kernel is a free Unix-like operating system kernel created by Linus Torvalds in 1991 and subsequently improved with the assistance of developers around the world. It was originally developed, which is not part of the GNU project, to form a completely functional operating system. This system is commonly referred to as " LinuxThis article is about Linux-based operating systems, GNU/Linux, and related topics. See Linux kernel for the kernel itself. See Linux (washing powder) for the Swiss brand of washing powder. Tux, a plump penguin, is the official Linux mascot Linux is the n", though the FSF has argued that it should be called "GNU/Linux" to acknowledge the GNU project's contribution; for details, see GNU/Linux naming controversyFSF artwork of the gnu (GNU mascot) and the penguin Tux (Linux kernel mascot) representing "GNU/Linux". The GNU General Public License, which is used by Linux as well as most GNU software, armors both characters. GNU/Linux is the term promoted by the Free.

It is also common to find components of GNU installed on proprietary UNIX systems, in place of the original UNIX programs. This is because many of the programs written for the GNU project have proven to be of a superior quality to the equivalent UNIX versions. Often, these components are collectively referred to as the "GNU Tools". Many GNU programs have also been ported to Microsoft WindowsImage use policy. Microsoft Windows is a range of commercial operating environments for personal computers. The range was first introduced by Microsoft in 1985 and eventually has come to dominate the world personal computer market. All recent versions of, Mac OS XMac OS X is the latest version of the Mac OS operating system for Macintosh computers. Developed and published by Apple Computer, it provides the stability of a Unix operating environment and adds popular features of the traditional Macintosh user interfa, and various other proprietary platforms.

1 History


The GNU project was announced to the public on September 27September 27 is the 270th day of the year (271st in leap years) in the Gregorian Calendar, with 95 days remaining. Events 489 Odoacer attacks Theoderic at the Battle of Verona, and is defeated again. 1540 Jesuit Order receives its charter from Pope Paul I, 1983, on the net.unix-wizards and net.usoft newsgroups. Work on the project began in earnest on January 5, 1984, when Stallman quit his job at MIT so that they could not claim ownership and interfere with distributing GNU as free software. The original announcement was followed by Stallman's " GNU Manifesto" and other essays that laid out his motivations for the GNU project, one of which was to "bring back the cooperative spirit that prevailed in the computing community in earlier days."

UNIX, a proprietary operating system, was already in widespread use when GNU was proposed. Since Unix's architecture had proven technically sound, the GNU system was designed to be compatible with it. The UNIX architecture allowed GNU to be written as individual software components. Components that were already freely available, such as the TeX typesetting system and the X Window graphics system, would be adapted and reused, while components that were not would be written from scratch.

In 1985, Stallman founded the Free Software Foundation (FSF), a tax-exempt charity, to provide logistical, legal, and financial support for the GNU project. The FSF also employed programmers to contribute to GNU, though a substantial portion of development was (and continues to be) performed by volunteers. As GNU gained prominence, interested businesses began contributing to development or selling GNU software and technical support. The most prominent and successful of these was Cygnus Solutions, now part of Red Hat.

In order to ensure that GNU software remains free, the project released the first version of the GNU General Public License (GNU GPL) in 1989. This license is now used by most GNU programs, as well as a large number of free software programs that are not part of the GNU project; it is one of the most commonly-used free software licenses in the world. It gives all receipients of a program the right to run, copy, modify and distribute it, while forbidding them from imposing further restrictions on any copies they distribute. This idea is referred to as copyleft.

By 1990, the GNU system had an extensible text editor ( Emacs), a very successful optimizing compiler ( GCC), and most of the core libraries and utilities of a standard UNIX distribution. The main component still missing was the kernel. In the GNU Manifesto, Stallman had mentioned that "an initial kernel exists but many more features are needed to emulate Unix." He was referring to TRIX , a remote procedure call kernel developed at MIT, whose authors had decided to distribute for free, and was compatible with UNIX version 7. In December 1986, work had started on modifying this kernel. However, the developers eventually decided it was unusable as a starting point, primarily because it only ran on "an obscure, expensive 68000 box" and would therefore have to be ported to other architectures before it could be used. By 1988, the Mach message-passing kernel being developed at CMU was being considered instead, although it was initially delayed while its developers removed code owned by AT&T. Initially, the kernel was to be called Alix, but developer Michael Bushnell later preferred the name Hurd, so the Alix name was moved to a subsystem and eventually dropped completely. Eventually, development of the Hurd had stalled due to technical and personality conflicts.

In 1991, Linus Torvalds wrote the UNIX-compatible Linux kernel. Although it was not originally free software, Torvalds changed the license to the GNU GPL in 1992. Linux was further developed by various programmers over the Internet. In 1992, it was combined with the GNU system, resulting in a fully functional free operating system. The GNU system is most commonly encountered in this form, usually referred to as a " GNU/Linux system" or a " Linux distribution". As of 2004, the Hurd is still in active development, and an experimental version of the GNU system that uses the Hurd instead of Linux is now available. There is also a project working on porting the GNU system to the kernels of FreeBSD and NetBSD.





Non User