當前位置

首頁 > 商務英語 > 計算機英語 > 什麼是GNU

什麼是GNU

推薦人: 來源: 閱讀: 2.44W 次

GNU計劃,又稱革奴計劃,是由RichardStallman在1983年9月27日公開發起的。它的目標是創建一套完全自由的操作系統。接下來小編爲大家整理了什麼是GNU,希望對你有幫助哦!

ing-bottom: 48.59%;">什麼是GNU

GNU (pronounced /gnu/) is a free software operating system. Its name is a recursive acronym for "GNU's Not Unix", which was chosen because its design is Unix-like, but it contains no actual UNIX code. The GNU system, combined with a third-party kernel called Linux, is one of the most widely used operating systems in the world known as "GNU/Linux". The plan for the GNU operating system was announced in September 1983 by Richard Stallman and software development work began in January 1984. The project to develop GNU is known as the GNU Project, and programs released under the auspices of the GNU Project are called GNU packages or GNU programs.

  History

The GNU project was announced publicly on September 27, 1983, on the -wizards and t newsgroups. Software development began on January 5, 1984, when Stallman quit his job at Massachusetts Institute of Technology so that they could not claim ownership or interfere with distributing GNU as free software. The correct pronunciation of GNU is g'noo (IPA: /gnu/), with a hard "g", to distinguish it from the word new. According to Stallman, the name was inspired by various plays on words, including the song The Gnu.

The goal was to bring a wholly free software operating system into existence. Stallman wanted computer users to be free - as most were in the 60s and 70s - free to study the source code of the software they use, free to modify the behaviour of the software, and free to publish their modified versions of the software. This philosophy was published in March 1985 as The GNU Manifesto.

The majority of the software needed had to be written from scratch, but when compatible free software components already existed, they were used. Two examples were the TeX typesetting system, and the X Window System. Most of GNU has been written by volunteers; some in their spare time, some paid by other companies. In October 1985, Stallman set up the Free Software Foundation (FSF). In the mid- and late-80s, FSF hired software developers to write the software needed for GNU. At its peak it had 15 people on its staff. FSF also holds the copyrights for some GNU software packages. Most GNU packages are licensed under the GNU General Public License (GNU GPL), while a few use the GNU Lesser General Public License (GNU LGPL), and a still smaller amount use other free software licenses.

So that it would be convenient for people to switch to GNU, it was decided that GNU would be mostly compatible with Unix, which was a popular proprietary operating system at the time. The design of Unix had proven to be solid, and it was modular, so it could be reimplemented piece by piece.

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.

  Design and implementation

The initial plan for GNU was to be mostly Unix-compatible, while adding enhancements where they were useful. The design of the kernel was GNU's largest departure from "traditional" Unix. GNU's kernel was to be a multi-server micro-kernel.

The GNU Hurd runs on a microkernel (currently Mach) and consists of a set of programs called servers that offers the same functionality as the traditional Unix kernel (or Linux).

  Licensing

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 the most commonly used free software license in the world. It gives all recipients 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.

  GNU (using Hurd) can be tried using a live CD. (See External links).

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 Version 7 Unix. 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 Carnegie Mellon University was being considered instead, although its release as free software was delayed till 1990 while its developers worked to remove code owned by AT&T.

Since the Mach microkernel, by design, provided just the low-level kernel functionality, the GNU Project had to develop the higher-level parts of the kernel, as a Collection of user programs. Initially, this collection 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 stalled due to technical reasons and personality conflicts.

GNU/Hurd refers to the GNU OS distribution that uses GNU Hurd as its core. GNU Hurd is the set of programs or servers run on top of a microkernel (it currently uses the GNU Mach microkernel, but efforts port the Hurd to the L4 microkernel are currently ongoing). The "GNU" in GNU Hurd indicates that it is a part of the GNU project, while "GNU/Hurd" distinguishes it as one of the two currently available GNU systems, that is, Linux-based GNU systems (or "GNU/Linux") as opposed to Hurd-based GNU systems (or "GNU/Hurd"). Just "GNU" refers to GNU/Hurd or a Hurd-based GNU system. "GNU/Linux" is pronounced "GNU-slash-Linux", or more often, just "GNU Linux". However, the FSF contests that "GNU Linux", by the rules of the English language, refers to a distribution of the kernel Linux by the GNU project or GNU project's version of it; "GNU/Linux", they say, makes it clear that a person is referring to the combination of the kernel Linux and the GNU userland binaries, forming a complete GNU OS. Linus Torvalds, original author of the kernel, does not approve of the term "GNU/Linux"; he prefers "GNU Linux" if the GNU project "wants its own distribution."

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 2005, Hurd is in slow development, and is now the official kernel of the GNU system. There is also a project working on porting the GNU system to the kernels of FreeBSD and NetBSD.

On the 20th anniversary of the GNU Project (January 5, 2004), the Irish Free Software Organisation was founded to promote free software in Ireland.

  GNU software

Prominent components of the GNU system include the GNU Compiler Collection (GCC), the GNU C Library (glibc), the GNU Emacs text editor, and the GNOME graphical desktop.

Many GNU programs have been ported to other operating systems and are often installed on proprietary UNIX systems to replace the proprietary utilities. As well as giving users freedom, many of these GNU programs have been proven to be more reliable than their proprietary Unix counterparts . The reputation of GNU software is especially good for its software development tools, which are sometimes collectively called the GNU toolset. Making up but a small fraction of the GNU system as a whole, some people consider the toolset to be of superior quality to many of the equivalent Unix versions, even if the GNU versions are not totally POSIX compliant. With the popularity of GNU/Linux systems, many developers install the GNU toolset on other systems for compatibility or to capture uniform behavior across platforms. Many GNU programs have also been ported to Microsoft Windows, Mac OS X, and various other proprietary platforms, however, the motive for developing these programs was to contribute to replacing those systems with free software, not to enhance them.

熱點閱讀

  • 1alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋例子
  • 2alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋開頭
  • 3pungent是什麼意思 pungent的用法 pungent怎麼讀
  • 4alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋參照
  • 5alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋示例
  • 6buyang huanwu tang是什麼意思、英文翻譯及中文解釋
  • 7alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋美篇
  • 8alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋最新
  • 9autumn ploughing是什麼意思、英文翻譯及中文解釋
  • 10alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋實例
  • 11alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋提綱
  • 12alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋指導
  • 13autogenous grinding是什麼意思、英文翻譯及中文解釋
  • 14alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋寫作
  • 15alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋借鑑
  • 推薦閱讀

  • 1alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋參考
  • 2alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋指導
  • 3alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋實例
  • 4新三板是什麼是什麼概念
  • 5alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋範例
  • 6alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋推薦
  • 7宏是什麼-什麼是宏
  • 8alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋寫作
  • 9alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋例子
  • 10什麼是什麼?450字
  • 11愛是什麼?
  • 12alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋大綱
  • 13alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋借鑑
  • 14alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋開頭
  • 15alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋大綱
  • 16alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋參考
  • 17alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋提綱
  • 18alternating current regulation,alternating voltage regulation usingdischarge tubes是什麼意思、英文翻譯及中文解釋範例
  • 19alternating current regulation,alternating voltage regulation using ignitrons是什麼意思、英文翻譯及中文解釋美篇
  • 20不什麼不什麼俗語是什麼