articles/gnu.md: new article
This commit is contained in:
parent
d23193c962
commit
e0fba7d86e
1 changed files with 23 additions and 0 deletions
23
articles/gnu.md
Normal file
23
articles/gnu.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# GNU
|
||||
GNU (recursive acronym for *GNU is not Unix*; also ganoo) is a project meant to create a
|
||||
[libre](free_software.md), [Unix](unix.md)-like operating system which was started by Richard Stallman in 1983.
|
||||
|
||||
GNU software are called "packages", all under the GPL license.
|
||||
|
||||
## Some notable GNU packages
|
||||
- [Hurd](hurd.md), along with the GNU Mach [microkernel](microkernel.md)
|
||||
- GCC (GNU Compiler Collection, originally GNU C Compiler)
|
||||
- GDB (GNU Debugger)
|
||||
- coreutils
|
||||
- binutils
|
||||
- Bison (GNU's implementation of the Yacc parser generator)
|
||||
- Guile [Scheme](scheme.md)
|
||||
- MIT/GNU Scheme
|
||||
- [Emacs](emacs.md)
|
||||
- GNU [ed](ed.md)
|
||||
- GRUB (Grand Unified [Bootloader](bootloader.md))
|
||||
- [ncurses](ncurses.md)
|
||||
- GNU Guix
|
||||
- GNU Shepherd
|
||||
- GNU IceCat, fork of [Mozilla](mozilla.md) Firefox
|
||||
- ...
|
Loading…
Add table
Reference in a new issue