Revision as of 23:43, 3 December 2002 edit24.159.8.134 (talk)No edit summary← Previous edit | Revision as of 05:57, 19 December 2024 edit undoNagisaEf (talk | contribs)144 editsNo edit summaryTags: Mobile edit Mobile web editNext edit → | ||
Line 1: | Line 1: | ||
{{Short description|Family of Unix-like operating systems}} | |||
----------------------------------------------------------- | |||
{{About|the family of operating systems|the kernel|Linux kernel|other uses}} | |||
Microsoft Windows 98 Second Edition | |||
{{pp-pc}} | |||
README for Hardware | |||
{{Use mdy dates|date=May 2016}} | |||
April 1999 | |||
{{Use American English|date=October 2020}} | |||
----------------------------------------------------------- | |||
{{Infobox OS | |||
| name = Linux (no automatically included version) <!-- this "hack" unties the infobox from the separate template that lists latest Linux kernel versions – this article is about Linux and not about the Linux kernel so listing kernel versions introduces confusion --> | |||
| title = Linux | |||
| logo = Tux.svg | |||
| logo_size = 150px | |||
| logo caption = ] the penguin, the mascot of Linux<ref name="LinuxOnLine2008">{{cite web | url = http://www.linux.org/info/logos.html | title = Linux Logos and Mascots |access-date=August 11, 2009 | last = Linux Online | year = 2008 | archive-url = https://web.archive.org/web/20100815085106/http://www.linux.org/info/logos.html | archive-date = August 15, 2010 }}</ref> | |||
| logo_alt = Tux the penguin | |||
| developer = Community contributors, <br /> ] | |||
| programmed in = ], ]s, ] and others | |||
| family = ] | |||
| working state = Current | |||
| source model = ] | |||
| released = {{start date and age|1991|9|17}} | |||
| latest release version = <!-- The kernel version is displayed on the "Linux kernel" article; please don't insert it here, as this article covers Linux kernel + userland combos. --> | |||
| latest release date = | |||
| latest preview version = <!-- The kernel version is displayed on the "Linux kernel" article; please don't insert it here, as this article covers Linux kernel + userland combos. --> | |||
| latest preview date = | |||
| repo = {{URL|https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/}}<br>{{URL|https://github.com/torvalds/linux}} | |||
| marketing target = ], ]s, ]s, ]s, ]s, ], ]s | |||
| language = Multilingual | |||
| updatemodel = | |||
| supported platforms = ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ] <!-- Please do not include 64-bit extensions of 32-bit ISAs, e.g. sparc64, ppc64, x86-64, etc. --> | |||
| kernel type = ] | |||
| influenced by = ] | |||
| userland = ] by standard{{Efn|util-linux is the standard set of utilities for use as part of the Linux operating system.<ref>{{cite web|url=https://github.com/util-linux|title=The util-linux code repository.|website=]|access-date=October 31, 2024}}</ref>}}, various alternatively, such as ]{{Efn|BusyBox is a userland written with size-optimization and limited resources in mind, used in many embedded Linux distributions. BusyBox replaces most ].<ref>{{cite web|url=https://busybox.net/about.html|title=The Busybox about page|website=busybox.net|access-date=November 30, 2021|archive-date=November 27, 2021|archive-url=https://web.archive.org/web/20211127134347/https://busybox.net/about.html|url-status=live}}</ref> One notable Desktop distribution using BusyBox is ].<ref>{{cite web|url=https://alpinelinux.org/about/|title=The Alpine Linux about page|website=alpinelinux.org|access-date=November 30, 2021|archive-date=May 8, 2011|archive-url=https://web.archive.org/web/20110508001131/https://alpinelinux.org/about/|url-status=live}}</ref>}}, ]{{Efn|GNU is a userland used in various Linux distributions.<ref>{{cite web |url=http://www.linux.org/threads/gnu-userland.7429/ |title=GNU Userland |date=April 10, 2012 |archive-url=https://web.archive.org/web/20160308205852/http://www.linux.org/threads/gnu-userland.7429/ |archive-date=March 8, 2016}}</ref><ref>{{cite web |url=http://cyborginstitute.org/projects/administration/unix-fundamentals/ |title=Unix Fundamentals — System Administration for Cyborgs |archive-url=https://web.archive.org/web/20161005114243/http://cyborginstitute.org/projects/administration/unix-fundamentals/ |archive-date=October 5, 2016}}</ref><ref>{{cite web|url=http://openbookproject.net/courses/intro2ict/system/os_intro.html|title=Operating Systems — Introduction to Information and Communication Technology|url-status=live|archive-url=https://web.archive.org/web/20160221222415/http://openbookproject.net/courses/intro2ict/system/os_intro.html|archive-date=February 21, 2016}}</ref> The GNU userland contains system daemons, user applications, the GUI, and various libraries. ] are an essential part of most distributions. Most Linux distributions use the ] system.<ref>{{cite web|url=http://www.tldp.org/FAQ/Linux-FAQ/x-windows.html|title=The X Window System|url-status=live|archive-url=https://web.archive.org/web/20160120234827/http://tldp.org/FAQ/Linux-FAQ/x-windows.html|archive-date=January 20, 2016}}</ref> Other components of the userland, such as the ], vary with the specific distribution, desktop environment, and user configuration.<ref>{{cite web|url=http://pclosmag.com/html/issues/201109/page08.html|title=PCLinuxOS Magazine – HTML|url-status=dead|archive-url=https://web.archive.org/web/20130515020543/http://pclosmag.com/html/Issues/201109/page08.html|archive-date=May 15, 2013}}</ref>}}, ]{{Efn|Plan 9 from User Space (aka plan9port) is a port of many Plan 9 libraries and programs from their native Plan 9 environment to Unix-like operating systems, including Linux and FreeBSD.<ref>{{cite web|title = Plan 9 from User Space| url=https://9fans.github.io/plan9port/ |access-date = 31 October 2024}}</ref><ref>{{cite web|title = The Plan 9 from User Space code repository| website=] | url=https://github.com/9fans/plan9port |access-date = 31 October 2024}}</ref>}} and ]{{Efn|Toybox is a userland that combines over 200 Unix command line utilities together into a single BSD-licensed executable. After a talk at the 2013 Embedded Linux Conference, Google merged toybox into AOSP and began shipping toybox in Android Marshmallow in 2015.<ref>{{cite web|url = http://www.landley.net/toybox/about.html|title = What is ToyBox?|work = Toybox project website|last = Landley|first = Robert|access-date = 31 October 2024}}</ref>}} | |||
| ui = {{ubl|] (])|Most ] include a ] (]).}} | |||
| license = ]<ref>{{cite web |url=https://www.kernel.org/category/faq.html |title=The Linux Kernel Archives: Frequently asked questions |website=kernel.org |date=September 2, 2014 |access-date=September 4, 2015 |url-status=live |archive-url=https://web.archive.org/web/20150905100143/https://www.kernel.org/category/faq.html |archive-date=September 5, 2015}}</ref>{{Efn|The name "Linux" itself is a trademark owned by ]<ref name="US_trademark">{{cite web |url = http://assignments.uspto.gov/assignments/q?db=tm&rno=1916230 |title = U.S. Reg No: 1916230 |publisher = United States Patent and Trademark Office |access-date = April 1, 2006 |url-status=live |archive-url = https://web.archive.org/web/20130624203325/http://assignments.uspto.gov/assignments/q?db=tm&rno=1916230 |archive-date = June 24, 2013 |df = mdy-all }}</ref> and administered by the ].}} | |||
| other_articles = ] <br /> ] | |||
}}<!-- Based on long-standing consensus, please do not change this to read that GNU/Linux is the correct name for Linux distributions incorporating GNU software; the change will be reverted. This has been extensively discussed. Please see ] for more information. --> | |||
'''Linux''' ({{IPAc-en||ˈ|l|ɪ|n|ʊ|k|s}}, {{respell|LIN|uuks}})<ref name="pronunciation-2">{{ cite newsgroup |newsgroup= comp.os.linux | title = Re: How to pronounce ''Linux''? |message-id= 1992Apr23.123216.22024@klaava.Helsinki.FI | date = April 23, 1992 |access-date=January 9, 2007 | url=https://groups.google.com/d/msg/comp.os.linux/L_TTOib3_08/yOG2vLtsp1MJ}}</ref> is a family of ] ] ]s based on the ],<ref>{{ cite book | last = Eckert | first = Jason W. | year = 2012 | title = Linux+ Guide to Linux Certification | edition = Third | publisher = Cengage Learning | place = Boston, Massachusetts | page = 33 | isbn = 978-1111541538 | url = https://books.google.com/books?id=EHLH4S78LmsC&pg=PA33 | access-date = April 14, 2013 | quote = The shared commonality of the kernel is what defines a system's membership in the Linux family; the differing ] applications that can interact with the common kernel are what differentiate Linux distributions. | url-status=live | archive-url = https://web.archive.org/web/20130509031220/http://books.google.com/books?id=EHLH4S78LmsC&pg=PA33 | archive-date = May 9, 2013 | df = mdy-all }}</ref> an ] first released on September 17, 1991, by ].<ref>{{cite web | title = Twenty Years of Linux according to Linus Torvalds | url = https://www.zdnet.com/article/twenty-years-of-linux-according-to-linus-torvalds/ | publisher = ZDNet | date = April 13, 2011 | access-date = September 19, 2016 | url-status=live | archive-url = https://web.archive.org/web/20160919232940/http://www.zdnet.com/article/twenty-years-of-linux-according-to-linus-torvalds/ | archive-date = September 19, 2016 | df = mdy-all }}</ref><ref>{{cite newsgroup | title = Free minix-like kernel sources for 386-AT | author = Linus Benedict Torvalds | date = October 5, 1991 | newsgroup = comp.os.minix | url = https://groups.google.com/group/comp.os.minix/msg/2194d253268b0a1b?pli=1 | access-date = September 30, 2011 | archive-date = March 2, 2013 | archive-url = https://web.archive.org/web/20130302010902/http://groups.google.com/group/comp.os.minix/msg/2194d253268b0a1b?pli=1 | url-status = live }}</ref><ref>{{cite web | title = What Is Linux: An Overview of the Linux Operating System | url = https://medium.com/@theinfovalley097/what-is-linux-an-overview-of-the-linux-operating-system-77bc7421c7e5?sk=b80b38575284317290c86e56001e43b1 | publisher = Medium | access-date = December 21, 2019 | df = mdy-all | archive-date = June 12, 2020 | archive-url = https://web.archive.org/web/20200612030853/https://medium.com/@theinfovalley097/what-is-linux-an-overview-of-the-linux-operating-system-77bc7421c7e5?sk=b80b38575284317290c86e56001e43b1 | url-status = live }}</ref> Linux is typically ] as a ] (distro), which includes the kernel and supporting ] and ]—most of which are provided by third parties—to create a complete operating system, designed as a clone of ] and released under the ] ] license.<ref>{{Cite web |date=October 8, 1998 |title=Mac, Windows And Now, Linux |url=https://archive.nytimes.com/www.nytimes.com/library/tech/98/10/circuits/articles/08linu.html |access-date=2024-12-04 |website=The New York Times}}</ref><!--END Brief introduction--> | |||
(c) Copyright Microsoft Corporation, 1999 | |||
<!--Brief popular distros and key components-->Many Linux distributions use the word "Linux" in their name, but the ] uses and recommends the name "GNU/Linux" to emphasize the use and importance of ] software in many distributions, causing some ].<ref name="gnu_linux_faq" /><ref name="linux-and-gnu">{{cite web |title=Linux and the GNU System |url=https://www.gnu.org/gnu/linux-and-gnu.html |url-status=live |archive-url=https://web.archive.org/web/20170319145123/http://www.gnu.org/gnu/linux-and-gnu.html |archive-date=March 19, 2017 |access-date=September 1, 2013 |publisher=Gnu.org |df=mdy-all}}</ref> ] exist, many based directly or indirectly on other distributions;<ref>{{Cite web |title=Major Distributions An overview of major Linux distributions and FreeBSD |url=https://distrowatch.com/dwres.php?resource=major |website=Distrowatch}}</ref><ref>{{Cite web |last=Andrus |first=Brian |date=2024-07-08 |title=Top 12 Most Popular Linux Distros |url=https://www.dreamhost.com/blog/linux-distros/ |access-date=2024-11-15 |website=DreamHost Blog |language=en-US}}</ref> popular Linux distributions<ref>{{cite web |last=DistroWatch |title=DistroWatch.com: Put the fun back into computing. Use Linux, BSD. |url=http://distrowatch.com/dwres.php?resource=major |url-status=dead |archive-url=https://web.archive.org/web/20130402195650/http://distrowatch.com/dwres.php?resource=major |archive-date=April 2, 2013 |access-date=2016-12-30 |website=distrowatch.com}}</ref><ref>{{Cite news |last=himanshu |first=Swapnil |title=Best Linux distros of 2016: Something for everyone |url=https://www.linux.com/news/best-linux-distros-2016/ |url-status=live |archive-url=https://web.archive.org/web/20161231170119/http://www.cio.com/article/3023349/linux/best-linux-distros-of-2016-something-for-everyone.html |archive-date=December 31, 2016 |access-date=2022-02-01 |newspaper=CIO}}</ref><ref>{{cite web |title=10 Top Most Popular Linux Distributions of 2016 |url=http://www.tecmint.com/top-best-linux-distributions-2016/ |url-status=live |archive-url=https://web.archive.org/web/20161230141717/http://www.tecmint.com/top-best-linux-distributions-2016/ |archive-date=December 30, 2016 |access-date=2016-12-30 |website=www.tecmint.com}}</ref> include ], ], ], ], and ], while commercial distributions include ], ], and ]. Linux distributions are frequently used in server platforms.<ref>{{Cite web |last=Ha |first=Dan |date=2023-02-28 |title=9 reasons Linux is a popular choice for servers |url=https://www.logicmonitor.com/blog/9-reasons-linux-is-a-popular-choice-for-servers |access-date=2024-12-11 |website=LogicMonitor |language=en-US}}</ref><ref>{{Cite web |title=Linux OS on IBM Z Mainframe |url=https://www.ibm.com/z/linux |access-date=2024-12-11 |website=www.ibm.com |language=en}}</ref> Other than the Linux kernel, key components that make up a distribution may include a ], a ], a bootloader and a ].<!--END Brief popular distros and key components--> | |||
<!--Status and use-->Linux is one of the most prominent examples of free and open-source ] collaboration. While originally developed for ] based ]s, it has since been ] to more ] than any other operating system,<ref>{{cite news |author=Barry Levine |date=August 26, 2013 |title=Linux' {{sic|22|th|nolink=yes}} Birthday Is Commemorated - Subtly - by Creator |url=http://www.cmswire.com/cms/information-management/linux-22th-birthday-is-commemorated-subtly-by-creator-022244.php |url-status=live |archive-url=https://web.archive.org/web/20150518155152/http://www.cmswire.com/cms/information-management/linux-22th-birthday-is-commemorated-subtly-by-creator-022244.php |archive-date=May 18, 2015 |access-date=May 10, 2015 |publisher=Simpler Media Group, Inc |quote="Originally developed for Intel x86-based PCs, Torvalds' "hobby" has now been released for more hardware platforms than any other OS in history."}}</ref> and is used on a wide variety of devices including PCs, ], ] and ]s. Linux is the predominant operating system for ] and is also used on all of the ].{{Efn|As measured by the ] list, which uses ] to measure computational power}} When combined with ], which is Linux-based and designed for ]s, they have the ] of all ]s.<!--END Status and use--><!--Try to keep the intro simple and concise; detailed and trivial info can go in the Overview section-->{{TOC limit}} | |||
This document provides complementary or late-breaking | |||
information to supplement the Microsoft Windows 98 | |||
Second Edition documentation. | |||
== Overview == | |||
------------------------ | |||
The Linux kernel was designed by ], following the lack of a working ] for ], a ]-compatible operating system made entirely of ] that had been undergoing development since 1983 by ]. A working Unix system called ] was later released but its license was not entirely free at the time<ref name="meta" /> and it was made for an educative purpose. The first entirely free Unix for personal computers, ], did not appear until 1992, by which time Torvalds had already built and publicly released the first version of the ] on the ].<ref>{{Cite web |url=https://dl.acm.org/doi/fullHtml/10.5555/324785.324786 |access-date=2024-11-21 |website=dl.acm.org |title=The Humble Beginnings of Linux |first1=Randolph |last1=Bentson }}</ref> Like GNU and 386BSD, Linux did not have any Unix code, being a fresh reimplementation, and therefore avoided the ].<ref>{{Cite web |title=History of Unix, BSD, GNU, and Linux - CrystalLabs — Davor Ocelic's Blog |url=https://crystallabs.io/unix-bsd-gnu-linux-history/#386bsd |access-date=2024-11-22 |website=crystallabs.io |language=en}}</ref> Linux distributions became popular in the 1990s and effectively made Unix technologies accessible to home users on personal computers whereas previously it had been confined to sophisticated ].<ref>{{Cite news |date=May 22, 1995 |title=LINUX: UNIX POWER FOR PEANUTS |url=https://www.washingtonpost.com/archive/business/1995/05/22/linux-unix-power-for-peanuts/4bfe23ec-12bc-4a88-b336-b4820df2235a/ |newspaper=]}}</ref> | |||
HOW TO USE THIS DOCUMENT | |||
------------------------ | |||
Desktop Linux distributions include a ] such as ] or ] and a ] such as ], ] or ]. Distributions intended for ] may not have a ] at all or include a ] such as ]. | |||
To view Hardware.txt on-screen in Notepad, maximize the | |||
Notepad window. | |||
The ] of Linux may be used, modified, and distributed commercially or non-commercially by anyone under the terms of its respective licenses, such as the ] (GPL). The license means creating novel distributions is permitted by anyone<ref name="what">{{Cite web |title=What is Linux? |url=https://opensource.com/resources/linux |url-status=live |archive-url=https://web.archive.org/web/20200513110848/https://opensource.com/resources/linux |archive-date=May 13, 2020 |access-date=2020-05-12 |website=Opensource.com |language=en}}</ref> and is easier than it would be for an operating system such as ] or ].<ref>{{Cite web |title=Various Licenses and Comments about Them - GNU Project - Free Software Foundation |url=https://www.gnu.org/licenses/license-list.en.html |access-date=2024-11-15 |website=www.gnu.org}}</ref><ref>{{Cite web |title=GNU General Public License |url=https://www.gnu.org/licenses/gpl-3.0.html |website=GNU.org}}</ref><ref>{{Cite web |last=Casad |first=Joe |title=Copyleft » Linux Magazine |url=https://www.linux-magazine.com/Issues/2017/200/The-GPL-and-the-birth-of-a-revolution |access-date=2024-11-15 |website=Linux Magazine |language=en-US}}</ref> The Linux kernel, for example, is licensed under the GPLv2, with an exception for ]s that allows code that calls the kernel via system calls not to be licensed under the GPL.<ref>{{cite web |title=Linux kernel licensing rules |url=https://www.kernel.org/doc/html/v4.18/process/license-rules.html |url-status=live |archive-url=https://web.archive.org/web/20220906145357/https://www.kernel.org/doc/html/v4.18/process/license-rules.html |archive-date=September 6, 2022 |access-date=June 17, 2022 |work=Linux kernel documentation}}</ref><ref>{{GitHub|https://github.com/torvalds/linux/blob/master/LICENSES/exceptions/Linux-syscall-note}}</ref><ref name="what" /> | |||
To print Hardware.txt, open it in Notepad or another | |||
word processor, and then on the File menu, click Print. | |||
Because of the dominance of Linux-based ] on ]s, Linux, including Android, has the ] of all ]s {{as of|2022|5|lc=y}}.<ref>{{Cite web |title=Operating System Market Share Worldwide |url=https://gs.statcounter.com/os-market-share |url-status=live |archive-url=https://web.archive.org/web/20200215213114/https://gs.statcounter.com/os-market-share |archive-date=February 15, 2020 |access-date=October 18, 2020 |website=StatCounter Global Stats}}</ref><ref>{{cite web |last=McPherson |first=Amanda |date=December 13, 2012 |title=What a Year for Linux: Please Join us in Celebration |url=http://www.linuxfoundation.org/news-media/blogs/browse/2012/12/what-year-linux-please-join-us-celebration |url-status=dead |archive-url=https://web.archive.org/web/20140417232521/http://www.linuxfoundation.org/news-media/blogs/browse/2012/12/what-year-linux-please-join-us-celebration |archive-date=April 17, 2014 |access-date=April 16, 2014 |publisher=Linux Foundation}}</ref><ref>{{cite web |last=Linux Devices |date=November 28, 2006 |title=Trolltech rolls "complete" Linux smartphone stack |url=http://www.linuxfordevices.com/c/a/News/Trolltech-rolls-complete-Linux-smartphone-stack/ |url-status=dead |archive-url=https://archive.today/20120525231448/http://www.linuxfordevices.com/c/a/News/Trolltech-rolls-complete-Linux-smartphone-stack/ |archive-date=May 25, 2012 |access-date=January 12, 2017}}</ref> Linux is, {{as of|2024|3|lc=y}}, used by around 4 percent of ]s.<ref name="statcounter-desktop">{{cite web |title=Desktop Operating System Market Share Worldwide |url=https://gs.statcounter.com/os-market-share/desktop/ |url-status=live |archive-url=https://web.archive.org/web/20240321183908/https://gs.statcounter.com/os-market-share/desktop/worldwide |archive-date=March 21, 2024 |access-date=March 23, 2024 |website=StatCounter Global Stats}}</ref> The ], which runs the Linux kernel-based ],<ref>{{Cite web |title=ChromeOS Kernel |url=https://kernel-recipes.org/en/2022/wp-content/uploads/2022/06/ricardo.pdf |website=kernel-recipes.org}}</ref><ref>{{Cite web |date=2010-06-30 |title=How the Google Chrome OS Works |url=https://computer.howstuffworks.com/google-chrome-os.htm |access-date=2024-12-11 |website=HowStuffWorks |language=en-us}}</ref> dominates the US ] education market and represents nearly 20 percent of sub-$300 ] sales in the US.<ref>{{cite web |author=Steven J. Vaughan-Nichols |title=Chromebook shipments leap by 67 percent |url=https://www.zdnet.com/article/chromebook-shipments-leap-by-67-percent/ |url-status=live |archive-url=https://web.archive.org/web/20150929055809/http://www.zdnet.com/article/chromebook-shipments-leap-by-67-percent/ |archive-date=September 29, 2015 |access-date=September 29, 2015 |work=ZDNet}}</ref> Linux is the leading operating system on servers (over 96.4% of the top one million web servers' operating systems are Linux),<ref>{{cite web |title=OS Market Share and Usage Trends |url=http://www.w3cook.com/os/summary/ |archive-url=https://web.archive.org/web/20150806093859/http://www.w3cook.com/os/summary |archive-date=6 August 2015 |website=W3Cook.com}}</ref> leads other ] systems such as ]s,{{Clarify|date=December 2024|reason=Some IBM mainframes ''run'' Linux; does this mean it leads ''other'' OSes that run on mainframes, or does it mean that Linux on commodity hardware leads mainframes regardless of whether the mainframes run Linux or z/OS or...}}<ref>{{cite web |last=Thibodeau |first=Patrick |year=2009 |title=IBM's newest mainframe is all Linux |url=https://www.computerworld.com/article/2521639/ibm-s-newest-mainframe-is-all-linux.html |archive-url=https://web.archive.org/web/20161111053745/http://www.computerworld.com/article/2521639/computer-hardware/ibm-s-newest-mainframe-is-all-linux.html |archive-date=November 11, 2016 |access-date=February 22, 2009 |publisher=Computerworld |publication-date=December 9, 2009}}</ref> and is used on all of the ]{{Efn|As measured by the ] list, which uses ] to measure computational power}} ({{as of|November 2017|lc=true}}, having gradually displaced all competitors).<ref>{{cite web |last=Vaughan-Nichols |first=Steven J. |year=2017 |title=Linux totally dominates supercomputers |url=https://www.zdnet.com/article/linux-totally-dominates-supercomputers/ |archive-url=https://web.archive.org/web/20171114211600/http://www.zdnet.com/article/linux-totally-dominates-supercomputers/ |archive-date=November 14, 2017 |access-date=October 25, 2018 |publisher=ZDNet |publication-date=November 14, 2017}}</ref><ref name="rules_supercomputers">{{cite news |last=Lyons |first=Daniel |date=March 15, 2005 |title=Linux rules supercomputers |url=https://www.forbes.com/2005/03/15/cz_dl_0315linux.html |url-status=live |archive-url=https://web.archive.org/web/20070224235804/http://www.forbes.com/home/enterprisetech/2005/03/15/cz_dl_0315linux.html |archive-date=February 24, 2007 |access-date=February 22, 2007 |work=Forbes |df=mdy-all}}</ref> | |||
Linux also runs on ]s, i.e., devices whose operating system is typically built into the ] and is highly tailored to the system. This includes ], ] controls, ], ]s, ]s (Samsung and LG ]s),<ref name="Linux Smart TVs">{{cite web |author=Eric Brown |date=Mar 29, 2019 |title=Linux continues advance in smart TV market |url=http://linuxgizmos.com/linux-continues-advance-in-smart-tv-market/ |url-status=live |archive-url=https://web.archive.org/web/20200629105311/http://linuxgizmos.com/linux-continues-advance-in-smart-tv-market/ |archive-date=June 29, 2020 |access-date=May 15, 2020 |website=linuxgizmos.com}}</ref><ref>{{cite web |title=Sony Open Source Code Distribution Service |url=http://products.sel.sony.com/opensource/ |url-status=dead |archive-url=https://web.archive.org/web/20111004171109/http://products.sel.sony.com/opensource/ |archive-date=October 4, 2011 |access-date=October 8, 2011 |publisher=Sony Electronics |df=mdy-all}}</ref><ref>{{cite web |title=Sharp Liquid Crystal Television Instruction Manual |url=http://files.sharpusa.com/Downloads/ForHome/HomeEntertainment/LCDTVs/Manuals/Archive/tel_man_LC32_37_42HT3U.pdf |url-status=dead |archive-url=https://web.archive.org/web/20120111111044/http://files.sharpusa.com/Downloads/ForHome/HomeEntertainment/LCDTVs/Manuals/Archive/tel_man_LC32_37_42HT3U.pdf |archive-date=January 11, 2012 |access-date=October 8, 2011 |publisher=Sharp Electronics |page=24 |df=mdy-all}}</ref> ] (Tesla, Audi, Mercedes-Benz, Hyundai, and Toyota),<ref name="Linux cars">{{cite web |author=Steven J. Vaughan-Nichols |date=January 4, 2019 |title=It's a Linux-powered car world |url=https://www.zdnet.com/article/its-a-linux-powered-car-world/ |url-status=live |archive-url=https://web.archive.org/web/20200803053324/https://www.zdnet.com/article/its-a-linux-powered-car-world/ |archive-date=August 3, 2020 |access-date=May 15, 2020 |website=ZDNet}}</ref> and ] (] rocket, ] crew capsule, and the ] Mars helicopter).<ref name="auto">{{Cite web |title=From Earth to orbit with Linux and SpaceX |url=https://www.zdnet.com/article/from-earth-to-orbit-with-linux-and-spacex/ |url-status=live |archive-url=https://web.archive.org/web/20200803060356/https://www.zdnet.com/google-amp/article/from-earth-to-orbit-with-linux-and-spacex/ |archive-date=August 3, 2020 |access-date=June 6, 2020 |website=]}}</ref><ref>{{Cite web |date=August 18, 2021 |title=Linux on Mars! |url=https://www.itpro.com/software/linux/360542/linux-on-mars |url-status=live |archive-url=https://web.archive.org/web/20220519145641/https://www.itpro.com/software/linux/360542/linux-on-mars |archive-date=May 19, 2022 |access-date=2022-06-30 |website=IT PRO |language=en}}</ref> | |||
-------- | |||
CONTENTS | |||
-------- | |||
== History == | |||
PLUG AND PLAY | |||
{{Main|History of Linux}} | |||
=== Precursors === | |||
SCANNERS | |||
], principal author of the Linux kernel ]] | |||
The ] operating system was conceived and implemented in 1969, at ]'s ], in the United States by ], ], ], and ].<ref>{{Citation| title = The UNIX System: The Evolution of the UNIX Time-sharing System| last = Ritchie| first = D.M.| journal = AT&T Bell Laboratories Technical Journal| volume = 63| number = 8| date = October 1984| page = 1577| doi = 10.1002/j.1538-7305.1984.tb00054.x| s2cid = 571269| quote = However, UNIX was born in 1969 ...}}</ref> First released in 1971, Unix was written entirely in ], as was common practice at the time. In 1973, in a key pioneering approach, it was rewritten in the ] programming language by Dennis Ritchie (except for some hardware and I/O routines). The availability of a ] implementation of Unix made its ] to different computer platforms easier.<ref>{{cite web|url=https://opensource.com/article/17/9/open-source-licensing|title=Open source licensing: What every technologist should know|last=Meeker|first=Heather|date=September 21, 2017|website=Opensource.com|archive-url=https://web.archive.org/web/20170924185302/https://opensource.com/article/17/9/open-source-licensing|archive-date=September 24, 2017|url-status=live|access-date=September 24, 2017}}</ref> | |||
VIDEO CAPTURE DEVICES | |||
Due to an earlier ]{{specify|Which case? United States v. AT&T?|date=November 2023}} forbidding it{{specify|Unix or AT&T?|date=November 2023}} from entering the computer business, AT&T licensed the operating system's ] as a ] to anyone who asked.{{clarify|Rephrase this sentence|date=November 2023}} As a result, Unix grew quickly and became widely adopted by ]s and businesses. In 1984, ] of its ], and was released from its obligation not to enter the computer business; freed of that obligation, Bell Labs began selling Unix as a ] product, where users were not legally allowed to modify it.<ref name="Vetter2021">{{cite book | author = Michael Vetter | date = 10 August 2021 | title = Acquisitions and Open Source Software Development | publisher = Springer Nature | page = 13 | isbn = 978-3-658-35084-0 | url = https://books.google.com/books?id=L_Q8EAAAQBAJ | access-date = 5 August 2022 | archive-date = August 5, 2022 | archive-url = https://web.archive.org/web/20220805143225/https://books.google.com/books?id=L_Q8EAAAQBAJ | url-status = live }}</ref><ref name="Tozzi2017">{{cite book | author = Christopher Tozzi | date = 11 August 2017 | title = For Fun and Profit: A History of the Free and Open Source Software Revolution | publisher = MIT Press | page = 52 | isbn = 978-0-262-03647-4 | url = https://books.google.com/books?id=MXosDwAAQBAJ | access-date = 5 August 2022 | archive-date = August 5, 2022 | archive-url = https://web.archive.org/web/20220805143226/https://books.google.com/books?id=MXosDwAAQBAJ | url-status = live }}</ref> | |||
MODEMS | |||
] began selling early microcomputer-based Unix workstations in 1980. Later, ], founded as a spin-off of a student project at ], also began selling Unix-based desktop workstations in 1982. While Sun workstations did not use commodity PC hardware, for which Linux was later originally developed, it represented the first successful commercial attempt at distributing a primarily single-user microcomputer that ran a Unix operating system.<ref>{{cite book |url=https://www.oreilly.com/library/view/the-cathedral/0596001088/ch01.html |title=The Cathedral and the Bazaar |first=S. Raymond |last=Eric |publisher=O'Reilly & Associates, Inc |location=Sebastopol, California |page=12 |isbn=0-596-00108-8 |date=October 1999 |access-date=July 21, 2022 |quote=In 1982, a group of Unix hackers from Stanford and Berkeley founded Sun Microsystems on the belief that Unix running on relatively inexpensive 68000-based hardware would prove a winning combination for a wide variety of applications. They were right, and their vision set the pattern for an entire industry. While still priced out of reach of most individuals, workstations were cheap for corporations and universities; networks of them (one to a user) rapidly replaced the older VAXes and other time-sharing systems |archive-date=July 18, 2022 |archive-url=https://web.archive.org/web/20220718070144/https://www.oreilly.com/library/view/the-cathedral/0596001088/ch01.html |url-status=live }}</ref><ref>{{cite news |url=https://www.latimes.com/archives/la-xpm-1988-01-31-fi-39535-story.html |title=Sun Microsystems Is Blazing a Red-Hot Trail in Computers: $300-Million AT&T; Deal Moves Firm to Set Sights on IBM |first=Carla |last=Lazzareschi |newspaper=Los Angeles Times |date=January 31, 1988 |access-date=July 21, 2022 |archive-date=July 21, 2022 |archive-url=https://web.archive.org/web/20220721100144/https://www.latimes.com/archives/la-xpm-1988-01-31-fi-39535-story.html |url-status=live }}</ref> | |||
TAPE DRIVE DETECTION | |||
With Unix increasingly "locked in" as a proprietary product, the ], started in 1983 by ], had the goal of creating a "complete Unix-compatible software system" composed entirely of ]. Work began in 1984.<ref name="gnu_announce">{{cite web |url=https://www.gnu.org/gnu/initial-announcement.html |title=About the GNU Project – Initial Announcement |publisher=Gnu.org |date=June 23, 2008 |access-date=March 9, 2009 |url-status=live |archive-url=https://web.archive.org/web/20090305002259/http://www.gnu.org/gnu/initial-announcement.html |archive-date=March 5, 2009}}</ref> Later, in 1985, Stallman started the ] and wrote the ] (GNU GPL) in 1989. By the early 1990s, many of the programs required in an operating system (such as libraries, ]s, ]s, a ], and a ]) were completed, although low-level elements such as ]s, ], and the ], called ], were stalled and incomplete.<ref>{{cite web |url=http://thevarguy.com/open-source-application-software-companies/050415/open-source-history-why-did-linux-succeed |title=Open Source History: Why Did Linux Succeed? |author=Christopher Tozzi |date=August 23, 2016 |access-date=August 17, 2017 |url-status=dead |archive-url=https://web.archive.org/web/20170817205211/http://thevarguy.com/open-source-application-software-companies/050415/open-source-history-why-did-linux-succeed |archive-date=August 17, 2017 }}</ref> | |||
ZIP TOOLS AND THE IOMEGA PARALLEL ZIP DISK | |||
] was created by ], a ] professor, and released in 1987 as a minimal Unix-like operating system targeted at students and others who wanted to learn operating system principles. Although the complete source code of Minix was freely available, the licensing terms prevented it from being ] until the licensing changed in April 2000.<ref name="minix-lic">{{Cite web|url=http://minix1.woodhull.com/faq/mxlicense.html |title=MINIX is now available under the BSD license |archive-url=https://web.archive.org/web/20160304083114/http://minix1.woodhull.com/faq/mxlicense.html |archive-date=March 4, 2016 |url-status=live |date=April 9, 2000 |website=minix1.woodhull.com}}</ref> | |||
ISDN DRIVERS | |||
Although not released until 1992, due to ], the development of ], from which ], ] and ] descended, predated that of Linux. Linus Torvalds has stated on separate occasions that if the ] or 386BSD had been available at the time (1991), he probably would not have created Linux.<ref>{{cite web |url=http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html |title=Linus vs. Tanenbaum debate |archive-url=https://web.archive.org/web/20121003060514/http://www.dina.dk/~abraham/Linus_vs_Tanenbaum.html |archive-date=October 3, 2012 |access-date=February 19, 2014}}</ref><ref name="meta">{{cite web|url=http://gondwanaland.com/meta/history/interview.html|title=The Choice of a GNU Generation – An Interview With Linus Torvalds|last=Linksvayer|first=Mike|year=1993|work=Meta magazine|access-date=January 20, 2009|url-status=live|archive-url=https://web.archive.org/web/20090225212557/http://gondwanaland.com/meta/history/interview.html|archive-date=February 25, 2009}}</ref> | |||
IBM MWAVE | |||
=== Creation === | |||
USB DEVICES | |||
While attending the ] in the fall of 1990, Torvalds enrolled in a Unix course.<ref>{{cite web |url=https://www.wired.com/1997/08/linux-5 |title=The Greatest OS That (N)ever Was |first=Glyn |last=Moody |publisher=Wired |date=August 1, 1997 |access-date=July 20, 2022 |archive-date=July 25, 2022 |archive-url=https://web.archive.org/web/20220725204746/http://www.wired.com/1997/08/linux-5/ |url-status=live }}</ref> The course used a ] minicomputer running ], and one of the required texts was '']'' by ]. This textbook included a copy of Tanenbaum's ] operating system. It was with this course that Torvalds first became exposed to Unix. In 1991, he became curious about operating systems.<ref>{{cite newsgroup | title = What would you like to see most in minix? | newsgroup = comp.os.minix | message-id = 1991Aug25.205708.9541@klaava.Helsinki.FI | url = https://groups.google.com/group/comp.os.minix/msg/b813d52cbc5a044b | last = Torvalds | first = Linus | access-date = September 9, 2006 | archive-date = May 9, 2013 | archive-url = https://web.archive.org/web/20130509134305/http://groups.google.com/group/comp.os.minix/msg/b813d52cbc5a044b | url-status = live }}</ref> Frustrated by the licensing of Minix, which at the time limited it to educational use only,<ref name="minix-lic" /> he began to work on his operating system kernel, which eventually became the Linux kernel. | |||
------------------------------------------ | |||
On July 3, 1991, to implement Unix ]s, Linus Torvalds attempted unsuccessfully to obtain a digital copy of the ] standards ] with a request to the ''comp.os.minix'' ].<ref>{{cite book |last1=Torvalds |first1=Linus |last2=Diamond |first2=David |date=2001 |title=Just for Fun: The Story of an Accidental Revolutionary |location=] |publisher=] |pages=78–80 |isbn=0-06-662073-2}}</ref> After not finding the POSIX documentation, Torvalds initially resorted to determining system calls from ] documentation owned by the university for use in operating its ] server. He also learned some system calls from Tanenbaum's Minix text. | |||
Torvalds began the development of the Linux kernel on Minix and applications written for Minix were also used on Linux. Later, Linux matured and further Linux kernel development took place on Linux systems.<ref>{{cite newsgroup|title=Chicken and egg: How was the first linux gcc binary created??|author=Linus Torvalds|date=October 14, 1992|newsgroup=comp.os.minix|message-id=1992Oct12.100843.26287@klaava.Helsinki.FI|url=https://groups.google.com/group/comp.os.linux/msg/4ae6db18d3f49b0e|access-date=August 17, 2013|archive-date=May 9, 2013|archive-url=https://web.archive.org/web/20130509140002/http://groups.google.com/group/comp.os.linux/msg/4ae6db18d3f49b0e|url-status=live}}</ref> GNU applications also replaced all Minix components, because it was advantageous to use the freely available code from the GNU Project with the fledgling operating system; code licensed under the GNU GPL can be reused in other computer programs as long as they also are released under the same or a compatible license. Torvalds initiated a switch from his original license, which prohibited commercial redistribution, to the GNU GPL.<ref>{{cite web |url=https://www.kernel.org/pub/linux/kernel/Historic/old-versions/RELNOTES-0.12 |title=Release notes for Linux v0.12 |last=Torvalds |first=Linus |author-link=Linus Torvalds |date=January 5, 1992 |publisher=Linux Kernel Archives |archive-url=https://web.archive.org/web/20070819045030/http://www.kernel.org/pub/linux/kernel/Historic/old-versions/RELNOTES-0.12 |archive-date=August 19, 2007 |access-date=July 23, 2007 |quote=The Linux copyright will change: I've had a couple of requests to make it compatible with the GNU copyleft, removing the "you may not distribute it for money" condition. I agree. I propose that the copyright be changed so that it confirms to GNU ─ pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances ("I wrote that code assuming the copyright would stay the same") mail me. Otherwise, The GNU copyleft takes effect since the first of February. If you do not know the gist of the GNU copyright ─ read it.}}</ref> Developers worked to integrate GNU components with the Linux kernel, creating a fully functional and free operating system.<ref name="gnu history">{{cite web |url=https://www.gnu.org/gnu/gnu-history.html |title=Overview of the GNU System |publisher=Gnu.org |access-date=March 9, 2009 |url-status=live |archive-url=https://web.archive.org/web/20090228140819/http://www.gnu.org/gnu/gnu-history.html |archive-date=February 28, 2009}}</ref> | |||
PLUG AND PLAY | |||
============= | |||
=== {{Anchor|FREAX}}Naming === | |||
Digital HiNote Ultra 2000 | |||
]s holding a very early version of Linux]] | |||
------------------------- | |||
Linus Torvalds had wanted to call his invention "'''Freax'''", a ] of "free", "freak", and "x" (as an allusion to Unix). During the start of his work on the system, some of the project's ]s included the name "Freax" for about half a year. Initially, Torvalds considered the name "Linux" but dismissed it as too egotistical.<ref name="fun">Torvalds, Linus and Diamond, David, ''Just for Fun: The Story of an Accidental Revolutionary'', 2001, {{ISBN|0-06-662072-4}}</ref> | |||
Due to problems with power management on this | |||
computer, Windows does not have an option to | |||
switch to Standby using the Start/Shutdown menu. | |||
Contact Digital for an updated BIOS with improved | |||
power management support. | |||
To facilitate development, the files were uploaded to the ] (<code>ftp.funet.fi</code>) of ] in September 1991. Ari Lemmke, Torvalds' coworker at the ] (HUT) who was one of the volunteer administrators for the FTP server at the time, did not think that "Freax" was a good name, so he named the project "Linux" on the server without consulting Torvalds.<ref name="fun" /> Later, however, Torvalds consented to "Linux". | |||
According to a ] post by Torvalds,<ref name="pronunciation-2"/> the word "Linux" should be pronounced ({{IPAc-en|audio=Linus-linux.ogg|ˈ|l|ɪ|n|ʊ|k|s}} {{respell|LIN|uuks}}) with a short 'i' as in 'print' and 'u' as in 'put'. To further demonstrate how the word "Linux" should be pronounced, he included an audio guide with the kernel source code.<ref name="Pronounce">{{cite web|url = https://www.kernel.org/pub/linux/kernel/SillySounds|title = Index of /pub/linux/kernel/SillySounds|access-date = August 3, 2009|last = Torvalds|first = Linus|date = March 1994|url-status=live|archive-url = https://web.archive.org/web/20091008074754/http://www.kernel.org/pub/linux/kernel/SillySounds/|archive-date = October 8, 2009|df = mdy-all}}</ref> However, in this recording, he pronounces Linux as ''{{IPA|/ˈlinʊks/}}'' ({{respell|LEEN|uuks}}) with a short but ], instead of a ] as in his newsgroup post. | |||
Problems with Power Control Panel Settings | |||
------------------------------------------ | |||
=== Commercial and popular uptake === | |||
Some computers do not let Windows fully control | |||
{{Main|Linux adoption}}{{Multiple image | |||
power management. If you find that changing the | |||
| image1 = Nexus 5X (White).jpg | |||
Standby, Monitor, or Hard Drive timeout values | |||
| image2 = ChromebookStaplesStore.jpg | |||
in the Power Control have no effect, your computer's | |||
| footer = From top-left clockwise: ] running Android, ]s, ], ] | |||
own power management settings are overriding the | |||
| direction = horizontal | |||
Windows settings. Open your computers power | |||
| image3 = In flight system Linux bootup flat.jpg | |||
management Setup program and disable any Standby, | |||
| perrow = 2 / 2 | |||
Suspend, Monitor, or Hard Drive timeout values. | |||
| total_width = 320 | |||
After you do this, you should be able to control | |||
| image4 = Custom Miniature Linux Server (2005).jpeg | |||
these settings from the Windows Power Management | |||
}} | |||
control panel. | |||
The adoption of Linux in production environments, rather than being used only by hobbyists, started to take off first in the mid-1990s in the supercomputing community, where organizations such as ] started to replace their increasingly expensive machines with ] of inexpensive commodity computers running Linux. Commercial use began when ] and ], followed by ], started offering Linux support to escape ]'s monopoly in the desktop operating system market.<ref name="security">{{cite book |title=Practical UNIX and Internet Security |first1=Simson |last1=Garfinkel |first2=Gene |last2=Spafford |first3=Alan |last3=Schwartz |publisher=O'Reilly |year=2003 |page=21}}</ref> | |||
Today, Linux systems are used throughout computing, from ]s to virtually all ]s,<ref name="rules_supercomputers"/><ref>{{cite web |title=Linux system development on an embedded device |url=http://www-128.ibm.com/developerworks/library/l-embdev.html |first1=Anand |last1=Santhanam |author2=Vishal Kulkarni |work=DeveloperWorks |publisher=IBM |date=March 1, 2002 |access-date=July 26, 2007 |archive-url=https://web.archive.org/web/20070329123926/http://www-128.ibm.com/developerworks/library/l-embdev.html |archive-date=March 29, 2007}}</ref> and have secured a place in server installations such as the popular ] application stack. The use of Linux distributions in home and enterprise desktops has been growing.<ref name="galli2007">{{cite news | first=Peter | last=Galli | title=Vista Aiding Linux Desktop, Strategist Says | date=August 8, 2007 | publisher=Ziff Davis Enterprise Inc. | url=http://www.eweek.com/c/a/Linux-and-Open-Source/Vista-Aiding-Linux-Desktop-Strategist-Says/ | work=eWEEK | access-date=November 19, 2007 | url-status=live | archive-url=http://arquivo.pt/wayback/20090709050715/http://www.eweek.com/c/a/Linux-and-Open-Source/Vista-Aiding-Linux-Desktop-Strategist-Says/ | archive-date=July 9, 2009 | df=mdy-all }}</ref><ref name="paul2007">{{cite news | first=Ryan | last=Paul | title=Linux market share set to surpass Win 98, OS X still ahead of Vista | date=September 3, 2007 | publisher=Ars Technica, LLC | url=https://arstechnica.com/news.ars/post/20070903-linux-marketshare-set-to-surpass-windows-98.html | work=Ars Technica | access-date=November 19, 2007 | url-status=live | archive-url=https://web.archive.org/web/20071116080339/http://arstechnica.com/news.ars/post/20070903-linux-marketshare-set-to-surpass-windows-98.html | archive-date=November 16, 2007 | df=mdy-all }}</ref><ref name="beer2007">{{cite news|first=Stan |last=Beer |title=Vista to play second fiddle to XP until 2009: Gartner |date=January 23, 2007 |url=http://www.itwire.com.au/content/view/8842/53/ |work=iTWire |access-date=November 19, 2007 |url-status=dead |archive-url=https://web.archive.org/web/20081203204529/http://www.itwire.com.au/content/view/8842/53/ |archive-date=December 3, 2008 }}</ref><ref name="applications2007">{{cite web |url=http://marketshare.hitslink.com/report.aspx?qprid=2&qpmr=15&qpdt=1&qpct=3&qptimeframe=Y |title=Operating System Marketshare for Year 2007 |access-date=November 19, 2007 |date=November 19, 2007 |work=Market Share |publisher=Net Applications |url-status=live |archive-url=https://web.archive.org/web/20130624203258/http://marketshare.hitslink.com/report.aspx?qprid=2&qpmr=15&qpdt=1&qpct=3&qptimeframe=Y |archive-date=June 24, 2013}}</ref><ref name="xitimonitor2007">{{cite news |title=Vista slowly continues its growth; Linux more aggressive than Mac OS during the summer |date=September 24, 2007 |publisher=AT Internet/XiTi.com |url=http://www.xitimonitor.com/en-us/internet-users-equipment/operating-systems-august-2007/index-1-2-7-107.html |work=XiTiMonitor |access-date=November 19, 2007 |archive-url=https://web.archive.org/web/20071214013746/http://www.xitimonitor.com/en-us/internet-users-equipment/operating-systems-august-2007/index-1-2-7-107.html |archive-date=December 14, 2007}}</ref><ref name="globalstats2007">{{cite web |url=http://www.w3counter.com/globalstats.php |title=Global Web Stats |access-date=November 19, 2007 |date=November 10, 2007 |work=W3Counter |publisher=Awio Web Services LLC |url-status=live |archive-url=https://archive.today/20120628/http://www.w3counter.com/globalstats.php |archive-date=June 28, 2012}}</ref><ref name="zeitgeist2004">{{cite web |url=http://www.google.com/press/zeitgeist/zeitgeist-jun04.html |title=June 2004 Zeitgeist |access-date=November 19, 2007 |date=August 12, 2004 |work=Google Press Center |publisher=Google Inc. |url-status=live |archive-url=https://web.archive.org/web/20110711135752/http://www.google.com/press/zeitgeist/zeitgeist-jun04.html |archive-date=July 11, 2011}}</ref> | |||
Linux distributions have also become popular in the ] market, with many devices shipping with customized Linux distributions installed, and Google releasing their own ] designed for netbooks. | |||
Compaq Presario 4834 and Non-Compaq Monitors | |||
-------------------------------------------- | |||
Linux's greatest success in the consumer market is perhaps the mobile device market, with Android being the dominant operating system on ]s and very popular on ] and, more recently, on ]. ] is also on the rise with ] showing its support for Linux and rolling out ], its own gaming-oriented Linux distribution, which was later implemented in their ] platform. Linux distributions have also gained popularity with various local and national governments, such as the federal government of ].<ref>{{cite web|last1=McMillan|first1=Robert|title=IBM, Brazilian government launch Linux effort|url=http://www.infoworld.com/article/2675550/operating-systems/ibm--brazilian-government-launch-linux-effort.html|website=www.infoworld.com|date=October 10, 2003|publisher=IDG News Service|access-date=February 16, 2015|url-status=live|archive-url=https://web.archive.org/web/20150315055524/http://www.infoworld.com/article/2675550/operating-systems/ibm--brazilian-government-launch-linux-effort.html|archive-date=March 15, 2015}}</ref> | |||
If your Presario 4834 is not connected to a Compaq | |||
monitor with USB ports, be sure that your BIOS is | |||
also configured to not use the Compaq monitor with | |||
USB ports. If you have the BIOS set to use the Compaq | |||
monitor, but do not have a Compaq monitor connected, | |||
then your computer will turn off when you choose the | |||
Standby command. Contact Compaq for an updated BIOS | |||
that fixes this problem. | |||
=== Development === | |||
Linus Torvalds is the lead maintainer for the Linux kernel and guides its development, while ] is the lead maintainer for the stable branch.<ref>{{cite web |url=https://www.linuxfoundation.org/about/ |title=About Us - The Linux Foundation |access-date=2018-10-01 |archive-date=October 28, 2018 |archive-url=https://web.archive.org/web/20181028015400/https://www.linuxfoundation.org/about/ |url-status=live }}</ref> ] is the executive director of the Free Software Foundation,<ref>{{Cite web |title=Staff and Board — Free Software Foundation — Working together for free software |url=https://www.fsf.org/about/staff-and-board |archive-url=https://web.archive.org/web/20231121082724/https://www.fsf.org/about/staff-and-board |archive-date=2023-11-21 |access-date=2023-11-22 |website=Free Software Foundation}}</ref> which in turn supports the GNU components.<ref>{{cite web |url=http://www.fsf.org/about/ |title=Free software is a matter of liberty, not price — Free Software Foundation — working together for free software |publisher=Fsf.org |access-date=July 12, 2012 |url-status=dead |archive-url=https://web.archive.org/web/20120714122536/http://www.fsf.org/about |archive-date=July 14, 2012 }}</ref> Finally, individuals and corporations develop third-party non-GNU components. These third-party components comprise a vast body of work and may include both kernel modules and user applications and libraries. | |||
Linux vendors and communities combine and distribute the kernel, GNU components, and non-GNU components, with additional ] software in the form of Linux distributions. | |||
PCI systems | |||
----------- | |||
== Design == | |||
If the video device is configured by the BIOS to | |||
{{See also|Linux kernel#Architecture and features}} | |||
use an IRQ and you use the secondary PCI IDE controller | |||
Many developers of ] software agree that the Linux kernel was not designed but rather ] through ]. Torvalds considers that although the design of Unix served as a scaffolding, "Linux grew with a lot of mutations – and because the mutations were less than random, they were faster and more directed than ]."<ref>Email correspondence on the Linux Kernel development mailing list {{cite web |author1=Linus Torvalds |title=Re: Coding style, a non-issue |url=https://lwn.net/2001/1206/a/no-design.php3 |website=kernel.org |date=November 30, 2001 |access-date=August 10, 2020 |archive-date=August 12, 2021 |archive-url=https://web.archive.org/web/20210812201159/https://lwn.net/2001/1206/a/no-design.php3 |url-status=live }}</ref> ] considers Linux's revolutionary aspects to be social, not technical: before Linux, complex software was designed carefully by small groups, but "Linux evolved in a completely different way. From nearly the beginning, it was rather casually hacked on by huge numbers of volunteers coordinating only through the Internet. Quality was maintained not by rigid standards or autocracy but by the naively simple strategy of releasing every week and getting feedback from hundreds of users within days, creating a sort of rapid Darwinian selection on the mutations introduced by developers."<ref>{{cite book |last1=Raymond |first1=Eric S. |editor1-last=O'Reilly |editor1-first=Tim |title=The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary |date=2001 |publisher=O'Reilly & Associates |isbn=0-596-00108-8 |page=16 |edition=Second}}</ref> ], an engineer of a competing OS, agrees that "Linux wasn't designed, it evolved", but considers this to be a limitation, proposing that some features, especially those related to security,<ref>"You have to design it you ] Security." Cantrill 2017</ref> cannot be evolved into, "this is not a biological system at the end of the day, it's a software system."<ref>{{cite AV media |date=November 26, 2015 |url=https://www.youtube.com/watch?v=Ya6h2zKlpaQ |title=The Cantrill Strikes Back {{!}} BSD Now 117 |publisher=] |via=] |access-date=September 7, 2021 |archive-url=https://web.archive.org/web/20201214063300/https://www.youtube.com/watch?v=Ya6h2zKlpaQ |archive-date=December 14, 2020 |url-status=live}}</ref> | |||
in your computer, your video will work only in VGA mode. | |||
To load the accelerated Windows 98 driver for your video, | |||
disable the secondary PCI IDE controller in the BIOS | |||
if it is not controlling an IDE device. Additionally, you | |||
may have to disable it in Device Manager by double-clicking | |||
System in Control Panel. An alternative (if supported by | |||
the BIOS) is to disable the IRQ of the video device. | |||
A Linux-based system is a modular Unix-like operating system, deriving much of its basic design from principles established in Unix during the 1970s and 1980s. Such a system uses a ], the Linux kernel, which handles process control, networking, access to the ]s, and ]s. ]s are either integrated directly with the kernel or added as modules that are loaded while the system is running.<ref>{{cite web | url = https://stackoverflow.com/questions/1806585/why-is-linux-called-a-monolithic-kernel | title = Why is Linux called a monolithic kernel? | year = 2009 | access-date = October 16, 2013 | publisher = stackoverflow.com | url-status=live | archive-url = https://web.archive.org/web/20131017065550/http://stackoverflow.com/questions/1806585/why-is-linux-called-a-monolithic-kernel | archive-date = October 17, 2013 | df = mdy-all }}</ref> | |||
The GNU ] is a key part of most systems based on the Linux kernel, with Android being the notable exception. The ], an implementation of the ], works as a wrapper for the system calls of the Linux kernel necessary to the kernel-userspace interface, the ] is a broad collection of programming tools vital to Linux development (including the ] used to build the Linux kernel itself), and the ] implement many basic ]. The GNU Project also develops ], a popular ] shell. The ] (or GUI) used by most Linux systems is built on top of an implementation of the ].<ref name="oreilly-anatomy">{{cite web|url=https://personalpages.manchester.ac.uk/staff/m.dodge/cybergeography/atlas/linux_anatomy.pdf|title=Anatomy of a Linux System|date=July 23–26, 2001|publisher=O'Reilly|access-date=October 10, 2018|archive-date=September 4, 2019|archive-url=https://web.archive.org/web/20190904023052/https://personalpages.manchester.ac.uk/staff/m.dodge/cybergeography/atlas/linux_anatomy.pdf|url-status=live}}</ref> More recently, the Linux community has sought to advance to ] as the new display server protocol, in place of X11. Many other open-source software projects contribute to Linux systems. | |||
IBM ThinkPad Models 750 (all 750 series except 750ce) | |||
----------------------------------------------------- | |||
{| | |||
A new BIOS that solves several problems with power | |||
|- | |||
management is available from the IBM bulletin board. | |||
| {{Linux layers}} | |||
Download the latest System Program Service Diskette | |||
|} | |||
for the ThinkPad 750 from the bulletin board service | |||
(BBS). See your hardware documentation for information | |||
about accessing the IBM bulletin board. | |||
Installed components of a Linux system include the following:<ref name="oreilly-anatomy" /><ref>{{cite web |url=http://www.ibm.com/developerworks/library/l-linuxboot/ |title=Inside the Linux boot process |last=M. Tim Jones |date=May 31, 2006 |publisher=IBM Developer Works |archive-url=https://web.archive.org/web/20131017052010/http://www.ibm.com/developerworks/library/l-linuxboot/ |archive-date=October 17, 2013 |access-date=October 16, 2013}}</ref> | |||
* A ], for example ], ], ] or ]. This is a program that loads the Linux kernel into the computer's ], by being executed by the computer when it is turned on and after the ] initialization is performed. | |||
* An ] program, such as the traditional ] and the newer ], ] and ]. This is the first ] launched by the Linux kernel, and is at the root of the process tree. It starts processes such as system services and login prompts (whether graphical or in terminal mode). | |||
* ], which contain code that can be used by running processes. On Linux systems using ]-format executable files, the ] that manages the use of dynamic libraries is known as ]. If the system is set up for the user to compile software themselves, ]s will also be included to describe the ] of installed libraries. Besides the most commonly used software library on Linux systems, the ] (glibc), there are numerous other libraries, such as ] and ]. | |||
** The ] is the library necessary to run programs written in ] on a computer system, with the GNU C Library being the standard. It provides an implementation of the POSIX API, as well as extensions to that API. For embedded systems, alternatives such as ], ] (a glibc fork once used by Debian) and ] (which was designed for ]) have been developed, although the last two are no longer maintained. Android uses its own C library, ]. However, musl can additionally be used as a replacement for glibc on desktop and laptop systems, as seen on certain Linux distributions like ]. | |||
* Basic Unix commands, with GNU coreutils being the standard implementation. Alternatives exist for embedded systems, such as the copyleft ], and the BSD-licensed ]. | |||
* ]s are the libraries used to build ]s (GUIs) for software applications. Numerous widget toolkits are available, including ] and Clutter developed by the ], ] developed by the ] and led by ], and ] (EFL) developed primarily by the ] team. | |||
* A ], such as ] and ]. Alternatively packages can be compiled from binary or source ]. | |||
* User interface programs such as command shells or windowing environments. | |||
=== User interface === | |||
IBM ThinkPad Models 755cd, cx, ce, cse, cdv (but not 755c) | |||
The ], also known as the ], is either a command-line interface (CLI), a graphical user interface (GUI), or controls attached to the associated hardware, which is common for embedded systems. For desktop systems, the default user interface is usually graphical, although the CLI is commonly available through ] windows or on a separate ]. | |||
---------------------------------------------------------- | |||
CLI shells are text-based user interfaces, which use text for both input and output. The dominant shell used in Linux is the ] (bash), originally developed for the GNU Project; ] such as ] are also used.<ref>{{Cite web |title=What are the Different Types of Shells in Linux? {{!}} DigitalOcean |url=https://www.digitalocean.com/community/tutorials/different-types-of-shells-in-linux |access-date=2024-11-17 |website=www.digitalocean.com |language=en}}</ref><ref>{{Cite web |title=Understanding Linux Shells |url=https://www.hivelocity.net/kb/understanding-linux-shells/ |access-date=2024-11-17 |website=Hivelocity Hosting |language=en-US}}</ref> Most low-level Linux components, including various parts of the ], use the CLI exclusively. The CLI is particularly suited for automation of repetitive or delayed tasks and provides very simple ]. | |||
Microsoft and IBM are in the process of solving the following | |||
] running the ] desktop environment]] | |||
known problems: | |||
] running the ] desktop environment]] | |||
On desktop systems, the most popular user interfaces are the ]s, packaged together with extensive ]s, such as ], ], ], ], ], ], and ], though a variety of additional user interfaces exist. Most popular user interfaces are based on the X Window System, often simply called "X" or "X11". It provides ] and permits a graphical application running on one system to be displayed on another where a user may interact with the application; however, certain extensions of the X Window System are not capable of working over the network.<ref>{{cite web |url = https://lwn.net/Articles/553415/ |title = The Wayland Situation: Facts About X vs. Wayland (Phoronix) |date = June 8, 2013 |access-date = October 11, 2013 |publisher = ] |author = Jake Edge |url-status=live |archive-url = https://web.archive.org/web/20131022030529/http://lwn.net/Articles/553415/ |archive-date = October 22, 2013 |df = mdy-all }}</ref> Several X display servers exist, with the reference implementation, ], being the most popular.] ]]] | |||
Several types of ]s exist for X11, including ], ], ], and ]. Window managers provide means to control the placement and appearance of individual application windows, and interact with the X Window System. Simpler ]s such as ], ], or ] provide a ] functionality, while more elaborate window managers such as ], ], or ] provide more features such as a built-in ] and ], but are still lightweight when compared to desktop environments. Desktop environments include window managers as part of their standard installations, such as ] (GNOME), ] (KDE), or ] (xfce), although users may choose to use a different window manager if preferred. | |||
Wayland is a display server protocol intended as a replacement for the X11 protocol; {{As of|2022|lc=yes}}, it has received relatively wide adoption.<ref>{{Cite web | last=Miller | first=Matthew | url=https://fedoramagazine.org/announcing-fedora-36/ | title=Announcing Fedora 36 | access-date=2022-10-28 | date=May 6, 2022 | archive-date=August 2, 2022 | archive-url=https://web.archive.org/web/20220802155254/https://fedoramagazine.org/announcing-fedora-36/ | url-status=live }}</ref> Unlike X11, Wayland does not need an external window manager and compositing manager. Therefore, a Wayland compositor takes the role of the display server, window manager, and compositing manager. Weston is the reference implementation of Wayland, while GNOME's Mutter and KDE's KWin are being ported to Wayland as standalone display servers. Enlightenment has already been successfully ported since version 19.<ref>{{Cite web |last=Leiva-Gomez |first=Miguel |date=May 18, 2023 |title=What Is Wayland and What Does It Mean for Linux Users? |url=https://www.maketecheasier.com/what-is-wayland/ |access-date=June 18, 2024 |website=www.maketecheasier.com |language=en-US |archive-date=January 27, 2021 |archive-url=https://web.archive.org/web/20210127202354/https://www.maketecheasier.com/what-is-wayland/ |url-status=live }}</ref> Additionally, many window managers have been made for Wayland, such as Sway or Hyprland, as well as other graphical utilities such as Waybar or Rofi. | |||
1. Mwave is lost if you have more than 8 MB of memory. | |||
- IBM has updated drivers available. | |||
=== Video input infrastructure === | |||
If you install Windows 98 Second Edition in a | |||
{{Main|Video4Linux}} | |||
different folder, Mwave will not work unless you | |||
reinstall the Mwave drivers using IBM Mwave Setup | |||
program disks. This is by design. The Windows 3.1 | |||
drivers are required to run the Mwave chip. | |||
Linux currently has two modern kernel-userspace APIs for handling video input devices: ] API for video streams and radio, and ] API for digital TV reception.<ref>{{cite web | url = http://linuxtv.org/ | title = Linux TV: Television with Linux | access-date = October 16, 2013 | publisher = linuxtv.org | url-status=live | archive-url = https://web.archive.org/web/20131106185814/http://linuxtv.org/ | archive-date = November 6, 2013 | df = mdy-all }}</ref> | |||
2. If you install Windows 98 Second Edition in the same | |||
folder that contains your current version of Windows, | |||
Mwave will continue to function. | |||
Due to the complexity and diversity of different devices, and due to the large number of formats and standards handled by those APIs, this infrastructure needs to evolve to better fit other devices. Also, a good userspace device library is the key to the success of having userspace applications to be able to work with all formats supported by those devices.<ref>{{cite web | url = https://lwn.net/Articles/203924/ | title = The Video4Linux2 API: an introduction | date = October 11, 2006 | access-date = October 16, 2013 | author = Jonathan Corbet | publisher = ] | url-status=live | archive-url = https://web.archive.org/web/20131007115957/http://lwn.net/Articles/203924/ | archive-date = October 7, 2013 | df = mdy-all }}</ref><ref>{{cite web | url = http://linuxtv.org/downloads/v4l-dvb-apis/compat.html | title = Part I. Video for Linux Two API Specification | work = Chapter 7. Changes | access-date = October 16, 2013 | publisher = linuxtv.org | url-status=dead | archive-url = https://web.archive.org/web/20131017050817/http://linuxtv.org/downloads/v4l-dvb-apis/compat.html | archive-date = October 17, 2013 | df = mdy-all }}</ref> | |||
3. Device Manager indicates problems with the infrared port. | |||
- IBM is updating the Infrared virtual device driver (VxD) | |||
so that it works correctly. | |||
== Development == | |||
4. Docking is not supported. | |||
] standard) but does not share non-free source code with the original ] or Minix.]] | |||
- IBM should soon release fixes to its Plug and | |||
{{Main|Linux distribution|Free software}} | |||
Play BIOS, which enables full Windows 98 Plug and | |||
Play and docking support. For updates to the System | |||
Program Service Diskette for your model of ThinkPad, | |||
check the IBM bulletin board. See your hardware | |||
documentation for information about accessing the | |||
bulletin board. | |||
The primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used.<ref name="MarketShare09NOV">{{cite web|url = http://marketshare.hitslink.com/operating-system-market-share.aspx?qprid=8|title = Operating System Market Share|access-date = December 11, 2009|last = Operating System Market Share|date = November 2009|url-status=live|archive-url = https://web.archive.org/web/20100125022803/http://marketshare.hitslink.com/operating-system-market-share.aspx?qprid=8|archive-date = January 25, 2010|df = mdy-all}}</ref> Some ] and ] are based on the principle of ], a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the GNU General Public License (GPL), is a form of copyleft and is used for the Linux kernel and many of the components from the GNU Project.<ref>{{Cite web |title=What is Copyleft? - GNU Project - Free Software Foundation |url=https://www.gnu.org/licenses/copyleft.en.html |url-status=live |archive-url=https://web.archive.org/web/20151006133153/https://www.gnu.org/licenses/copyleft.en.html |archive-date=October 6, 2015 |access-date=2020-05-12 |website=www.gnu.org |language=en}}</ref> | |||
5. There are power management problems with the | |||
Suspend and Resume commands. | |||
- If you have a 1994 BIOS, you can usually resolve | |||
these problems by upgrading to the latest Flash BIOS | |||
revision from 1995. You can find it on CompuServe, | |||
ThinkPad forum, or on the IBM bulletin board. See | |||
your IBM hardware documentation for information about | |||
accessing the bulletin board. | |||
Linux-based distributions are intended by developers for ] with other operating systems and established computing standards. Linux systems adhere to POSIX,<ref>{{cite web | url = http://www.ukuug.org/newsletter/linux-newsletter/linux@uk21/posix.shtml | title = POSIX.1 (FIPS 151-2) Certification | url-status=live | archive-url = https://web.archive.org/web/20120226091425/http://www.ukuug.org/newsletter/linux-newsletter/linux@uk21/posix.shtml | archive-date = February 26, 2012 | df = mdy-all }}</ref> ] (SUS),<ref>{{cite web | title = How source code compatible is Debian with other Unix systems? | url = http://www.debian.org/doc/FAQ/ch-compat.en.html#s-otherunices | work = Debian FAQ | publisher = the Debian project | url-status=live | archive-url = https://web.archive.org/web/20111016004547/http://www.debian.org/doc/FAQ/ch-compat.en.html#s-otherunices | archive-date = October 16, 2011 | df = mdy-all }}</ref> ] (LSB), ], and ] standards where possible, although to date only one Linux distribution has been POSIX.1 certified, Linux-FT.<ref>{{cite web |url=http://www.linuxjournal.com/article/0131 |title=Certifying Linux |last=Eissfeldt |first=Heiko |date=August 1, 1996 |publisher=Linux Journal |archive-url=https://web.archive.org/web/20160404122450/http://www.linuxjournal.com/article/0131 |archive-date=April 4, 2016}}</ref><ref>{{cite web |url=http://www.debian.org/doc/FAQ/ch-compat.en.html |title=The Debian GNU/Linux FAQ – Compatibility issues |archive-url=https://web.archive.org/web/20111010111215/http://www.debian.org/doc/FAQ/ch-compat.en.html |archive-date=October 10, 2011 |access-date=September 17, 2011}}</ref> | |||
6. Using Mwave versions earlier than 1.2 can cause problems. | |||
- Bugs in earlier versions of Mwave can cause serious | |||
problems when Mwave is run on Windows 98 Second Edition. | |||
For more information, call the IBM PC HelpCenter. | |||
Free software projects, although developed through ], are often produced independently of each other. The fact that the software licenses explicitly permit redistribution, however, provides a basis for larger-scale projects that collect the software produced by stand-alone projects and make it available all at once in the form of a Linux distribution. | |||
Many Linux distributions manage a remote collection of system software and application software packages available for download and installation through a network connection. This allows users to adapt the operating system to their specific needs. Distributions are maintained by individuals, loose-knit teams, volunteer organizations, and commercial entities. A distribution is responsible for the default configuration of the installed Linux kernel, general system security, and more generally integration of the different software packages into a coherent whole. Distributions typically use a package manager such as ], ], ], ] or ] to install, remove, and update all of a system's software from one central location.<ref>{{Cite web|title=The evolution of package managers|url=https://opensource.com/article/18/7/evolution-package-managers|last=comments|first=26 Jul 2018 Steve OvensFeed 151up 9|website=Opensource.com|language=en|access-date=2020-05-12|archive-date=July 26, 2018|archive-url=https://web.archive.org/web/20180726211300/https://opensource.com/article/18/7/evolution-package-managers|url-status=live}}</ref> | |||
IBM ThinkPad Dock II | |||
-------------------- | |||
=== Community === | |||
If you use IBM ThinkPad Dock II, disable the BIOS | |||
{{See also|Free software movement|Linux user group}} | |||
for the Adaptec 1530P SCSI controller in the docking | |||
station before you start your computer when it is | |||
docked. If you do not, your computer will freeze | |||
repeatedly. This controller works fine in protected | |||
mode even without the BIOS enabled, so you should not | |||
lose access to any SCSI devices. | |||
A distribution is largely driven by its developer and user communities. Some vendors develop and fund their distributions on a volunteer basis, ] being a well-known example. Others maintain a community version of their commercial distributions, as ] does with ], and ] does with ].<ref>{{Cite web|url=http://getfedora.org/|title=Get Fedora|website=getfedora.org|language=en|access-date=2020-02-24|archive-date=July 11, 2020|archive-url=https://web.archive.org/web/20200711030627/https://getfedora.org/|url-status=live}}</ref><ref>{{Cite web|url=https://www.opensuse.org/|title=The makers' choice for sysadmins, developers and desktop users.|last=design|first=Cynthia Sanchez: front-end and UI, Zvezdana Marjanovic: graphic|website=openSUSE|access-date=2020-02-24|archive-date=August 5, 2005|archive-url=https://web.archive.org/web/20050805025740/https://www.opensuse.org/|url-status=live}}</ref> | |||
>>>To disable the BIOS: | |||
In many cities and regions, local associations known as ]s (LUGs) seek to promote their preferred distribution and by extension free software. They hold meetings and provide free demonstrations, training, technical support, and operating system installation to new users. Many Internet communities also provide support to Linux users and developers. Most distributions and free software / open-source projects have ] chatrooms or ]s. ] are another means of support, with notable examples being ],<ref>{{cite book |last1=Inshanally |first1=Philip |title=CompTIA Linux+ Certification Guide: A comprehensive guide to achieving LX0-103 and LX0-104 certifications with mock exams |date=26 September 2018 |publisher=Packt Publishing Ltd |isbn=978-1-78934-253-6 |pages=180 |url=https://books.google.com/books?id=08JwDwAAQBAJ |language=en}}</ref><ref>{{cite book |last1=Barrett |first1=Daniel J. |title=Linux kurz & gut: Die wichtigen Befehle |date=27 August 2024 |publisher=O'Reilly |isbn=978-3-96010-868-9 |pages=61 |url=https://books.google.com/books?id=6aAXEQAAQBAJ |language=de}}</ref> ] and the various distribution-specific support and community forums, such as ones for ], Fedora, ], ], etc. Linux distributions host ]s; commonly there will be a specific topic such as usage or development for a given list. | |||
1. Restart your computer while it is docked. | |||
There are several technology websites with a Linux focus. Print magazines on Linux often bundle ]s that carry software or even complete Linux distributions.<ref>{{cite web | url=http://www.linuxformat.co.uk/dvd/ | title=Linux Format DVD contents | author=] | access-date=January 17, 2008 |archive-url = https://web.archive.org/web/20080808113845/http://www.linuxformat.co.uk/dvd/|archive-date=August 8, 2008 }}</ref><ref>{{cite web | url=http://www.linux-magazine.com/resources/current_issue | title=Current Issue | author=linux-magazine.com | access-date=January 17, 2008 | author-link=Linux Magazine | url-status=dead | archive-url=https://web.archive.org/web/20080110033853/http://www.linux-magazine.com/resources/current_issue | archive-date=January 10, 2008 | df=mdy-all }}</ref> | |||
2. Press CTRL+A to start the Adaptec SCSISelect utility. | |||
Although Linux distributions are generally available without charge, several large corporations sell, support, and contribute to the development of the components of the system and free software. An analysis of the Linux kernel in 2017 showed that well over 85% of the code was developed by programmers who are being paid for their work, leaving about 8.2% to unpaid developers and 4.1% unclassified.<ref name = "Linux Foundation 2021-11-14">{{Cite web|title=State of Linux Kernel Development 2017|url=https://www.linuxfoundation.org/tools/state-of-linux-kernel-development-2017/|access-date=2021-11-14|website=Linux Foundation|language=en-US|archive-date=November 14, 2021|archive-url=https://web.archive.org/web/20211114072617/https://www.linuxfoundation.org/tools/state-of-linux-kernel-development-2017/|url-status=live}}</ref> Some of the major corporations that provide contributions include ], ], ], ], ], and ].<ref name="Linux Foundation 2021-11-14" /> Several corporations, notably Red Hat, ], and ] have built a significant business around Linux distributions. | |||
3. Choose Configure/View Host Adapter Settings. | |||
The ]s, on which the various software packages of a distribution built on the Linux kernel are based, explicitly accommodate and encourage commercialization; the relationship between a Linux distribution as a whole and individual vendors may be seen as ]. One common ] of commercial suppliers is charging for support, especially for business users. A number of companies also offer a specialized business version of their distribution, which adds proprietary support packages and tools to administer higher numbers of installations or to simplify administrative tasks.<ref>{{Cite web |title=From Freedom to Profit: Red Hat's Latest Move - An In-Depth Review of its Impact on Free Software and Open Source Values |url=https://www.linuxcareers.com/resources/blog/2023/07/from-freedom-to-profit-how-red-hats-latest-move-reveals-a-shift-in-free-software-and-open-source-v/ |access-date=2024-11-16 |website=Linux Careers |language=en}}</ref> | |||
4. Choose Advanced Configuration Options. | |||
Another business model is to give away the software to sell hardware. This used to be the norm in the computer industry, with operating systems such as ], ], and versions of the ] before 7.6 freely copyable (but not modifiable). As computer hardware standardized throughout the 1980s, it became more difficult for hardware manufacturers to profit from this tactic, as the OS would run on any manufacturer's computer that shared the same architecture.<ref>{{Cite web |last=Thompson |first=Ben |date=2020-11-11 |title=Apple’s Shifting Differentiation |url=https://stratechery.com/2020/apples-shifting-differentiation/ |access-date=2024-12-17 |website=Stratechery by Ben Thompson |language=en-US}}</ref><ref>{{Cite web |last=Equity |first=International Brand |date=2024-05-28 |title=Apple Business Model Analysis |url=https://www.internationalbrandequity.com/apple-business-model-analysis/ |access-date=2024-12-17 |website=International Brand Equity (IBE) |language=en-US}}</ref> | |||
5. Change the setting for Host Adapter BIOS to Disabled. | |||
=== Programming on Linux === | |||
6. Press ESC until you are prompted to exit the utility. | |||
Most ]s support Linux either directly or through third-party community based ].<ref>{{cite web |url=https://gcc.gnu.org/GFortran |title=gfortran — the GNU Fortran compiler, part of GCC |website=GNU GCC |access-date=3 May 2020 |archive-date=April 18, 2020 |archive-url=https://web.archive.org/web/20200418073603/http://gcc.gnu.org/GFortran |url-status=live }}</ref> The original development tools used for building both Linux applications and operating system programs are found within the ], which includes the ] (GCC) and the ]. Amongst others, GCC provides compilers for ], ], ], ] and ]. Many programming languages have a cross-platform reference implementation that supports Linux, for example ], ], ], ], ], ], ] and ]. First released in 2003, the ] project provides an alternative cross-platform open-source compiler for many languages. ] compilers for Linux include the ], ], and ]. ] is available in ] form from ], ], ], ], ], ], ], ], and ], as well as ] through ], ], B4X, ], Phoenix Object Basic, ], ProvideX, ], ] and ]. ] is implemented through ], ], and ], as well as graphically via ], ], or ] using ] (previously through ]).<ref>{{Cite web |title=GCC, the GNU Compiler Collection |url=https://www.gnu.org/software/gcc/libstdc++/ |archive-url=http://web.archive.org/web/20240827181824/https://www.gnu.org/software/gcc/libstdc++/ |archive-date=2024-08-27 |access-date=2024-12-17 |website=www.gnu.org |language=en}}</ref><ref>{{Cite web |title=GCC vs. Clang/LLVM: An In-Depth Comparison of C/C++ Compilers |url=https://www.alibabacloud.com/blog/gcc-vs--clangllvm-an-in-depth-comparison-of-cc%2B%2B-compilers_595309}}</ref> | |||
When you exit, the computer will restart. | |||
A common feature of Unix-like systems, Linux includes traditional specific-purpose programming languages targeted at ], text processing and system configuration and management in general. Linux distributions support ]s, ], ] and ]. Many programs also have an embedded programming language to support configuring or programming themselves. For example, ]s are supported in programs like ] and ], the traditional Unix message transfer agent ] contains its own ] scripting system, and the advanced text editor ] is built around a general purpose ] interpreter.<ref>{{Cite web |last=Das |first=Shakti |date=2023-10-01 |title=Understanding Regular Expressions in Shell Scripting |url=https://learnscripting.org/understanding-regular-expressions-in-shell-scripting/ |access-date=2024-12-17 |website=Learn Scripting |language=en-US}}</ref><ref>{{Cite web |date=2020-03-11 |title=Regular Expressions in Grep (Regex) |url=https://linuxize.com/post/regular-expressions-in-grep/ |access-date=2024-12-17 |website=linuxize.com |language=en-us}}</ref><ref>{{Cite web |title=Sculpting text with regex, grep, sed and awk |url=https://matt.might.net/articles/sculpting-text/ |access-date=2024-12-17 |website=matt.might.net}}</ref> | |||
Another solution is to disable the BIOS completely, | |||
thus enabling the adapter to run completely in Plug | |||
and Play mode. The BIOS resources are allocated | |||
dynamically at Windows 98 startup. However, this | |||
solution requires that you change a DIP switch inside | |||
the dock station. For details about disabling the SCSI | |||
adapter BIOS, refer to your Dock II manual. | |||
Most distributions also include support for ], ], ], ] and other ]. While not as common, Linux also supports ] and other ] ] (via ]), ], and ]. ] acts as an ] targeting the GNU system utilities, seeking to make the conventionally small, ], compiled C programs of ] rapidly and dynamically extensible via an elegant, ] high-level scripting system; many GNU programs can be compiled with optional Guile ] to this end. A number of ]s and development kits run on Linux, including the original Sun Microsystems JVM (]), and IBM's J2SE RE, as well as many open-source projects like ] and ]; ], ], ] and other ] are also available. | |||
] and ] are popular desktop environments and provide a framework for developing applications. These projects are based on the ] and ] widget toolkits, respectively, which can also be used independently of the larger framework. Both support a wide variety of languages. There are ] of ]s available including ], ], ], ], ], ], ], ], ], ], and ], while the long-established editors ], ] and ] remain popular.<ref>{{cite web | first = Joe | last = Brockmeier | title = A survey of Linux Web development tools | url = http://programming.linux.com/programming/05/10/03/1828224.shtml?tid=63&tid=47 | access-date = December 16, 2006 | url-status=dead | archive-url = https://web.archive.org/web/20061019021449/http://programming.linux.com/programming/05/10/03/1828224.shtml?tid=63&tid=47 | archive-date = October 19, 2006 | df = mdy-all }}</ref> | |||
Micron M5-PI Series (P-60, P-66) | |||
-------------------------------- | |||
== Hardware support == | |||
Before you install Windows 98 Second Edition, make | |||
] | |||
sure the BIOS read/write jumper (W22) is set to the | |||
{{See also|List of Linux-supported computer architectures}} | |||
read-only position. If you try to install Windows 98 | |||
Second Edition with this jumper in the read\write | |||
position, it may cause BIOS corruption. For more | |||
information, contact Micron Technologies. | |||
The Linux kernel is a widely ported operating system kernel, available for devices ranging from mobile phones to supercomputers; it runs on a highly diverse range of ]s, including ]-based Android smartphones and the ] mainframes. Specialized distributions and kernel forks exist for less mainstream architectures; for example, the ] kernel ] can run on ] or ] 16-bit microprocessors,<ref>{{Cite web |last=Intel |first=Altus |date=2024-09-25 |title=Elks 0.8 Released: Linux for 16-bit Intel CPUs |url=https://www.altusintel.com/public-yycw20/?tt=1727291705 |access-date=2024-11-16 |website=Altus Intel |language=en-AU}}</ref> while the ] kernel fork may run on systems without a ].<ref>{{Cite web |date=2019-06-26 |title=UClinux |url=https://community.intel.com/t5/FPGA-Wiki/UClinux/ta-p/735614 |access-date=2024-11-16 |website=community.intel.com |language=en}}</ref> The kernel also runs on architectures that were only ever intended to use a proprietary manufacturer-created operating system, such as ] computers<ref>{{Cite web|last=Das|first=Ankush|date=2021-01-21|title=Finally! Linux Runs Gracefully On Apple M1 Chip|url=https://news.itsfoss.com/linux-apple-m1/|access-date=2021-11-13|website=It's FOSS News|language=en-US|archive-date=November 13, 2021|archive-url=https://web.archive.org/web/20211113113053/https://news.itsfoss.com/linux-apple-m1/|url-status=live}}</ref><ref>{{Cite news|last=Jimenez|first=Jorge|date=2021-10-08|title=Developers finally get Linux running on an Apple M1-powered Mac|language=en|work=PC Gamer|url=https://www.pcgamer.com/developers-finally-get-linux-running-on-an-apple-m1-powered-mac/|access-date=2021-11-13|archive-date=January 11, 2023|archive-url=https://web.archive.org/web/20230111042438/https://www.pcgamer.com/developers-finally-get-linux-running-on-an-apple-m1-powered-mac/|url-status=live}}</ref> (with ], ], and ] processors), ], ]s, ], and mobile phones. | |||
Linux has a reputation for supporting old hardware very well by maintaining standardized drivers for a long time.<ref>{{Cite web |last=Proven |first=Liam |date=2022-11-10 |title=OpenPrinting keeps old printers working, even on Windows |url=https://www.theregister.com/2022/11/10/openprinting_keeps_old_printers_working/ |access-date=2023-01-07 |website=] |language=en |archive-date=January 7, 2023 |archive-url=https://web.archive.org/web/20230107164300/https://www.theregister.com/2022/11/10/openprinting_keeps_old_printers_working/ |url-status=live }}</ref> There are several industry associations and hardware ] devoted to maintaining and improving support for diverse hardware under Linux, such as ]. Over time, support for different hardware has improved in Linux, resulting in any off-the-shelf purchase having a "good chance" of being compatible.<ref>{{cite web |url=http://www.linux.com/news/hardware/drivers/8203-is-my-hardware-linux-compatible-find-out-here |title=Is my hardware Linux-compatible? Find out here |date=August 14, 2007 |author=Bruce Byfield |website=Linux.com |access-date=September 4, 2015 |url-status=live |archive-url=https://web.archive.org/web/20150905214148/http://www.linux.com/news/hardware/drivers/8203-is-my-hardware-linux-compatible-find-out-here |archive-date=September 5, 2015}}</ref> | |||
Micron P90/100 | |||
--------------- | |||
In 2014, a new initiative was launched to automatically collect a database of all tested hardware configurations.<ref name="linuxhw">{{cite web | url = https://linux-hardware.org/ | title = Linux Hardware | access-date = 2020-06-26 | publisher = Linux Hardware Project | archive-date = January 26, 2021 | archive-url = https://web.archive.org/web/20210126054431/https://linux-hardware.org/ | url-status = live }}</ref> | |||
Before you install Windows 98 Second Edition, make sure | |||
your BIOS version is N15 or later. For more information, | |||
contact Micron Technologies. | |||
== Uses == | |||
{{Main|Linux range of use}} | |||
== Market share and uptake == | |||
{{Main|Linux adoption}} | |||
------------------------------ | |||
{{See also|Usage share of operating systems}} | |||
Many quantitative studies of free/open-source software focus on topics including market share and reliability, with numerous studies specifically examining Linux.<ref>{{cite web | first = David A | last = Wheeler | url = http://www.dwheeler.com/oss_fs_why.html | title = Why Open Source Software/Free Software (OSS/FS)? Look at the Numbers! | access-date = April 1, 2006 | url-status=live | archive-url = https://web.archive.org/web/20060405112628/http://www.dwheeler.com/oss_fs_why.html | archive-date = April 5, 2006 | df = mdy-all }}</ref> The Linux market is growing, and the Linux operating system market size is expected to see a growth of 19.2% by 2027, reaching $15.64 billion, compared to $3.89 billion in 2019.<ref>{{Cite web|title=Linux Operating System Market Size, Share and Forecast |url=https://www.fortunebusinessinsights.com/linux-operating-system-market-103037|access-date=2021-11-12|website=www.fortunebusinessinsights.com|archive-date=November 12, 2021|archive-url=https://web.archive.org/web/20211112140435/https://www.fortunebusinessinsights.com/linux-operating-system-market-103037|url-status=live}}</ref> Analysts project a Compound Annual Growth Rate (CAGR) of 13.7% between 2024 and 2032, culminating in a market size of USD 34.90 billion by the latter year.<ref>{{Cite web|title=Linux Operating System Market Size, Share, Trends 2024-2032|url=https://www.expertmarketresearch.com/reports/linux-operating-system-market|access-date=December 25, 2023|website=www.expertmarketresearch.com|archive-date=February 3, 2023|archive-url=https://web.archive.org/web/20230203112541/https://www.expertmarketresearch.com/reports/linux-operating-system-market|url-status=live}}</ref> Analysts and proponents attribute the relative success of Linux to its security, reliability, low cost, and freedom from ].<ref>{{cite web | url = http://www.ca.com/za/news/2005/20051010_linux.htm| archive-url = https://web.archive.org/web/20070217125550/http://www.ca.com/za/news/2005/20051010_linux.htm| archive-date = February 17, 2007| title = The rise and rise of Linux|date=October 10, 2005|publisher=Computer Associates International}}</ref><ref>{{cite web | url = http://www-306.ibm.com/software/info/features/feb152005/ | archive-url = https://web.archive.org/web/20080603232638/http://www-306.ibm.com/software/info/features/feb152005/ | archive-date = June 3, 2008 | title = Why customers are flocking to Linux |author=Jeffrey S. Smith|publisher=IBM}}</ref> | |||
If you use NEC Versa M and AT&T Globalyst, set | |||
the BIOS setting for PCMCIA Power to Enabled before | |||
running the PC Card (PCMCIA) wizard to enable the | |||
Windows 98 PCMCIA support. The default setting | |||
is disabled. | |||
; Desktops and laptops | |||
>>>To enable the PCMCIA Power setting: | |||
: According to ] (that is, based on the numbers recorded from visits to websites by client devices), in October 2024, the estimated market share of Linux on ]s was around 4.3%. In comparison, ] had a market share of around 73.4%, while ] covered around 15.5%.<ref name="statcounter-desktop" /> | |||
; Web servers | |||
1. Restart your computer. | |||
: W3Cook publishes stats that use the top 1,000,000 Alexa domains,<ref>{{cite web|title=W3Cook FAQ|url=http://www.w3cook.com/faq/home|website=W3Cook.com|access-date=June 30, 2015|url-status=dead|archive-url=https://web.archive.org/web/20150627014517/http://www.w3cook.com/faq/home|archive-date=June 27, 2015}}</ref> which {{as of|2015|5|lc=yes}} estimate that 96.55% of web servers run Linux, 1.73% run Windows, and 1.72% run FreeBSD.<ref>{{cite web|title=OS Market Share and Usage Trends|url=http://www.w3cook.com/os/summary/|website=W3Cook.com|access-date=June 30, 2015|archive-url = https://web.archive.org/web/20150806093859/http://www.w3cook.com/os/summary//|archive-date = August 6, 2015}}</ref> | |||
2. When the cursor changes to a rectangle, press F1. | |||
:W3Techs publishes stats that use the top 10,000,000 Alexa domains and the top 1,000,000 Tranco domains, updated monthly<ref>{{cite web|title=Technologies Overview - methodology information|url=http://w3techs.com/technologies|website=W3Techs|access-date=June 30, 2015}}</ref> and {{as of|November 2020|lc=true}} estimate that Linux is used by 39% of the web servers, versus 21.9% being used by ].<ref>{{Cite web|title=Linux vs. Windows usage statistics, November 2021|url=https://w3techs.com/technologies/comparison/os-linux,os-windows|access-date=2021-11-14|website=W3Techs |url-status=live |archive-url= https://archive.today/20220330220409/https://w3techs.com/technologies/comparison/os-linux,os-windows |archive-date= 30 March 2022 }}</ref> 40.1% used other types of Unix.<ref>{{Cite web|title=Usage Statistics and Market Share of Unix for Websites, November 2021|url=https://w3techs.com/technologies/details/os-unix|access-date=2021-11-14|website=W3Techs |url-status=live |archive-url=https://archive.today/20210925100010/https://w3techs.com/technologies/details/os-unix |archive-date= 25 September 2021 }}</ref> | |||
3. When the BIOS configuration program is ready, | |||
select Power, and then change the PCMCIA Power | |||
setting to Enabled. | |||
:]'s Q1 2007 report indicated that Linux held 12.7% of the overall server market at that time;<ref name="Linux-watch.com IDC's Q1 2007 report">{{cite web |url=http://www.linux-watch.com/news/NS5369154346.html |title=─ IDC Q1 2007 report |publisher=Linux-watch.com |date=May 29, 2007 |access-date=March 9, 2009 |url-status=dead |archive-url=https://archive.today/20210401200750/https://www.webcitation.org/5mq1DzaMY?url=http://www.linux-watch.com/news/NS5369154346.html |archive-date=April 1, 2021}}</ref> this estimate was based on the number of Linux servers sold by various companies, and did not include server hardware purchased separately that had Linux installed on it later. | |||
4. Save these settings. | |||
As of 2024, estimates suggest Linux accounts for at least 80% of the public cloud workload, partly thanks to its widespread use in platforms like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.<ref>{{Cite web |title=Server Operating System Market Size {{!}} Mordor Intelligence |url=https://www.mordorintelligence.com/industry-reports/server-operating-system-market |access-date=2024-12-17 |website=www.mordorintelligence.com |language=en}}</ref><ref>{{Cite web |title=Worldwide Server Market Summary and Outlook, 4Q23 |url=https://www.idc.com/getdoc.jsp?containerId=US50267124 |access-date=2024-12-17 |website=IDC: The premier global market intelligence company}}</ref><ref>{{Cite web |last=Elad |first=Barry |date=2024-02-03 |title=Linux Statistics 2024 By Market Share, Usage Data, Number Of Users and Facts |url=https://www.enterpriseappstoday.com/stats/linux-statistics.html |access-date=2024-12-17 |website=Enterprise Apps Today |language=en-US}}</ref><blockquote>ZDNet report that 96.3% of the top one million web servers are running Linux.<ref>{{Cite web |title=Linux Statistics 2024 |url=https://truelist.co/blog/linux-statistics/ |access-date=2024-12-17 |website=TrueList |language=en-US}}</ref><ref>{{Cite web |last=Elad |first=Barry |date=2024-02-03 |title=Linux Statistics 2024 By Market Share, Usage Data, Number Of Users and Facts |url=https://www.enterpriseappstoday.com/stats/linux-statistics.html |access-date=2024-12-17 |website=Enterprise Apps Today |language=en-US}}</ref> | |||
W3Techs state that Linux powers at least 39.2% of websites whose operating system is known, with other estimates saying 55%.<ref>{{Cite web |title=Linux Statistics 2024 |url=https://truelist.co/blog/linux-statistics/ |access-date=2024-12-17 |website=TrueList |language=en-US}}</ref><ref>{{Cite web |title=Usage Statistics and Market Share of Linux for Websites, December 2024 |url=https://w3techs.com/technologies/details/os-linux |access-date=2024-12-17 |website=w3techs.com}}</ref></blockquote> | |||
; Mobile devices | |||
: Android, which is based on the Linux kernel, has become the dominant operating system for smartphones. In April 2023, 68.61% of mobile devices accessing websites using ] were from Android.<ref>{{Cite web |title=Mobile Operating System Market Share Worldwide |url=https://gs.statcounter.com/os-market-share/mobile/worldwide |access-date=2023-05-30 |website=StatCounter Global Stats |language=en |archive-date=October 11, 2020 |archive-url=https://web.archive.org/web/20201011012110/https://gs.statcounter.com/os-market-share/mobile/worldwide |url-status=live }}</ref> Android is also a popular operating system for tablets, being responsible for more than 60% of tablet sales {{as of|2013|lc=true}}.<ref>{{Cite news|url = http://www.gartner.com/newsroom/id/2674215|title = Gartner Says Worldwide Tablet Sales Grew 68 Percent in 2013, With Android Capturing 62 Percent of the Market|last = Egham|date = March 3, 2014|access-date = June 13, 2014|url-status=dead|archive-url = https://web.archive.org/web/20140417073251/http://www.gartner.com/newsroom/id/2674215|archive-date = April 17, 2014|df = mdy-all}}</ref> According to web server statistics, {{as of|2021|10|lc=yes}} Android has a market share of about 71%, with ] holding 28%, and the remaining 1% attributed to various niche platforms.<ref>{{cite web|title=Mobile/Tablet Operating System Market Share|url=https://netmarketshare.com/operating-system-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Mobile%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22platform%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22platformsMobile%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-11%22%2C%22dateEnd%22%3A%222020-10%22%2C%22segments%22%3A%22-1000%22%7D|website=Netmarketshare.com|access-date=October 14, 2021|url-status=live|archive-url=https://web.archive.org/web/20210628033222/https://netmarketshare.com/operating-system-market-share.aspx?options=%7B%22filter%22%3A%7B%22%24and%22%3A%5B%7B%22deviceType%22%3A%7B%22%24in%22%3A%5B%22Mobile%22%5D%7D%7D%5D%7D%2C%22dateLabel%22%3A%22Trend%22%2C%22attributes%22%3A%22share%22%2C%22group%22%3A%22platform%22%2C%22sort%22%3A%7B%22share%22%3A-1%7D%2C%22id%22%3A%22platformsMobile%22%2C%22dateInterval%22%3A%22Monthly%22%2C%22dateStart%22%3A%222019-11%22%2C%22dateEnd%22%3A%222020-10%22%2C%22segments%22%3A%22-1000%22%7D|archive-date=June 28, 2021}}</ref> | |||
; Film production | |||
Winbook XP | |||
: For years, Linux has been the platform of choice in the film industry. The first major film produced on Linux servers was 1997's '']''.<ref>{{cite web|last=Strauss|first=Daryll|title=Linux Helps Bring Titanic to Life|url=http://www.linuxjournal.com/article/2494?page=0,0|access-date=July 28, 2011|url-status=dead|archive-url=https://web.archive.org/web/20120112151726/http://www.linuxjournal.com/article/2494?page=0,0|archive-date=January 12, 2012}}</ref><ref>{{cite web|last=Rowe|first=Robin|title=Linux and Star Trek|url=http://www.linuxjournal.com/article/6339|access-date=July 28, 2011|url-status=dead|archive-url=https://web.archive.org/web/20110712200616/http://www.linuxjournal.com/article/6339|archive-date=July 12, 2011}}</ref> Since then major studios including ], ], ], and ] have migrated to Linux.<ref>{{cite web | url = http://www.linuxjournal.com/article/5472 | title = Industry of Change: Linux Storms Hollywood | access-date = March 11, 2009 | url-status = dead | archive-url = https://web.archive.org/web/20090411054311/http://www.linuxjournal.com/article/5472 | archive-date = April 11, 2009 | df = mdy-all }}</ref><ref>{{cite web | url = http://video.fosdem.org/2008/maintracks/FOSDEM2008-tuxwithshades.ogg | title = Tux with Shades, Linux in Hollywood | access-date = March 11, 2009 | archive-date = January 11, 2023 | archive-url = https://web.archive.org/web/20230111042527/https://ftp.heanet.ie/mirrors/fosdem-video/2008/maintracks/FOSDEM2008-tuxwithshades.ogg | url-status = live }}</ref><ref>{{cite web | url = http://www.wetafx.co.nz/jobs/ | title = Weta Digital – Jobs | access-date = November 17, 2010 | url-status = dead | archive-url = https://web.archive.org/web/20101230083916/http://www.wetafx.co.nz/jobs | archive-date = December 30, 2010 | df = mdy-all }}</ref> According to the Linux Movies Group, more than 95% of the servers and desktops at large animation and visual effects companies use Linux.<ref>{{cite web | url = http://www.linuxmovies.org/2011/06/26/linux-movies-hollywood-loves-linux/ | title = LinuxMovies.org – Advancing Linux Motion Picture Technology | access-date = March 16, 2012 | url-status=dead | archive-url = https://web.archive.org/web/20120301232751/http://www.linuxmovies.org/2011/06/26/linux-movies-hollywood-loves-linux/ | archive-date = March 1, 2012 | df = mdy-all }}</ref> | |||
---------- | |||
; Use in government | |||
A problem on the Winbook XP can cause the | |||
: Linux distributions have also gained popularity with various local and national governments. News of the Russian military creating its own Linux distribution has also surfaced, and has come to fruition as the G.H.ost Project.<ref>{{cite web | url = http://www.osor.eu/news/lv-minister-open-standards-improve-efficiency-and-transparency | title = LV: Minister: "Open standards improve efficiency and transparency" | access-date = February 21, 2009 | url-status=live | archive-url = https://web.archive.org/web/20110809142726/http://www.osor.eu/news/lv-minister-open-standards-improve-efficiency-and-transparency | archive-date = August 9, 2011 | df = mdy-all }}</ref> The Indian state of ] has gone to the extent of mandating that all state high schools run Linux on their computers.<ref>{{cite web | url = http://www.businessweek.com/globalbiz/content/sep2006/gb20060921_463452.htm | title = Linux Spreads its Wings in India | access-date = February 21, 2009 | url-status=dead | archive-url = https://web.archive.org/web/20110728114950/http://www.businessweek.com/globalbiz/content/sep2006/gb20060921_463452.htm | archive-date = July 28, 2011 | df = mdy-all }}</ref><ref>{{cite web | url = http://www.indianexpress.com/news/kerala-shuts-windows-schools-to-use-only-linux/280323/0 | title = Kerala shuts windows, schools to use only Linux | date = March 4, 2008 | access-date = June 22, 2009 | url-status=live | archive-url = https://web.archive.org/web/20110515032441/http://www.indianexpress.com/news/kerala-shuts-windows-schools-to-use-only-linux/280323/0 | archive-date = May 15, 2011 | df = mdy-all }}</ref> ] uses Linux exclusively as the operating system for its ] processor family to achieve technology independence.<ref>{{cite web|url=http://www.mdronline.com/watch/watch_Issue.asp?Volname=Issue+%23110308&on=1 |title=China's Microprocessor Dilemma |publisher=] |url-access=subscription |archive-url=https://web.archive.org/web/20090918002910/http://www.mdronline.com/watch/watch_Issue.asp?Volname=Issue%2B%23110308&on=1 |archive-date=September 18, 2009 |url-status=dead |access-date=April 15, 2009 }}</ref> In Spain, some regions have developed their own Linux distributions, which are widely used in education and official institutions, like gnuLinEx in Extremadura and Guadalinex in Andalusia. ] and ] have also taken steps toward the adoption of Linux.<ref>{{cite news | url=http://seattlepi.com/business/48925_linuxop01.shtml | title=Some countries are choosing Linux systems over Microsoft | access-date=February 21, 2009 | work=Seattle Post-Intelligencer | first=Jim | last=Krane | date=November 30, 2001 | url-status=live | archive-url=https://web.archive.org/web/20120315075128/http://www.seattlepi.com/business/article/Some-countries-are-choosing-Linux-systems-over-1073338.php | archive-date=March 15, 2012 | df=mdy-all }}</ref> North Korea's ], developed {{as of|2002|lc=true}}, is based on a version of Fedora Linux.<ref>{{cite news | url = https://www.theguardian.com/world/2015/dec/27/north-koreas-computer-operating-system-revealed-by-researchers | title = North Korea's 'paranoid' computer operating system revealed | access-date = December 31, 2015 | work = The Guardian | date = December 27, 2015 | url-status=live | archive-url = https://web.archive.org/web/20151231021946/http://www.theguardian.com/world/2015/dec/27/north-koreas-computer-operating-system-revealed-by-researchers | archive-date = December 31, 2015 | df = mdy-all }}</ref> | |||
keyboard to function incorrectly. The workaround | |||
is to disable Windows 98 power status polling. | |||
== Copyright, trademark, and naming == | |||
>>>To disable Windows 98 power status polling: | |||
{{See also|GNU/Linux naming controversy|SCO–Linux disputes}} | |||
The Linux kernel is ] under the GNU General Public License (GPL), version 2. The GPL requires that anyone who distributes software based on source code under this license must make the originating source code (and any modifications) available to the recipient under the same terms.<ref>{{cite web | url = https://www.gnu.org/licenses/gpl-2.0.html | title = GNU General Public License, version 2 | date = June 2, 1991 | access-date = December 5, 2013 | publisher = GNU Project | url-status=live | archive-url = https://web.archive.org/web/20131207171309/http://www.gnu.org/licenses/gpl-2.0.html | archive-date = December 7, 2013 | df = mdy-all }}</ref> Other key components of a typical Linux distribution are also mainly licensed under the GPL, but they may use other licenses; many libraries use the ] (LGPL), a more permissive variant of the GPL, and the ] implementation of the X Window System uses the ]. | |||
1. Click Start, point to Settings, click Control | |||
Panel, and then double-click System. | |||
Torvalds states that the Linux kernel will not move from version 2 of the GPL to version 3.<ref>{{cite web | url=https://lkml.org/lkml/2006/1/25/273 | title=Re: GPL V3 and Linux ─ Dead Copyright Holders | author=Torvalds, Linus | date=January 26, 2006 | publisher=] | url-status=live | archive-url=https://web.archive.org/web/20140709004223/https://lkml.org/lkml/2006/1/25/273 | archive-date=July 9, 2014 | df=mdy-all }}</ref><ref>{{cite web | url=https://lkml.org/lkml/2006/9/25/161 | title=Re: GPLv3 Position Statement | author=Torvalds, Linus | date=September 25, 2006 | publisher=] | url-status=live | archive-url=https://web.archive.org/web/20140422105221/http://lkml.org/lkml/2006/9/25/161 | archive-date=April 22, 2014 | df=mdy-all }}</ref> He specifically dislikes some provisions in the new license which prohibit the use of the software in ].<ref>{{cite web | url = https://gnu.org/licenses/quick-guide-gplv3.html#neutralizing-laws-that-prohibit-free-software-but-not-forbidding-drm | title = Neutralizing Laws That Prohibit Free Software — But Not Forbidding DRM | work = A Quick Guide to GPLv3 | date = July 29, 2013 | access-date = December 5, 2013 | author = Brett Smith | publisher = GNU Project | url-status=live | archive-url = https://web.archive.org/web/20131201091449/http://www.gnu.org/licenses/quick-guide-gplv3.html#neutralizing-laws-that-prohibit-free-software-but-not-forbidding-drm | archive-date = December 1, 2013 | df = mdy-all }}</ref> It would also be impractical to obtain permission from all the copyright holders, who number in the thousands.<ref>{{cite web |url=http://www.linux-watch.com/news/NS3301105877.html |archive-url=https://archive.today/20130103161648/http://www.linux-watch.com/news/NS3301105877.html |url-status=dead |archive-date=January 3, 2013 |title=Keeping an Eye on the Penguin |publisher=Linux-watch.com |date=February 7, 2006 |access-date=November 9, 2010 }}</ref> | |||
2. Click Device Manager. | |||
A 2001 study of ] 7.1 found that this distribution contained 30 million ].<ref name = "estimating_size"/> Using the ], the study estimated that this distribution required about eight thousand person-years of development time. According to the study, if all this software had been developed by conventional proprietary means, it would have cost about {{USD}}{{Format price|{{inflation|US-GDP|1080000000|2000}}}}{{Inflation/fn|US-GDP}} to develop in {{Inflation/year|US-GDP}} in the United States.<ref name="estimating_size">{{cite web | first = David A | last = Wheeler | date = July 29, 2002 | url = http://www.dwheeler.com/sloc/redhat71-v1/redhat71sloc.html | title = More Than a Gigabuck: Estimating GNU/Linux's Size | access-date = May 11, 2006 | url-status=dead | archive-url = https://web.archive.org/web/20060421145300/http://dwheeler.com/sloc/redhat71-v1/redhat71sloc.html | archive-date = April 21, 2006 | df = mdy-all }}</ref> Most of the source code (71%) was written in the C programming language, but many other languages were used, including ], ], assembly language, Perl, Python, ], and various ]ing languages. Slightly over half of all lines of code were licensed under the GPL. The Linux kernel itself was 2.4 million lines of code, or 8% of the total.<ref name="estimating_size" /> | |||
3. Click the plus (+) sign next to the System Class | |||
you want to change. | |||
In a later study, the same analysis was performed for Debian version 4.0 (etch, which was released in 2007).<ref>{{cite web | first1 = Juan José | last1 = Amor | date = June 17, 2007 | url = http://libflow.com/d/8drl8n07/Measuring_Etch%3A_The_Size_of_Debian_4.0 | title = Measuring Etch: the size of Debian 4.0 | access-date = September 16, 2007 | display-authors = etal | url-status=live | archive-url = https://web.archive.org/web/20140728033855/http://libflow.com/d/8drl8n07/Measuring_Etch%3A_The_Size_of_Debian_4.0 | archive-date = July 28, 2014 | df = mdy-all }}</ref> This distribution contained close to 283 million source lines of code, and the study estimated that it would have required about seventy three thousand man-years and cost {{USD}}{{Format price|{{inflation|US-GDP|7170186240|2007}}}}{{Inflation/fn|US-GDP}} (in {{Inflation/year|US-GDP}} dollars) to develop by conventional means. <!-- original paper quoted 5358000000 euros, but Misplaced Pages does not have an inflation calculator for euros; converted to USD via June 17, 2007 exchange rate as provided by http://www.bankofcanada.ca/en/rates/exchform.html and double-checked against other sources of historical exchange rates ... it is also more useful to quote the number in dollars, for comparison to other dollar amounts quoted in this article, e.g. the 2001 study above --> | |||
4. Click Advanced Power Management Support, and | |||
then click Settings. | |||
{{Anchor|POWDER}} | |||
5. Make sure that the Disable Power Status Polling | |||
] |last=Stahe |first=Sylviu}}</ref>]] | |||
check box is selected. | |||
In the United States, the name ''Linux'' is a trademark registered to Linus Torvalds.<ref name="US_trademark"/> Initially, nobody registered it. However, on August 15, 1994, William R. Della Croce Jr. filed for the trademark ''Linux'', and then demanded royalties from Linux distributors. In 1996, Torvalds and some affected organizations sued him to have the trademark assigned to Torvalds, and, in 1997, the case was settled.<ref>{{cite web | url = http://www.linuxjournal.com/article/9065 | title = Linux Timeline | publisher = Linux Journal | date = May 31, 2006 | url-status=live | archive-url = https://web.archive.org/web/20130203160342/http://www.linuxjournal.com/article/9065 | archive-date = February 3, 2013 | df = mdy-all }}</ref> The licensing of the trademark has since been handled by the ] (LMI). Torvalds has stated that he trademarked the name only to prevent someone else from using it. LMI originally charged a nominal sublicensing fee for use of the Linux name as part of trademarks,<ref>{{cite news |author=Neil McAllister |title=Linus gets tough on Linux trademark |url=http://www.infoworld.com/article/05/09/05/36OPopenent_1.html |work=] |date=September 5, 2005 |access-date=February 24, 2008 |archive-url=https://web.archive.org/web/20080412055615/http://www.infoworld.com/article/05/09/05/36OPopenent_1.html |archive-date=April 12, 2008}}</ref> but later changed this in favor of offering a free, perpetual worldwide sublicense.<ref>{{cite web | url = http://www.linuxmark.org | title = Linux Mark Institute | access-date = February 24, 2008 | quote = LMI has restructured its sublicensing program. Our new sublicense agreement is: Free – approved sublicense holders pay no fees; Perpetual – sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide – one sublicense covers your use of the mark anywhere in the world | url-status=live | archive-url = https://web.archive.org/web/20080213024227/http://www.linuxmark.org/ | archive-date = February 13, 2008 | df = mdy-all }}</ref> | |||
6. Click OK to save your changes. | |||
] sometimes is stylized with incorporation of the ] logo]] | |||
The Free Software Foundation (FSF) prefers ''GNU/Linux'' as the name when referring to the operating system as a whole, because it considers Linux distributions to be ] of the GNU operating system initiated in 1983 by ], president of the FSF.<ref name="gnu_linux_faq">{{cite web | url = https://www.gnu.org/gnu/gnu-linux-faq.html | title = GNU/Linux FAQ | publisher = Gnu.org | access-date = September 1, 2013 | url-status=live | archive-url = https://web.archive.org/web/20130907132420/http://www.gnu.org/gnu/gnu-linux-faq.html | archive-date = September 7, 2013 | df = mdy-all }}</ref><ref name="linux-and-gnu"/> The foundation explicitly takes no issue over the name Android for the Android OS, which is also an operating system based on the Linux kernel, as GNU is not a part of it. | |||
A minority of public figures and software projects other than Stallman and the FSF, notably distributions consisting of only free software, such as Debian (which had been sponsored by the FSF up to 1996),<ref>{{cite web |url=http://tech-insider.org/free-software/research/1996/0428.html |title=The FSF is no longer sponsoring Debian |date=April 28, 1996 |access-date=February 8, 2014 |author=Richard Stallman |publisher=tech-insider.org |url-status=live |archive-url=https://web.archive.org/web/20140221230241/http://tech-insider.org/free-software/research/1996/0428.html |archive-date=February 21, 2014}}</ref> also use ''GNU/Linux'' when referring to the operating system as a whole.<ref name="tivo">{{cite web | url = http://www.tivo.com/linux/linux.asp | title = TiVo ─ GNU/Linux Source Code |access-date=December 12, 2006 |archive-url=https://web.archive.org/web/20070519150730/http://www.tivo.com/linux/linux.asp |archive-date=May 19, 2007}}</ref><ref>{{cite web |url=http://www.debian.org/intro/about |title=About Debian |publisher=debian.org |date=December 8, 2013 |access-date=January 30, 2014 |url-status=live |archive-url=https://web.archive.org/web/20140123071309/http://www.debian.org/intro/about |archive-date=January 23, 2014}}</ref><ref>{{cite web |url=http://vger.kernel.org/lkml/#s1-1 |title=The linux-kernel mailing list FAQ |author1=Andrew D. Balsa |display-authors=et al|date=October 17, 2009 |website=vger.kernel.org |archive-url=https://web.archive.org/web/20121001231709/http://vger.kernel.org/lkml/ |archive-date=October 1, 2012 |url-status=live |access-date=June 13, 2013 |quote=...we have tried to use the word "Linux" or the expression "Linux kernel" to designate the kernel, and GNU/Linux to designate the entire body of GNU/GPL'ed OS software,... ...many people forget that the linux kernel mailing list is a forum for discussion of kernel-related matters, not GNU/Linux in general...}}</ref> Most media and common usage, however, refers to this family of operating systems simply as ''Linux'', as do many large Linux distributions (for example, ] and ]). | |||
{{As of|2011|May}}, about 8% to 13% of the ] of the Linux distribution Ubuntu (version "Natty") is made of GNU components (the range depending on whether GNOME is considered part of GNU); meanwhile, 6% is taken by the Linux kernel, increased to 9% when including its direct dependencies.<ref name="how-much-gnu">{{cite web|url=http://pedrocr.pt/text/how-much-gnu-in-gnu-linux/|title=How much GNU is there in GNU/Linux?|last=Côrte-Real|first=Pedro|date=May 31, 2011|work=Split Perspective|access-date=January 28, 2014|url-status=live|archive-url=https://web.archive.org/web/20140207120339/http://pedrocr.pt/text/how-much-gnu-in-gnu-linux/|archive-date=February 7, 2014}} (] data)</ref> | |||
HP OmniBook 600C | |||
---------------- | |||
== See also == | |||
The Omnibook PCMCIA controller is supported | |||
{{Portal bar|Free and open-source software|Linux}} | |||
via special drivers in the Drivers folder on | |||
the CD version of Windows 98 Second Edition, or | |||
via the Windows Drivers Library (WDL) on various | |||
online services. In the Drivers folder on the CD, | |||
refer to the Readme file for installation instructions. | |||
{{Div col|colwidth=25em}} | |||
The OmniBook also requires a special mouse driver for | |||
* ] | |||
Windows 98. Windows 98 Second Edition Setup preserves | |||
* ] | |||
and uses this driver when you upgrade from an earlier | |||
* ] | |||
version of Windows. If you installed Windows 98 Second | |||
* ] | |||
Edition in a new folder on an OmniBook, copy the HP | |||
* ] | |||
Obmouse.drv file into the Windows 98\System folder, | |||
* ] | |||
and then change the following lines in your System.ini | |||
* ] | |||
file: | |||
* ] | |||
* ] | |||
* ] | |||
* ] | |||
* ] | |||
* ] | |||
* ] | |||
* ] | |||
{{div col end}} | |||
== Notes == | |||
{{Notelist}} | |||
mouse.drv=obmouse.drv | |||
== References == | |||
{{reflist}} | |||
mouse=*vmd | |||
== External links == | |||
{{Sister project links}} | |||
* (archived) | |||
* | |||
* (archived) | |||
{{Linux}} | |||
DEC Hi Note Ultra | |||
{{Linux people}} | |||
------------------ | |||
{{Linux distributions}} | |||
{{Unix}} | |||
{{FOSS}} | |||
{{Operating system}} | |||
{{Authority control}} | |||
There are known problems with PCMCIA under older | |||
BIOS versions on this machine. If your PC Card | |||
(PCMIA) is not correctly recognized, update your | |||
BIOS to a version later than 1.3. | |||
] | |||
] | |||
Acer AcerNotes | |||
] | |||
-------------- | |||
] | |||
] | |||
You may hear a low tone when you insert your | |||
] | |||
PC Card after you activate the 32-bit PC Card | |||
] | |||
drivers. If this happens, remove the EMMExclude | |||
] | |||
line from the System.ini file and the exclude range | |||
] | |||
data from the EMM386 line in the Config.sys file. | |||
] | |||
If you still get a low tone, complete the following | |||
procedure: | |||
>>>To eliminate the tone: | |||
1. Click Start, point to Settings, click Control | |||
Panel, and then double-click PC Card. | |||
2. Click Global Settings, and then make sure that | |||
the Automatic Selection check box is cleared. | |||
3. Set the valid range to start at 000D0000 and | |||
end at 000DFFFF. | |||
DEC Venturis and Media Vision Audio Cards | |||
----------------------------------------- | |||
There are known problems with certain combinations of | |||
the DEC Venturis and Media Vision audio cards. | |||
>>>If you experience problems: | |||
1. Click Start, point to Settings, click Control Panel, | |||
and then double-click System. | |||
2. Click Device Manager. | |||
3. Under Sound, Video and Game Controllers, click | |||
Media Vision Pro Audio Spectrum 16/Studio with SCSI. | |||
4. Click Settings. | |||
5. Make sure the Enable Warm Boot check box is cleared. | |||
Zenith NoteFLEX 486DX and PC Cards | |||
----------------------------------- | |||
If your PC cards are not being detected or are | |||
not working correctly with the Windows 98 PCMCIA | |||
drivers, reserve IRQ 10 and the memory range C000-CBFF. | |||
>>>To reserve resources: | |||
1. Click Start, point to Settings, click Control | |||
Panel, and then double-click System. | |||
2. Click Device Manager. | |||
3. Click Computer, and then click Properties. | |||
4. Click Reserve Resources. | |||
5. Click Interrupt Request (IRQ), and then click Add. | |||
6. Type 10, and then click OK. | |||
7. Click Memory, and then click Add. | |||
8. Reserve the memory range C000-CBFF, and then | |||
click OK. | |||
9. Click OK again, and then restart your computer. | |||
Zenith NoteFLEX 486DX and Flexshow Docking Station | |||
-------------------------------------------------- | |||
If you are using the NoteFLEX with the Flexshow | |||
docking station, reserve IRQ 10 so that the built- | |||
in CD-ROM drive will work. To do this, follow the | |||
procedure in the previous section, "Zenith | |||
NoteFLEX 486 DX and PC Cards" and reserve only | |||
IRQ 10. | |||
In your Config.sys file, make sure the line loading | |||
Mztinit.sys appears before the line loading | |||
PCenable.exe or your computer will stop responding | |||
during startup. | |||
To avoid numerous Bad Command or File Name errors | |||
during startup and to ensure the computer is | |||
configured correctly, copy Rplstr.com from your | |||
\Dos directory to your \Windows directory. | |||
Zenith NoteFLEX 486DX and PCMCIA Hard Drives | |||
-------------------------------------------- | |||
If you are using a PCMCIA hard drive, you must | |||
enable 32-bit PCMCIA support to gain access to | |||
the drive. | |||
>>>To enable 32-bit PCMCIA support: | |||
1. Click Start, point to Settings, click Control Panel, | |||
and then double-click PC Card (PCMCIA). | |||
2. Follow the instructions on your screen. | |||
If you see properties for your PCMCIA socket | |||
instead of the PC Card (PCMCIA) wizard, Windows | |||
32-bit support for PC cards is already on. In | |||
Control Panel, if you do not see the PC Card | |||
(PCMCIA) icon, double-click Add New Hardware to | |||
install your PCMCIA socket. | |||
Megahertz Em1144T and 16-Bit Modem | |||
---------------------------------- | |||
There is a known problem whereby this card | |||
enabler ignores the default values set for | |||
certain parameters.If you experience problems | |||
setting up the modem side of the EM1144T card | |||
in a real-mode PCMCIA environment, set the | |||
COMIRQ and COMBASE parameters explicitly in | |||
the Megahertz section of your Protocol.ini file. | |||
Digital Venturis (any model) | |||
---------------------------- | |||
If PNPISA and/or PCI cards are not automatically | |||
recognized, or if Windows 98 generates blue screen | |||
errors when reconfiguring your COM ports, contact | |||
Digital for a new BIOS. | |||
Printing from Device Manager | |||
---------------------------- | |||
In Device Manager, if you choose to print an | |||
All devices and system summary, the device | |||
detection code may cause problems for MS-DOS-based | |||
programs. Your computer manifests the problem | |||
by reporting that it is out of memory when you | |||
try to run an MS-DOS-based program. When this | |||
problem occurs, restart Windows 98 to correct | |||
the problem. | |||
Mozart Sound Card/Canon Innova 550 CD Driver Problem | |||
---------------------------------------------------- | |||
You may experience problems when you start Windows 98 | |||
Second Edition. To obtain a new driver that works with | |||
with Windows 98 Second Edition, contact the Canon Help | |||
Desk. | |||
TrueFFS Flash File System for PC Cards (PCMCIA) | |||
----------------------------------------------- | |||
The MS-DOS or Windows 3.1 version of the TrueFFS | |||
driver does not work with the Windows 98 Second | |||
Edition PCMCIA driver. To work with FTL-formatted | |||
Linear Flash PCMCIA cards when the Windows 98 PCMCIA | |||
driver is enabled, install a new Windows 98 device | |||
driver provided by M-Systems. | |||
>>>To install the device driver: | |||
1. Open Windows Explorer and go to the | |||
\drivers\storage\ftl | |||
directory of your Windows 98 Second Edition CD. | |||
2. Right-click the file TRUEFFS.INF and choose | |||
Install. | |||
4. Restart your computer. | |||
Your linear flash and SRAM cards will now function. | |||
Micronics Motherboards with a Flash BIOS | |||
----------------------------------------- | |||
Before you install Windows 98 Second Edition, make | |||
sure that the BIOS read/write jumper is set to the | |||
read-only position. If you try to install Windows 98 | |||
Second Edition with this jumper in the read\write | |||
position, it may cause BIOS corruption. For more | |||
information, contact your computer manufacturer. | |||
Toshiba Computers: T610 T400 series, T2100 series, | |||
T2400 series, T4700 series, T4800 series, and the | |||
T4900CT and T3600 | |||
-------------------------------------------------- | |||
If you use any of these Toshiba computers, Toshiba | |||
strongly recommends that you upgrade your computer | |||
BIOS to version 5.0. The upgraded BIOS provides additional | |||
functionality for the Windows 98 operating system. For | |||
more information in the United States, contact Toshiba | |||
at (800) 999-4273. Outside the U.S., contact your local | |||
Toshiba dealer. | |||
Toshiba T2150 models | |||
--------------------- | |||
If your system stops responding during Suspend | |||
or Resume operations, comment out the line that | |||
loads the Toscdrom.sys driver from your Config.sys | |||
file. For example: | |||
rem device=c:\cddrv\toscdrom.sys | |||
Sanyo 3-D ATAPI (IDE) CD-ROM Drive | |||
---------------------------------- | |||
The Sanyo 3-D ATAPI (IDE) CD-ROM drive uses | |||
a proprietary scheme to support the three-disk | |||
changer. Although all three drives appear when | |||
your computer is running in protected mode, | |||
only one of them is accessible. | |||
To regain access to all three drives, remove the | |||
REM command from the beginning of the MSCDEX line | |||
in your Autoexec.bat file. In addition, disable | |||
the Windows 98 protected-mode disk driver. | |||
>>>To disable the Windows 98 protected-mode disk driver: | |||
1. Click Start, point to Settings, click Control | |||
Panel, and then double-click System. | |||
2. Click Device Manager. | |||
3. Select the View devices by connection option. | |||
4. Locate the Sanyo drive. | |||
5. After you find the Sanyo drive, locate the | |||
parent controller. | |||
6. Click the controller, and then click Properties. | |||
7. Under Device usage, click to clear the check box | |||
next to the current configuration. | |||
This procedure enables access to all three drives | |||
from Windows 98 protected mode; however, your hard | |||
disk drive, CD-ROM, and any other devices under the | |||
controller will be accessed only through real-mode | |||
drivers. | |||
For information about updating to a Windows 98 driver, | |||
contact your hardware vendor. | |||
Micron PowerServer M5-PE (66 MHz Pentium PCI/EISA bus) | |||
------------------------------------------------------ | |||
The BusLogic BT-946C PCI SCSI adapter may not be | |||
compatible with Windows 98 Second Edition. If you | |||
encounter difficulties with your SCSI peripherals, | |||
contact Micron to determine whether you need an | |||
updated adapter. | |||
SCANNERS | |||
======== | |||
Hewlett Packard SCSI SCL Flatbed Scanners | |||
----------------------------------------- | |||
This includes IIc, IIcx, 3c, 4c, 4p, 5p, and 6100c. | |||
The push button on the 5p is fully supported. Of the | |||
HP Twain data sources, neither PictureScan nor DeskScan | |||
is included in Windows 98 Second Edition. These are | |||
provided on the CD that came with your scanner. A simple | |||
Twain data source is included for these scanners in | |||
Windows 98 Second Edition. If PictureScan or DeskScan | |||
is installed on your system before you upgrade to Windows | |||
98 Second Edition, it will still be available and the | |||
simple data source will be hidden. | |||
Drivers for the SCSI cards shipped with HP scanners | |||
are not included in this release. You must install the | |||
SCSI drivers on your system before you install the | |||
scanner drivers. | |||
UMAX Flatbed Scanners | |||
--------------------- | |||
This includes the Astra 600s, 1200s, and 610s. The | |||
push button on the 610s is fully supported. The typical | |||
UMAX Twain data source is included on this release. In | |||
the current release, you must use a supported Windows 98 | |||
SCSI card (for example, Adaptec) to take advantage of the | |||
UMAX scanning support. Drivers for the SCSI cards shipped | |||
with UMAX scanners are not included in this release. The | |||
drivers for these cards are not compatible with the SCSI | |||
support for scanners in Windows 98 Second Edition. The | |||
existing UMAX Windows 95 software and drivers for their | |||
SCSI cards function under Windows 98 Second Edition; | |||
however, they do not appear in the Scanner and Camera | |||
control panel or use any of the Windows 98 Second Edition | |||
support for scanners. | |||
Kodak DC-25 and DC120 Digital Still Cameras | |||
------------------------------------------- | |||
The Twain data sources are not included in this release. | |||
>>>To add a Kodak camera: | |||
1. Click Start, point to Settings, click Control Panel, | |||
and then double-click Add New Hardware. | |||
2. Click Next, and then click Next again. | |||
3. Click No, the device isn't in the list, and then | |||
click Next. | |||
4. Click No, I want to select the hardware from a list, | |||
and then click Next. | |||
5. In the Hardware types list, select Imaging Device, | |||
and then click Next. | |||
6. Click Next again, and then select either the Kodak | |||
DC-25 or the DC120. | |||
7. Click Next, select an available communication port | |||
from the list, and then click Next. | |||
8. If you want, type a new name for your device in the | |||
Device Name box, and then click Next. | |||
9. Click Finish. | |||
Storm Technology - Logitech PageScan USB Sheet Fed Scanner | |||
---------------------------------------------------------- | |||
Support includes the Twain data source. This scanner | |||
also supports push mode scanning. | |||
Logitech Scanman | |||
---------------- | |||
If you use a handheld Logitech Scanman on a computer | |||
that has more than 16 MB of memory, you may see an | |||
Insufficient system resources message. To resolve | |||
this problem, obtain an updated driver, Scanupt.exe, | |||
from the Logitech bulletin board or from CompuServe. | |||
VIDEO CAPTURE DEVICES | |||
===================== | |||
Kodak DVC-300 | |||
------------- | |||
The Kodak DVC-300 USB digital camera is not supported | |||
in Windows 98 Second Edition. Kodak has a version of | |||
the DVC-300 software available from their Web site at | |||
http://www.kodak.com. When upgrading to Windows 98 | |||
Second Edition, this camera will show the following | |||
message in the device manager for this device: | |||
"Kodak DVC needs update. Go to http://www.kodak.com." | |||
Windows Device Manager Video Capture Devices | |||
and Video for Windows Applications | |||
-------------------------------------------- | |||
Applications that use the Video for Windows 1.1 (VFW) | |||
interfaces also use drivers that conform to the VfW 1.1 | |||
driver interfaces. However, with the new Windows Device | |||
Manager (WDM) video capture interfaces in Windows 98, | |||
applications can no longer use the VfW interfaces to | |||
directly communicate with these WDM-based devices. | |||
Windows 98 Second Edition includes a software layer that | |||
translates VfW 1.1 interfaces into WDM video capture interfaces. | |||
This translation software works only for video capture | |||
devices on external busses (USB and 1394) in Windows 98. | |||
Analog capture devices (such as PCI cards with video | |||
decoder chips that use WDM drivers) cannot use this | |||
translation software. The original VfW drivers for these | |||
analog capture devices will continue to work but they | |||
cannot be used in combination with the newer WDM drivers. | |||
An updated version of this translation software is | |||
available at http://www.microsoft.com/support. | |||
For information, search for "Video for Windows WDM". | |||
MODEMS | |||
====== | |||
Modem Properties | |||
---------------- | |||
To use your modem with the built-in communications | |||
features of Windows 98 Second Edition, including | |||
HyperTerminal and Dial-Up Networking, you must configure | |||
your modem in the Modem Properties dialog box. | |||
>>> To open the dialog box: | |||
1. Click Start, point to Settings, and then click | |||
Control Panel. | |||
2. Double-click Modems. | |||
Settings made in the Modem Properties dialog box do | |||
not affect modem operation in programs designed for | |||
MS-DOS or Windows 3.1. | |||
Modem Detection | |||
--------------- | |||
If Windows 98 Second Edition detects your modem as a | |||
Standard Modem, or incorrectly detects the make and model, | |||
click Start, point to Settings, click Control Panel and | |||
then double-click Modems. Use the Change button in the | |||
Install New Modem wizard to make a different selection. | |||
However, if you manually select an incorrect type, your | |||
modem may not work with Windows 98 Second Edition | |||
communications features. In such cases, double-click Modems | |||
in Control Panel, remove the modem, and then add it as one of | |||
the Standard Modem types again. | |||
When configured for Standard Modem, Windows 98 Second Edition | |||
uses your modem's factory default settings. The modem will make | |||
optimal high-speed connections with Windows 98 communications | |||
features. However, you cannot adjust certain modem settings, | |||
such as speaker volume and cellular protocols. | |||
Racal modems | |||
------------ | |||
If you have a Racal modem, do not use detection in the | |||
Install New Modem wizard. Instead, click Don't Detect My | |||
Modem, and then pick one of the standard modem types. If | |||
you have already run detection and your modem is not | |||
responding, turn the modem off and then back on. | |||
Minitel (France) | |||
---------------- | |||
Some modems may not be able to connect to French Minitel | |||
in HyperTerminal by using the Windows 98 Second Edition | |||
default settings. | |||
>>>To correct this problem: | |||
1. Check your modem manual for a command that enables | |||
your modem to connect in V.23 modulation to Minitel. | |||
2. Click Start, point to Settings, click Control Panel, | |||
and then double-click Modems. | |||
3. Click the name of your modem, and then click Properties. | |||
4. Click Connection, and then click Advanced. | |||
5. In the Extra Settings box, type the command. | |||
Modem Detection May Start Autorun CDs | |||
------------------------------------- | |||
On some computers, running modem detection may start | |||
the CD-ROM Autorun feature. | |||
PC Card Modem Power Management: Modem Not Found or Not Ready | |||
------------------------------------------------------------ | |||
When PC Card Power Management is enabled, some PC Card modems | |||
need an extra delay before they are ready. Because of this | |||
problem, your modem may not work at times even though it may | |||
work at other times. | |||
>>>To increase the delay, carry out the following steps: | |||
1. Click Start, click Run, type regedit and then click OK. | |||
2. Go to \HKey_Local_Machine\System\CurrentControlSet\ | |||
Services\Class\Modem. | |||
3. Click the key for the modem that you are trying to use. | |||
4. To add a key in the root of the modem, click Edit, point | |||
to New, and then click DWORD Value. | |||
5. Name the DWord ConfigDelay. | |||
6. Set the value equal to "3000" for a 3-second delay. | |||
TAPE DRIVE DETECTION | |||
==================== | |||
Plug and Play software does not detect tape drives. | |||
Tape drive detection is a function of the drivers | |||
provided with the Windows 98 Second Edition Backup | |||
program or of the backup software that came with the | |||
drive. As a result, without a backup program installed | |||
on your computer, the only tape drives that appear in | |||
Device Manager are SCSI tape drives, which may appear | |||
as either an unknown device in Device Manager or a | |||
generic tape drive. | |||
However, most backup programs do detect tape drives, | |||
so don't be concerned if your tape drive does not | |||
appear in Device Manager. If your backup software does | |||
not detect your tape drive, contact the company | |||
that wrote the software. | |||
ZIP TOOLS AND THE IOMEGA PARALLEL ZIP DISK | |||
========================================== | |||
In My Computer or Windows Explorer, right-click | |||
the Zip drive, and then click Format. The IOMEGA Format | |||
window displays an option for a full format of | |||
the drive. If you select this option, the following | |||
blue-screen, fatal-exception error may occur: | |||
A fatal exception 0E has occurred at 0028:C3C64C51 | |||
in VXD IOMEGA (01) + 00000CB5. The current | |||
application will be terminated. Pressing any key | |||
closes the Explorer window. | |||
To correct this problem, contact IOMEGA and obtain a | |||
new Iomega.vxd file. Click Start, point to Find, and then | |||
click Files or Folders. Find the old Iomega.vxd file and | |||
replace it with the newer version. | |||
ISDN DRIVERS | |||
============ | |||
USR Sportster ISDN 128K | |||
----------------------- | |||
This includes upgrading from Windows 95 while running | |||
USR 5.3 Drivers | |||
It is recommended that USR Sportster ISDN 128K users | |||
update to driver version 5.4 from 3COM at | |||
http://totalservice.usr.com, before upgrading to | |||
Windows 98 Second Edition. | |||
If you have already upgraded to Windows 98 Second Edition | |||
with driver version 5.3 installed and have problems such | |||
as Dial-Up Networking reporting that "The computer you are | |||
dialing is not responding," you can make a note of your | |||
ISDN configuration and then remove your ISDN adapter and | |||
drivers. Then, install the USR 5.3 drivers. | |||
Using the Diamond NetCommander ISDN - 128K - Multilink PPP | |||
---------------------------------------------------------- | |||
It is recommended that NetCommander users configure | |||
their adapters to connect at 64K, without Multilink PPP. | |||
Both Diamond and Microsoft are looking into a known | |||
problem with running the NetCommander ISDN under | |||
Windows 98 with Multilink PPP. It is recommended that | |||
you check both the Diamond and Microsoft Web sites for | |||
updated NetCommander drivers. | |||
USR Databurst ISDN Adapter | |||
-------------------------- | |||
Information about Windows 98 Second Edition support for | |||
the DataBurst terminal adapter is available at | |||
http://totalservice.usr.com. | |||
Information about using this adapter under Windows 98 | |||
Second Edition is listed in the Documentation Library | |||
(dbinstll.pdf) and the Databurst FAQs. | |||
Teles ISDN Adapters | |||
------------------- | |||
Customers have reported that the 3.26 German driver | |||
version does work properly under Windows 98; however, | |||
there are known problems using the Teles 3.23 CAPI | |||
driver under Windows 98 Second Edition. | |||
For CAPI driver version 3.23I and 3.26, users need to | |||
install the adapter before installing the TELES application | |||
package (OnlinePowerPack 5.0 or 6.0). If you installed the | |||
application package first, you have to delete the registry | |||
key | |||
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\TELES | |||
and its subkeys before installing the adapter. This problem | |||
is fixed in driver versions 3.26I and 3.28. | |||
The Teles TAPI service provider from the driver release | |||
3.23i does not work under Windows 98 Second Edition. You | |||
must remove it manually using the Telephony Control Panel. | |||
Please check the Teles Web site at http://www.teles.de or | |||
http://www.teles.com for up-to-date information. | |||
Upgrading from Windows 95 with Eicon ISDN Adapters | |||
-------------------------------------------------- | |||
Certain Eicon adapters cannot make Dial-Up Networking | |||
connections after the upgrade to Windows 98 Second | |||
Edition or some other functionality is missing. | |||
It is recommended that you first make note of your | |||
ISDN switch/SPID configuration. Next, remove your | |||
Eicon adapter and driver using the Network control panel. | |||
Finally, reinstall your Eicon adapter using the Diva | |||
Install Media provided by Eicon. | |||
Eicon customers should visit the Eicon Web site at | |||
http://www.eicon.com for information on the latest | |||
Eicon ISDN drivers. | |||
IBM Mwave | |||
========= | |||
There are two Mwave Modem/Audio adapters supported in | |||
Windows 98 Second Edition. They are the StingRay and Dolphin | |||
adapters. Determine which device you have by looking | |||
in the MWAVE.INI file. To do this, click Start, point | |||
to Find, click Files or Folders, typ Mwave.ini in the | |||
Named box, on the Look In menu select My Computer, and | |||
then click Find Now. When viewing the file, locate the | |||
line that contains the text: | |||
mwave, board | |||
The very next line contains the string "mwat-XXX", | |||
where XXX is a number. For StingRay adapters, XXX | |||
will be 460. For Dolphin adapters, XXX will be 046. | |||
The StingRay adapter is a Plug and Play device that | |||
is detected during Setup; you do not need to do | |||
anything else. The Dolphin adapter is a legacy device. | |||
It will be upgraded from an existing Mwave Windows 95 | |||
installation automatically, but it will not be detected | |||
during a clean installation or from a Windows 3.1 | |||
upgrade. Use the procedure below only if you are | |||
installing Windows 98 Second Edition on a newly formatted | |||
drive or upgrading from Windows 3.1. | |||
>>>To install the driver for the Dolphin Mwave Adapter | |||
1. Click Start, point to Settings, and then | |||
click Control Panel. | |||
2. Double-click Add New Hardware. | |||
3. Click Next, and then click Next again. | |||
4. Click No, the device isn't in the list, | |||
and then click Next. | |||
5. Click No, I want to Select the hardware from | |||
a list, and then click Next. | |||
6. Click Other Devices, and then click Next. | |||
7. In the Manufacturers box, click IBM. | |||
8. In the Models box, click IBM Dolphin Mwave | |||
DSP Adapter. | |||
9. Click Next, and then click Next again. | |||
10. Click Finish. | |||
11. When prompted, restart your computer. | |||
>>>To install MIDI Sample for Dolphin Mwave Adapter | |||
1. Insert Disk 1 of the EMU MIDI Samples into your | |||
floppy disk drive. | |||
(These disks came with your Mwave package.) | |||
2. Click Start, click Run, and then type a:\setup | |||
in the Open box. | |||
3. Click OK. | |||
4. Choose the path in which to install the samples. | |||
It is recommended that you select the default path. | |||
5. When prompted for MS-DOS, click OK to use the | |||
sample set. | |||
6. When installation is completed, restart your computer. | |||
>>>To install MIDI Sample for StingRay Mwave Adapter | |||
1. Insert Disk 1 of the Advanced MIDI Samples into | |||
your floppy drive. | |||
(These disks came with you Mwave package.) | |||
2. Click Start, click Run, type a:\setup in the Open | |||
box, and then click OK. | |||
3. Choose the path in which to install the samples. | |||
It is recommended that your select the default path. | |||
4. When prompted for MS-DOS, click OK to use the | |||
sample set. | |||
5. Do NOT restart your computer. | |||
6. Insert Disk 1 of the EMU MIDI Samples. | |||
(These disks came with your Mwave package.) | |||
7. Click Start, click Run, type a:\setup in the Open | |||
box, and then click OK. | |||
8. Choose the path in which to install the samples. | |||
It is recommended that you select the default path. | |||
9. When prompted for MS-DOS, click OK to use the | |||
sample set. | |||
10. When installation is completed, restart your computer. | |||
>>>To reinstall Mwave drivers | |||
1. Click Start, click Run, and then type | |||
C:\MWW\MANAGER\MWREMOVE | |||
in the Open box. | |||
2. Click OK. | |||
NOTE: This program runs fast and ends with no indication. | |||
3. If you have the Mwave StingRay adapter, restart your | |||
machine and the Mwave code will reinstall. | |||
If you have the Mwave Dolphin adapter, follow the | |||
Mwave installation instructions in the section titled | |||
To install the driver for the Dolphin Mwave Adapter. | |||
Removing Mwave Drivers | |||
---------------------- | |||
To permanently remove your Mwave drivers, use the most recent | |||
level of Mwave floppy disks and follow the instructions to | |||
remove Mwave from your system. There is a Readme.txt file on | |||
the root of Disk 1 to assist you. | |||
Mwave and MS-DOS | |||
---------------- | |||
You need to run FASTCFG to change application types | |||
when you shut down or start in MS-DOS mode by typing | |||
the following command at the MS-DOS command prompt: | |||
FASTCFG | |||
Mwave Modem Setup for Countries Other | |||
than the United States and Canada | |||
------------------------------------- | |||
If you are using Mwave drivers on your machine | |||
and your machine is connected to a non U.S. or Canada | |||
telephone network, you will need to run the Country | |||
Selection Application in the Modem & Audio folder, | |||
select the country where you are using your computer, | |||
and then restart your computer. | |||
IBM ThinkPad Mwave/DSP Patch Program for | |||
Windows 98 Second Edition | |||
--------------------------------------------------- | |||
IBM ThinkPad 760 series with Mwave/DSP (Audio/Telephony | |||
Features) installed models support Data Modem/FAX, | |||
MIDI/Wave audio, and CD-Audio features under Windows 95. | |||
When you upgrade to Windows 98 Second Edition, your | |||
original Mwave/DSP program that runs on Windows 95 will | |||
not allow you to select the suspend/resume power | |||
management feature. After you install Windows 98 Second | |||
Edition on your computer, run the APMPATCH.EXE file. | |||
After you run this program, you can select the | |||
suspend/resume feature in Windows 98. | |||
>>>To run APMPATCH.EXE | |||
1. In the \drivers\pwrmgmt\ibm directory, double-click | |||
APMPATCH.EXE. | |||
3. Follow the instructions that appear on your screen. | |||
4. Restart your computer. | |||
The suspend/resume feature will work after you restart your | |||
computer. | |||
This patch needs to be applied for Windows 95 preloaded | |||
models of: | |||
- ThinkPad 760C/760CD | |||
- ThinkPad 760E/760ED | |||
- ThinkPad 760XD | |||
- ThinkPad 765D | |||
USB DEVICES | |||
=========== | |||
CMD OHCI USB Controller REV_04 | |||
------------------------------ | |||
If you upgrade your machine and have a PCI | |||
add-in USB host controller from CMD, you may | |||
see the following string in the Device Manager: | |||
"Rev 04 CMD USB controller not supported by Microsoft" | |||
This device is not supported by Microsoft. You | |||
can contact CMD about getting a filter driver | |||
that should enable your machine to work. | |||
NEC USB OHCI Host Controllers | |||
---------------------------------------------- | |||
Some older systems ship with a USB OHCI host | |||
controller from NEC that has known problems | |||
with bulk devices. You may experience problems | |||
with this host controller when using bulk USB | |||
devices such as scanners, printers, and modems. | |||
Belkin USB Hubs | |||
--------------- | |||
There are two issues with this device: | |||
- The power adapter does not supply enough power | |||
for hub to be able to support four full | |||
bus-powered devices. | |||
- The hub always reports itself as a self-powered | |||
device, even when being used as a bus-powered device. | |||
If you always use the power adapter, you will avoid | |||
having the hub always report to itself as a self-powered | |||
device. You should note that if you have four devices | |||
plugged in to the hub, you may run into intermittent | |||
problems. | |||
CATC USB Bus-Powered Hubs | |||
------------------------- | |||
This hub sometimes fails to work with low-speed | |||
devices such as keyboards, mice, and joysticks. The | |||
solution is to use only self-powered devices with | |||
this hub. | |||
Hitachi Visionbook Plus 4000 Series Laptop | |||
------------------------------------------ | |||
USB is disabled on these machines due to problems | |||
on the laptop with power. The laptop does not | |||
properly support high-powered bus-powered devices. | |||
Original Intel USB Camera | |||
------------------------- | |||
This original USB Camera (the square-shaped | |||
camera, not the oval-shaped camera that is | |||
currently available) has problems working on | |||
OHCI host controllers. | |||
This device should be used on UHCI host | |||
controllers. | |||
NEC Flat Screen Monitor with USB Hub | |||
------------------------------------ | |||
This device has problems with low-speed devices | |||
such as keyboards, mouse devices, and joysticks | |||
when plugging and unplugging. You may have to | |||
plug in and re-plug in the device several times to | |||
get it to work correctly. | |||
Thrustmaster Top Gun USB Joystick | |||
--------------------------------- | |||
This device has problems working on OHCI host | |||
controllers. This device should be used on UHCI | |||
host controllers. | |||
Thrustmaster GrandPrix Steering Wheel | |||
------------------------------------- | |||
This device has problems working on OHCI host | |||
controllers. This device should be used on UHCI | |||
host controllers. | |||
NEC NX Series Machines | |||
---------------------- | |||
These machines come equipped with a legacy mode | |||
USB BIOS that allows the USB keyboard to work | |||
in real mode. When you suspend and resume your | |||
computer, wake up the machine by using the NEC | |||
USB keyboard/mouse, or the device will not | |||
work after the computer is resumed. You need to | |||
unplug and re-plug in the device. | |||
Unixtar USB Hubs | |||
---------------- | |||
The hub always reports itself as a self-powered | |||
device, even when being used as a bus-powered | |||
device. In order for the hub to work correctly, | |||
you must always use the power adapter. | |||
Samsung USB Keyboard with Hub | |||
----------------------------- | |||
The hub on the Samsung USB keyboard does not | |||
always identify itself correctly. When it | |||
identifies itself as a self-powered device, | |||
it confuses the operating system, causing odd | |||
behavior with the hub portion of the keyboard. | |||
There is no workaround. Use low-powered | |||
USB devices such as mouse and gaming devices | |||
or self-powered devices with this keyboard. |
Revision as of 05:57, 19 December 2024
Family of Unix-like operating systems This article is about the family of operating systems. For the kernel, see Linux kernel. For other uses, see Linux (disambiguation).Operating system
Tux the penguin, the mascot of Linux | |
Developer | Community contributors, Linus Torvalds |
---|---|
Written in | C, assembly languages, Rust and others |
OS family | Unix-like |
Working state | Current |
Source model | Open source |
Initial release | September 17, 1991; 33 years ago (1991-09-17) |
Repository | git github |
Marketing target | Cloud computing, embedded devices, mainframe computers, mobile devices, personal computers, servers, supercomputers |
Available in | Multilingual |
Platforms | Alpha, ARC, ARM, C-Sky, Hexagon, LoongArch, m68k, Microblaze, MIPS, Nios II, OpenRISC, PA-RISC, PowerPC, RISC-V, s390, SuperH, SPARC, x86, Xtensa |
Kernel type | Monolithic |
Userland | util-linux by standard, various alternatively, such as Busybox, GNU, Plan 9 from User Space and Toybox |
Influenced by | Minix |
Default user interface |
|
License | GPLv2 |
Official website | kernel |
Articles in the series | |
Linux kernel Linux distribution |
Linux (/ˈlɪnʊks/, LIN-uuks) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged as a Linux distribution (distro), which includes the kernel and supporting system software and libraries—most of which are provided by third parties—to create a complete operating system, designed as a clone of Unix and released under the copyleft GPL license.
Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses and recommends the name "GNU/Linux" to emphasize the use and importance of GNU software in many distributions, causing some controversy. Thousands of distributions exist, many based directly or indirectly on other distributions; popular Linux distributions include Debian, Fedora Linux, Linux Mint, Arch Linux, and Ubuntu, while commercial distributions include Red Hat Enterprise Linux, SUSE Linux Enterprise, and ChromeOS. Linux distributions are frequently used in server platforms. Other than the Linux kernel, key components that make up a distribution may include a display server (windowing system), a package manager, a bootloader and a Unix shell.
Linux is one of the most prominent examples of free and open-source software collaboration. While originally developed for x86 based personal computers, it has since been ported to more platforms than any other operating system, and is used on a wide variety of devices including PCs, workstations, mainframes and embedded systems. Linux is the predominant operating system for servers and is also used on all of the world's 500 fastest supercomputers. When combined with Android, which is Linux-based and designed for smartphones, they have the largest installed base of all general-purpose operating systems.
Overview
The Linux kernel was designed by Linus Torvalds, following the lack of a working kernel for GNU, a Unix-compatible operating system made entirely of free software that had been undergoing development since 1983 by Richard Stallman. A working Unix system called Minix was later released but its license was not entirely free at the time and it was made for an educative purpose. The first entirely free Unix for personal computers, 386BSD, did not appear until 1992, by which time Torvalds had already built and publicly released the first version of the Linux kernel on the Internet. Like GNU and 386BSD, Linux did not have any Unix code, being a fresh reimplementation, and therefore avoided the then legal issues. Linux distributions became popular in the 1990s and effectively made Unix technologies accessible to home users on personal computers whereas previously it had been confined to sophisticated workstations.
Desktop Linux distributions include a windowing system such as X11 or Wayland and a desktop environment such as GNOME, KDE Plasma or Xfce. Distributions intended for servers may not have a graphical user interface at all or include a solution stack such as LAMP.
The source code of Linux may be used, modified, and distributed commercially or non-commercially by anyone under the terms of its respective licenses, such as the GNU General Public License (GPL). The license means creating novel distributions is permitted by anyone and is easier than it would be for an operating system such as MacOS or Microsoft Windows. The Linux kernel, for example, is licensed under the GPLv2, with an exception for system calls that allows code that calls the kernel via system calls not to be licensed under the GPL.
Because of the dominance of Linux-based Android on smartphones, Linux, including Android, has the largest installed base of all general-purpose operating systems as of May 2022. Linux is, as of March 2024, used by around 4 percent of desktop computers. The Chromebook, which runs the Linux kernel-based ChromeOS, dominates the US K–12 education market and represents nearly 20 percent of sub-$300 notebook sales in the US. Linux is the leading operating system on servers (over 96.4% of the top one million web servers' operating systems are Linux), leads other big iron systems such as mainframe computers, and is used on all of the world's 500 fastest supercomputers (as of November 2017, having gradually displaced all competitors).
Linux also runs on embedded systems, i.e., devices whose operating system is typically built into the firmware and is highly tailored to the system. This includes routers, automation controls, smart home devices, video game consoles, televisions (Samsung and LG smart TVs), automobiles (Tesla, Audi, Mercedes-Benz, Hyundai, and Toyota), and spacecraft (Falcon 9 rocket, Dragon crew capsule, and the Ingenuity Mars helicopter).
History
Main article: History of LinuxPrecursors
The Unix operating system was conceived and implemented in 1969, at AT&T's Bell Labs, in the United States by Ken Thompson, Dennis Ritchie, Douglas McIlroy, and Joe Ossanna. First released in 1971, Unix was written entirely in assembly language, as was common practice at the time. In 1973, in a key pioneering approach, it was rewritten in the C programming language by Dennis Ritchie (except for some hardware and I/O routines). The availability of a high-level language implementation of Unix made its porting to different computer platforms easier.
Due to an earlier antitrust case forbidding it from entering the computer business, AT&T licensed the operating system's source code as a trade secret to anyone who asked. As a result, Unix grew quickly and became widely adopted by academic institutions and businesses. In 1984, AT&T divested itself of its regional operating companies, and was released from its obligation not to enter the computer business; freed of that obligation, Bell Labs began selling Unix as a proprietary product, where users were not legally allowed to modify it.
Onyx Systems began selling early microcomputer-based Unix workstations in 1980. Later, Sun Microsystems, founded as a spin-off of a student project at Stanford University, also began selling Unix-based desktop workstations in 1982. While Sun workstations did not use commodity PC hardware, for which Linux was later originally developed, it represented the first successful commercial attempt at distributing a primarily single-user microcomputer that ran a Unix operating system.
With Unix increasingly "locked in" as a proprietary product, the GNU Project, started in 1983 by Richard Stallman, had the goal of creating a "complete Unix-compatible software system" composed entirely of free software. Work began in 1984. Later, in 1985, Stallman started the Free Software Foundation and wrote the GNU General Public License (GNU GPL) in 1989. By the early 1990s, many of the programs required in an operating system (such as libraries, compilers, text editors, a command-line shell, and a windowing system) were completed, although low-level elements such as device drivers, daemons, and the kernel, called GNU Hurd, were stalled and incomplete.
Minix was created by Andrew S. Tanenbaum, a computer science professor, and released in 1987 as a minimal Unix-like operating system targeted at students and others who wanted to learn operating system principles. Although the complete source code of Minix was freely available, the licensing terms prevented it from being free software until the licensing changed in April 2000.
Although not released until 1992, due to legal complications, the development of 386BSD, from which NetBSD, OpenBSD and FreeBSD descended, predated that of Linux. Linus Torvalds has stated on separate occasions that if the GNU kernel or 386BSD had been available at the time (1991), he probably would not have created Linux.
Creation
While attending the University of Helsinki in the fall of 1990, Torvalds enrolled in a Unix course. The course used a MicroVAX minicomputer running Ultrix, and one of the required texts was Operating Systems: Design and Implementation by Andrew S. Tanenbaum. This textbook included a copy of Tanenbaum's Minix operating system. It was with this course that Torvalds first became exposed to Unix. In 1991, he became curious about operating systems. Frustrated by the licensing of Minix, which at the time limited it to educational use only, he began to work on his operating system kernel, which eventually became the Linux kernel.
On July 3, 1991, to implement Unix system calls, Linus Torvalds attempted unsuccessfully to obtain a digital copy of the POSIX standards documentation with a request to the comp.os.minix newsgroup. After not finding the POSIX documentation, Torvalds initially resorted to determining system calls from SunOS documentation owned by the university for use in operating its Sun Microsystems server. He also learned some system calls from Tanenbaum's Minix text.
Torvalds began the development of the Linux kernel on Minix and applications written for Minix were also used on Linux. Later, Linux matured and further Linux kernel development took place on Linux systems. GNU applications also replaced all Minix components, because it was advantageous to use the freely available code from the GNU Project with the fledgling operating system; code licensed under the GNU GPL can be reused in other computer programs as long as they also are released under the same or a compatible license. Torvalds initiated a switch from his original license, which prohibited commercial redistribution, to the GNU GPL. Developers worked to integrate GNU components with the Linux kernel, creating a fully functional and free operating system.
Naming
Linus Torvalds had wanted to call his invention "Freax", a portmanteau of "free", "freak", and "x" (as an allusion to Unix). During the start of his work on the system, some of the project's makefiles included the name "Freax" for about half a year. Initially, Torvalds considered the name "Linux" but dismissed it as too egotistical.
To facilitate development, the files were uploaded to the FTP server (ftp.funet.fi
) of FUNET in September 1991. Ari Lemmke, Torvalds' coworker at the Helsinki University of Technology (HUT) who was one of the volunteer administrators for the FTP server at the time, did not think that "Freax" was a good name, so he named the project "Linux" on the server without consulting Torvalds. Later, however, Torvalds consented to "Linux".
According to a newsgroup post by Torvalds, the word "Linux" should be pronounced (/ˈlɪnʊks/ LIN-uuks) with a short 'i' as in 'print' and 'u' as in 'put'. To further demonstrate how the word "Linux" should be pronounced, he included an audio guide with the kernel source code. However, in this recording, he pronounces Linux as /ˈlinʊks/ (LEEN-uuks) with a short but close front unrounded vowel, instead of a near-close near-front unrounded vowel as in his newsgroup post.
Commercial and popular uptake
Main article: Linux adoptionFrom top-left clockwise: Nexus 5X running Android, Chromebooks, server platform, In-flight entertainment systemThe adoption of Linux in production environments, rather than being used only by hobbyists, started to take off first in the mid-1990s in the supercomputing community, where organizations such as NASA started to replace their increasingly expensive machines with clusters of inexpensive commodity computers running Linux. Commercial use began when Dell and IBM, followed by Hewlett-Packard, started offering Linux support to escape Microsoft's monopoly in the desktop operating system market.
Today, Linux systems are used throughout computing, from embedded systems to virtually all supercomputers, and have secured a place in server installations such as the popular LAMP application stack. The use of Linux distributions in home and enterprise desktops has been growing.
Linux distributions have also become popular in the netbook market, with many devices shipping with customized Linux distributions installed, and Google releasing their own ChromeOS designed for netbooks.
Linux's greatest success in the consumer market is perhaps the mobile device market, with Android being the dominant operating system on smartphones and very popular on tablets and, more recently, on wearables. Linux gaming is also on the rise with Valve showing its support for Linux and rolling out SteamOS, its own gaming-oriented Linux distribution, which was later implemented in their Steam Deck platform. Linux distributions have also gained popularity with various local and national governments, such as the federal government of Brazil.
Development
Linus Torvalds is the lead maintainer for the Linux kernel and guides its development, while Greg Kroah-Hartman is the lead maintainer for the stable branch. Zoë Kooyman is the executive director of the Free Software Foundation, which in turn supports the GNU components. Finally, individuals and corporations develop third-party non-GNU components. These third-party components comprise a vast body of work and may include both kernel modules and user applications and libraries.
Linux vendors and communities combine and distribute the kernel, GNU components, and non-GNU components, with additional package management software in the form of Linux distributions.
Design
See also: Linux kernel § Architecture and featuresMany developers of open-source software agree that the Linux kernel was not designed but rather evolved through natural selection. Torvalds considers that although the design of Unix served as a scaffolding, "Linux grew with a lot of mutations – and because the mutations were less than random, they were faster and more directed than alpha-particles in DNA." Eric S. Raymond considers Linux's revolutionary aspects to be social, not technical: before Linux, complex software was designed carefully by small groups, but "Linux evolved in a completely different way. From nearly the beginning, it was rather casually hacked on by huge numbers of volunteers coordinating only through the Internet. Quality was maintained not by rigid standards or autocracy but by the naively simple strategy of releasing every week and getting feedback from hundreds of users within days, creating a sort of rapid Darwinian selection on the mutations introduced by developers." Bryan Cantrill, an engineer of a competing OS, agrees that "Linux wasn't designed, it evolved", but considers this to be a limitation, proposing that some features, especially those related to security, cannot be evolved into, "this is not a biological system at the end of the day, it's a software system."
A Linux-based system is a modular Unix-like operating system, deriving much of its basic design from principles established in Unix during the 1970s and 1980s. Such a system uses a monolithic kernel, the Linux kernel, which handles process control, networking, access to the peripherals, and file systems. Device drivers are either integrated directly with the kernel or added as modules that are loaded while the system is running.
The GNU userland is a key part of most systems based on the Linux kernel, with Android being the notable exception. The GNU C library, an implementation of the C standard library, works as a wrapper for the system calls of the Linux kernel necessary to the kernel-userspace interface, the toolchain is a broad collection of programming tools vital to Linux development (including the compilers used to build the Linux kernel itself), and the coreutils implement many basic Unix tools. The GNU Project also develops Bash, a popular CLI shell. The graphical user interface (or GUI) used by most Linux systems is built on top of an implementation of the X Window System. More recently, the Linux community has sought to advance to Wayland as the new display server protocol, in place of X11. Many other open-source software projects contribute to Linux systems.
|
Installed components of a Linux system include the following:
- A bootloader, for example GNU GRUB, LILO, SYSLINUX or systemd-boot. This is a program that loads the Linux kernel into the computer's main memory, by being executed by the computer when it is turned on and after the firmware initialization is performed.
- An init program, such as the traditional sysvinit and the newer systemd, OpenRC and Upstart. This is the first process launched by the Linux kernel, and is at the root of the process tree. It starts processes such as system services and login prompts (whether graphical or in terminal mode).
- Software libraries, which contain code that can be used by running processes. On Linux systems using ELF-format executable files, the dynamic linker that manages the use of dynamic libraries is known as ld-linux.so. If the system is set up for the user to compile software themselves, header files will also be included to describe the programming interface of installed libraries. Besides the most commonly used software library on Linux systems, the GNU C Library (glibc), there are numerous other libraries, such as SDL and Mesa.
- The C standard library is the library necessary to run programs written in C on a computer system, with the GNU C Library being the standard. It provides an implementation of the POSIX API, as well as extensions to that API. For embedded systems, alternatives such as musl, EGLIBC (a glibc fork once used by Debian) and uClibc (which was designed for uClinux) have been developed, although the last two are no longer maintained. Android uses its own C library, Bionic. However, musl can additionally be used as a replacement for glibc on desktop and laptop systems, as seen on certain Linux distributions like Void Linux.
- Basic Unix commands, with GNU coreutils being the standard implementation. Alternatives exist for embedded systems, such as the copyleft BusyBox, and the BSD-licensed Toybox.
- Widget toolkits are the libraries used to build graphical user interfaces (GUIs) for software applications. Numerous widget toolkits are available, including GTK and Clutter developed by the GNOME Project, Qt developed by the Qt Project and led by The Qt Company, and Enlightenment Foundation Libraries (EFL) developed primarily by the Enlightenment team.
- A package management system, such as dpkg and RPM. Alternatively packages can be compiled from binary or source tarballs.
- User interface programs such as command shells or windowing environments.
User interface
The user interface, also known as the shell, is either a command-line interface (CLI), a graphical user interface (GUI), or controls attached to the associated hardware, which is common for embedded systems. For desktop systems, the default user interface is usually graphical, although the CLI is commonly available through terminal emulator windows or on a separate virtual console.
CLI shells are text-based user interfaces, which use text for both input and output. The dominant shell used in Linux is the Bourne-Again Shell (bash), originally developed for the GNU Project; other shells such as Zsh are also used. Most low-level Linux components, including various parts of the userland, use the CLI exclusively. The CLI is particularly suited for automation of repetitive or delayed tasks and provides very simple inter-process communication.
On desktop systems, the most popular user interfaces are the GUI shells, packaged together with extensive desktop environments, such as KDE Plasma, GNOME, MATE, Cinnamon, LXDE, Pantheon, and Xfce, though a variety of additional user interfaces exist. Most popular user interfaces are based on the X Window System, often simply called "X" or "X11". It provides network transparency and permits a graphical application running on one system to be displayed on another where a user may interact with the application; however, certain extensions of the X Window System are not capable of working over the network. Several X display servers exist, with the reference implementation, X.Org Server, being the most popular.
Several types of window managers exist for X11, including tiling, dynamic, stacking, and compositing. Window managers provide means to control the placement and appearance of individual application windows, and interact with the X Window System. Simpler X window managers such as dwm, ratpoison, or i3wm provide a minimalist functionality, while more elaborate window managers such as FVWM, Enlightenment, or Window Maker provide more features such as a built-in taskbar and themes, but are still lightweight when compared to desktop environments. Desktop environments include window managers as part of their standard installations, such as Mutter (GNOME), KWin (KDE), or Xfwm (xfce), although users may choose to use a different window manager if preferred.
Wayland is a display server protocol intended as a replacement for the X11 protocol; as of 2022, it has received relatively wide adoption. Unlike X11, Wayland does not need an external window manager and compositing manager. Therefore, a Wayland compositor takes the role of the display server, window manager, and compositing manager. Weston is the reference implementation of Wayland, while GNOME's Mutter and KDE's KWin are being ported to Wayland as standalone display servers. Enlightenment has already been successfully ported since version 19. Additionally, many window managers have been made for Wayland, such as Sway or Hyprland, as well as other graphical utilities such as Waybar or Rofi.
Video input infrastructure
Main article: Video4LinuxLinux currently has two modern kernel-userspace APIs for handling video input devices: V4L2 API for video streams and radio, and DVB API for digital TV reception.
Due to the complexity and diversity of different devices, and due to the large number of formats and standards handled by those APIs, this infrastructure needs to evolve to better fit other devices. Also, a good userspace device library is the key to the success of having userspace applications to be able to work with all formats supported by those devices.
Development
Main articles: Linux distribution and Free softwareThe primary difference between Linux and many other popular contemporary operating systems is that the Linux kernel and other components are free and open-source software. Linux is not the only such operating system, although it is by far the most widely used. Some free and open-source software licenses are based on the principle of copyleft, a kind of reciprocity: any work derived from a copyleft piece of software must also be copyleft itself. The most common free software license, the GNU General Public License (GPL), is a form of copyleft and is used for the Linux kernel and many of the components from the GNU Project.
Linux-based distributions are intended by developers for interoperability with other operating systems and established computing standards. Linux systems adhere to POSIX, Single UNIX Specification (SUS), Linux Standard Base (LSB), ISO, and ANSI standards where possible, although to date only one Linux distribution has been POSIX.1 certified, Linux-FT.
Free software projects, although developed through collaboration, are often produced independently of each other. The fact that the software licenses explicitly permit redistribution, however, provides a basis for larger-scale projects that collect the software produced by stand-alone projects and make it available all at once in the form of a Linux distribution.
Many Linux distributions manage a remote collection of system software and application software packages available for download and installation through a network connection. This allows users to adapt the operating system to their specific needs. Distributions are maintained by individuals, loose-knit teams, volunteer organizations, and commercial entities. A distribution is responsible for the default configuration of the installed Linux kernel, general system security, and more generally integration of the different software packages into a coherent whole. Distributions typically use a package manager such as apt, yum, zypper, pacman or portage to install, remove, and update all of a system's software from one central location.
Community
See also: Free software movement and Linux user groupA distribution is largely driven by its developer and user communities. Some vendors develop and fund their distributions on a volunteer basis, Debian being a well-known example. Others maintain a community version of their commercial distributions, as Red Hat does with Fedora, and SUSE does with openSUSE.
In many cities and regions, local associations known as Linux User Groups (LUGs) seek to promote their preferred distribution and by extension free software. They hold meetings and provide free demonstrations, training, technical support, and operating system installation to new users. Many Internet communities also provide support to Linux users and developers. Most distributions and free software / open-source projects have IRC chatrooms or newsgroups. Online forums are another means of support, with notable examples being Unix & Linux Stack Exchange, LinuxQuestions.org and the various distribution-specific support and community forums, such as ones for Ubuntu, Fedora, Arch Linux, Gentoo, etc. Linux distributions host mailing lists; commonly there will be a specific topic such as usage or development for a given list.
There are several technology websites with a Linux focus. Print magazines on Linux often bundle cover disks that carry software or even complete Linux distributions.
Although Linux distributions are generally available without charge, several large corporations sell, support, and contribute to the development of the components of the system and free software. An analysis of the Linux kernel in 2017 showed that well over 85% of the code was developed by programmers who are being paid for their work, leaving about 8.2% to unpaid developers and 4.1% unclassified. Some of the major corporations that provide contributions include Intel, Samsung, Google, AMD, Oracle, and Facebook. Several corporations, notably Red Hat, Canonical, and SUSE have built a significant business around Linux distributions.
The free software licenses, on which the various software packages of a distribution built on the Linux kernel are based, explicitly accommodate and encourage commercialization; the relationship between a Linux distribution as a whole and individual vendors may be seen as symbiotic. One common business model of commercial suppliers is charging for support, especially for business users. A number of companies also offer a specialized business version of their distribution, which adds proprietary support packages and tools to administer higher numbers of installations or to simplify administrative tasks.
Another business model is to give away the software to sell hardware. This used to be the norm in the computer industry, with operating systems such as CP/M, Apple DOS, and versions of the classic Mac OS before 7.6 freely copyable (but not modifiable). As computer hardware standardized throughout the 1980s, it became more difficult for hardware manufacturers to profit from this tactic, as the OS would run on any manufacturer's computer that shared the same architecture.
Programming on Linux
Most programming languages support Linux either directly or through third-party community based ports. The original development tools used for building both Linux applications and operating system programs are found within the GNU toolchain, which includes the GNU Compiler Collection (GCC) and the GNU Build System. Amongst others, GCC provides compilers for Ada, C, C++, Go and Fortran. Many programming languages have a cross-platform reference implementation that supports Linux, for example PHP, Perl, Ruby, Python, Java, Go, Rust and Haskell. First released in 2003, the LLVM project provides an alternative cross-platform open-source compiler for many languages. Proprietary compilers for Linux include the Intel C++ Compiler, Sun Studio, and IBM XL C/C++ Compiler. BASIC is available in procedural form from QB64, PureBasic, Yabasic, GLBasic, Basic4GL, XBasic, wxBasic, SdlBasic, and Basic-256, as well as object oriented through Gambas, FreeBASIC, B4X, Basic for Qt, Phoenix Object Basic, NS Basic, ProvideX, Chipmunk Basic, RapidQ and Xojo. Pascal is implemented through GNU Pascal, Free Pascal, and Virtual Pascal, as well as graphically via Lazarus, PascalABC.NET, or Delphi using FireMonkey (previously through Borland Kylix).
A common feature of Unix-like systems, Linux includes traditional specific-purpose programming languages targeted at scripting, text processing and system configuration and management in general. Linux distributions support shell scripts, awk, sed and make. Many programs also have an embedded programming language to support configuring or programming themselves. For example, regular expressions are supported in programs like grep and locate, the traditional Unix message transfer agent Sendmail contains its own Turing complete scripting system, and the advanced text editor GNU Emacs is built around a general purpose Lisp interpreter.
Most distributions also include support for PHP, Perl, Ruby, Python and other dynamic languages. While not as common, Linux also supports C# and other CLI languages (via Mono), Vala, and Scheme. Guile Scheme acts as an extension language targeting the GNU system utilities, seeking to make the conventionally small, static, compiled C programs of Unix design rapidly and dynamically extensible via an elegant, functional high-level scripting system; many GNU programs can be compiled with optional Guile bindings to this end. A number of Java virtual machines and development kits run on Linux, including the original Sun Microsystems JVM (HotSpot), and IBM's J2SE RE, as well as many open-source projects like Kaffe and Jikes RVM; Kotlin, Scala, Groovy and other JVM languages are also available.
GNOME and KDE are popular desktop environments and provide a framework for developing applications. These projects are based on the GTK and Qt widget toolkits, respectively, which can also be used independently of the larger framework. Both support a wide variety of languages. There are a number of Integrated development environments available including Anjuta, Code::Blocks, CodeLite, Eclipse, Geany, ActiveState Komodo, KDevelop, Lazarus, MonoDevelop, NetBeans, and Qt Creator, while the long-established editors Vim, nano and Emacs remain popular.
Hardware support
See also: List of Linux-supported computer architecturesThe Linux kernel is a widely ported operating system kernel, available for devices ranging from mobile phones to supercomputers; it runs on a highly diverse range of computer architectures, including ARM-based Android smartphones and the IBM Z mainframes. Specialized distributions and kernel forks exist for less mainstream architectures; for example, the ELKS kernel fork can run on Intel 8086 or Intel 80286 16-bit microprocessors, while the μClinux kernel fork may run on systems without a memory management unit. The kernel also runs on architectures that were only ever intended to use a proprietary manufacturer-created operating system, such as Macintosh computers (with PowerPC, Intel, and Apple silicon processors), PDAs, video game consoles, portable music players, and mobile phones.
Linux has a reputation for supporting old hardware very well by maintaining standardized drivers for a long time. There are several industry associations and hardware conferences devoted to maintaining and improving support for diverse hardware under Linux, such as FreedomHEC. Over time, support for different hardware has improved in Linux, resulting in any off-the-shelf purchase having a "good chance" of being compatible.
In 2014, a new initiative was launched to automatically collect a database of all tested hardware configurations.
Uses
Main article: Linux range of useMarket share and uptake
Main article: Linux adoption See also: Usage share of operating systemsMany quantitative studies of free/open-source software focus on topics including market share and reliability, with numerous studies specifically examining Linux. The Linux market is growing, and the Linux operating system market size is expected to see a growth of 19.2% by 2027, reaching $15.64 billion, compared to $3.89 billion in 2019. Analysts project a Compound Annual Growth Rate (CAGR) of 13.7% between 2024 and 2032, culminating in a market size of USD 34.90 billion by the latter year. Analysts and proponents attribute the relative success of Linux to its security, reliability, low cost, and freedom from vendor lock-in.
- Desktops and laptops
- According to web server statistics (that is, based on the numbers recorded from visits to websites by client devices), in October 2024, the estimated market share of Linux on desktop computers was around 4.3%. In comparison, Microsoft Windows had a market share of around 73.4%, while macOS covered around 15.5%.
- Web servers
- W3Cook publishes stats that use the top 1,000,000 Alexa domains, which as of May 2015 estimate that 96.55% of web servers run Linux, 1.73% run Windows, and 1.72% run FreeBSD.
- W3Techs publishes stats that use the top 10,000,000 Alexa domains and the top 1,000,000 Tranco domains, updated monthly and as of November 2020 estimate that Linux is used by 39% of the web servers, versus 21.9% being used by Microsoft Windows. 40.1% used other types of Unix.
- IDC's Q1 2007 report indicated that Linux held 12.7% of the overall server market at that time; this estimate was based on the number of Linux servers sold by various companies, and did not include server hardware purchased separately that had Linux installed on it later.
As of 2024, estimates suggest Linux accounts for at least 80% of the public cloud workload, partly thanks to its widespread use in platforms like Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.
ZDNet report that 96.3% of the top one million web servers are running Linux. W3Techs state that Linux powers at least 39.2% of websites whose operating system is known, with other estimates saying 55%.
- Mobile devices
- Android, which is based on the Linux kernel, has become the dominant operating system for smartphones. In April 2023, 68.61% of mobile devices accessing websites using StatCounter were from Android. Android is also a popular operating system for tablets, being responsible for more than 60% of tablet sales as of 2013. According to web server statistics, as of October 2021 Android has a market share of about 71%, with iOS holding 28%, and the remaining 1% attributed to various niche platforms.
- Film production
- For years, Linux has been the platform of choice in the film industry. The first major film produced on Linux servers was 1997's Titanic. Since then major studios including DreamWorks Animation, Pixar, Weta Digital, and Industrial Light & Magic have migrated to Linux. According to the Linux Movies Group, more than 95% of the servers and desktops at large animation and visual effects companies use Linux.
- Use in government
- Linux distributions have also gained popularity with various local and national governments. News of the Russian military creating its own Linux distribution has also surfaced, and has come to fruition as the G.H.ost Project. The Indian state of Kerala has gone to the extent of mandating that all state high schools run Linux on their computers. China uses Linux exclusively as the operating system for its Loongson processor family to achieve technology independence. In Spain, some regions have developed their own Linux distributions, which are widely used in education and official institutions, like gnuLinEx in Extremadura and Guadalinex in Andalusia. France and Germany have also taken steps toward the adoption of Linux. North Korea's Red Star OS, developed as of 2002, is based on a version of Fedora Linux.
Copyright, trademark, and naming
See also: GNU/Linux naming controversy and SCO–Linux disputesThe Linux kernel is licensed under the GNU General Public License (GPL), version 2. The GPL requires that anyone who distributes software based on source code under this license must make the originating source code (and any modifications) available to the recipient under the same terms. Other key components of a typical Linux distribution are also mainly licensed under the GPL, but they may use other licenses; many libraries use the GNU Lesser General Public License (LGPL), a more permissive variant of the GPL, and the X.Org implementation of the X Window System uses the MIT License.
Torvalds states that the Linux kernel will not move from version 2 of the GPL to version 3. He specifically dislikes some provisions in the new license which prohibit the use of the software in digital rights management. It would also be impractical to obtain permission from all the copyright holders, who number in the thousands.
A 2001 study of Red Hat Linux 7.1 found that this distribution contained 30 million source lines of code. Using the Constructive Cost Model, the study estimated that this distribution required about eight thousand person-years of development time. According to the study, if all this software had been developed by conventional proprietary means, it would have cost about US$1.82 billion to develop in 2023 in the United States. Most of the source code (71%) was written in the C programming language, but many other languages were used, including C++, Lisp, assembly language, Perl, Python, Fortran, and various shell scripting languages. Slightly over half of all lines of code were licensed under the GPL. The Linux kernel itself was 2.4 million lines of code, or 8% of the total.
In a later study, the same analysis was performed for Debian version 4.0 (etch, which was released in 2007). This distribution contained close to 283 million source lines of code, and the study estimated that it would have required about seventy three thousand man-years and cost US$10.2 billion (in 2023 dollars) to develop by conventional means.
In the United States, the name Linux is a trademark registered to Linus Torvalds. Initially, nobody registered it. However, on August 15, 1994, William R. Della Croce Jr. filed for the trademark Linux, and then demanded royalties from Linux distributors. In 1996, Torvalds and some affected organizations sued him to have the trademark assigned to Torvalds, and, in 1997, the case was settled. The licensing of the trademark has since been handled by the Linux Mark Institute (LMI). Torvalds has stated that he trademarked the name only to prevent someone else from using it. LMI originally charged a nominal sublicensing fee for use of the Linux name as part of trademarks, but later changed this in favor of offering a free, perpetual worldwide sublicense.
The Free Software Foundation (FSF) prefers GNU/Linux as the name when referring to the operating system as a whole, because it considers Linux distributions to be variants of the GNU operating system initiated in 1983 by Richard Stallman, president of the FSF. The foundation explicitly takes no issue over the name Android for the Android OS, which is also an operating system based on the Linux kernel, as GNU is not a part of it.
A minority of public figures and software projects other than Stallman and the FSF, notably distributions consisting of only free software, such as Debian (which had been sponsored by the FSF up to 1996), also use GNU/Linux when referring to the operating system as a whole. Most media and common usage, however, refers to this family of operating systems simply as Linux, as do many large Linux distributions (for example, SUSE Linux and Red Hat Enterprise Linux).
As of May 2011, about 8% to 13% of the lines of code of the Linux distribution Ubuntu (version "Natty") is made of GNU components (the range depending on whether GNOME is considered part of GNU); meanwhile, 6% is taken by the Linux kernel, increased to 9% when including its direct dependencies.
See also
Portals:- Comparison of Linux distributions
- Comparison of open-source and closed-source software
- Comparison of operating systems
- Comparison of X Window System desktop environments
- Criticism of Linux
- Linux kernel version history
- Linux Documentation Project
- Linux From Scratch
- Linux Software Map
- List of Linux distributions
- List of games released on Linux
- List of operating systems
- Loadable kernel module
- Usage share of operating systems
- Timeline of operating systems
Notes
- util-linux is the standard set of utilities for use as part of the Linux operating system.
- BusyBox is a userland written with size-optimization and limited resources in mind, used in many embedded Linux distributions. BusyBox replaces most GNU Core Utilities. One notable Desktop distribution using BusyBox is Alpine Linux.
- GNU is a userland used in various Linux distributions. The GNU userland contains system daemons, user applications, the GUI, and various libraries. GNU Core Utilities are an essential part of most distributions. Most Linux distributions use the X Window system. Other components of the userland, such as the widget toolkit, vary with the specific distribution, desktop environment, and user configuration.
- Plan 9 from User Space (aka plan9port) is a port of many Plan 9 libraries and programs from their native Plan 9 environment to Unix-like operating systems, including Linux and FreeBSD.
- Toybox is a userland that combines over 200 Unix command line utilities together into a single BSD-licensed executable. After a talk at the 2013 Embedded Linux Conference, Google merged toybox into AOSP and began shipping toybox in Android Marshmallow in 2015.
- The name "Linux" itself is a trademark owned by Linus Torvalds and administered by the Linux Mark Institute.
- As measured by the TOP500 list, which uses HPL to measure computational power
- As measured by the TOP500 list, which uses HPL to measure computational power
References
- Linux Online (2008). "Linux Logos and Mascots". Archived from the original on August 15, 2010. Retrieved August 11, 2009.
- "The util-linux code repository". GitHub. Retrieved October 31, 2024.
- "The Busybox about page". busybox.net. Archived from the original on November 27, 2021. Retrieved November 30, 2021.
- "The Alpine Linux about page". alpinelinux.org. Archived from the original on May 8, 2011. Retrieved November 30, 2021.
- "GNU Userland". April 10, 2012. Archived from the original on March 8, 2016.
- "Unix Fundamentals — System Administration for Cyborgs". Archived from the original on October 5, 2016.
- "Operating Systems — Introduction to Information and Communication Technology". Archived from the original on February 21, 2016.
- "The X Window System". Archived from the original on January 20, 2016.
- "PCLinuxOS Magazine – HTML". Archived from the original on May 15, 2013.
- "Plan 9 from User Space". Retrieved October 31, 2024.
- "The Plan 9 from User Space code repository". GitHub. Retrieved October 31, 2024.
- Landley, Robert. "What is ToyBox?". Toybox project website. Retrieved October 31, 2024.
- "The Linux Kernel Archives: Frequently asked questions". kernel.org. September 2, 2014. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
- ^ "U.S. Reg No: 1916230". United States Patent and Trademark Office. Archived from the original on June 24, 2013. Retrieved April 1, 2006.
- ^ "Re: How to pronounce Linux?". Newsgroup: comp.os.linux. April 23, 1992. Usenet: 1992Apr23.123216.22024@klaava.Helsinki.FI. Retrieved January 9, 2007.
- Eckert, Jason W. (2012). Linux+ Guide to Linux Certification (Third ed.). Boston, Massachusetts: Cengage Learning. p. 33. ISBN 978-1111541538. Archived from the original on May 9, 2013. Retrieved April 14, 2013.
The shared commonality of the kernel is what defines a system's membership in the Linux family; the differing OSS applications that can interact with the common kernel are what differentiate Linux distributions.
- "Twenty Years of Linux according to Linus Torvalds". ZDNet. April 13, 2011. Archived from the original on September 19, 2016. Retrieved September 19, 2016.
- Linus Benedict Torvalds (October 5, 1991). "Free minix-like kernel sources for 386-AT". Newsgroup: comp.os.minix. Archived from the original on March 2, 2013. Retrieved September 30, 2011.
- "What Is Linux: An Overview of the Linux Operating System". Medium. Archived from the original on June 12, 2020. Retrieved December 21, 2019.
- "Mac, Windows And Now, Linux". The New York Times. October 8, 1998. Retrieved December 4, 2024.
- ^ "GNU/Linux FAQ". Gnu.org. Archived from the original on September 7, 2013. Retrieved September 1, 2013.
- ^ "Linux and the GNU System". Gnu.org. Archived from the original on March 19, 2017. Retrieved September 1, 2013.
- "Major Distributions An overview of major Linux distributions and FreeBSD". Distrowatch.
- Andrus, Brian (July 8, 2024). "Top 12 Most Popular Linux Distros". DreamHost Blog. Retrieved November 15, 2024.
- DistroWatch. "DistroWatch.com: Put the fun back into computing. Use Linux, BSD". distrowatch.com. Archived from the original on April 2, 2013. Retrieved December 30, 2016.
- himanshu, Swapnil. "Best Linux distros of 2016: Something for everyone". CIO. Archived from the original on December 31, 2016. Retrieved February 1, 2022.
- "10 Top Most Popular Linux Distributions of 2016". www.tecmint.com. Archived from the original on December 30, 2016. Retrieved December 30, 2016.
- Ha, Dan (February 28, 2023). "9 reasons Linux is a popular choice for servers". LogicMonitor. Retrieved December 11, 2024.
- "Linux OS on IBM Z Mainframe". www.ibm.com. Retrieved December 11, 2024.
- Barry Levine (August 26, 2013). "Linux' 22th [sic] Birthday Is Commemorated - Subtly - by Creator". Simpler Media Group, Inc. Archived from the original on May 18, 2015. Retrieved May 10, 2015.
Originally developed for Intel x86-based PCs, Torvalds' "hobby" has now been released for more hardware platforms than any other OS in history.
- ^ Linksvayer, Mike (1993). "The Choice of a GNU Generation – An Interview With Linus Torvalds". Meta magazine. Archived from the original on February 25, 2009. Retrieved January 20, 2009.
- Bentson, Randolph. "The Humble Beginnings of Linux". dl.acm.org. Retrieved November 21, 2024.
- "History of Unix, BSD, GNU, and Linux - CrystalLabs — Davor Ocelic's Blog". crystallabs.io. Retrieved November 22, 2024.
- "LINUX: UNIX POWER FOR PEANUTS". Washington Post. May 22, 1995.
- ^ "What is Linux?". Opensource.com. Archived from the original on May 13, 2020. Retrieved May 12, 2020.
- "Various Licenses and Comments about Them - GNU Project - Free Software Foundation". www.gnu.org. Retrieved November 15, 2024.
- "GNU General Public License". GNU.org.
- Casad, Joe. "Copyleft » Linux Magazine". Linux Magazine. Retrieved November 15, 2024.
- "Linux kernel licensing rules". Linux kernel documentation. Archived from the original on September 6, 2022. Retrieved June 17, 2022.
- Linux-syscall-note on GitHub
- "Operating System Market Share Worldwide". StatCounter Global Stats. Archived from the original on February 15, 2020. Retrieved October 18, 2020.
- McPherson, Amanda (December 13, 2012). "What a Year for Linux: Please Join us in Celebration". Linux Foundation. Archived from the original on April 17, 2014. Retrieved April 16, 2014.
- Linux Devices (November 28, 2006). "Trolltech rolls "complete" Linux smartphone stack". Archived from the original on May 25, 2012. Retrieved January 12, 2017.
- ^ "Desktop Operating System Market Share Worldwide". StatCounter Global Stats. Archived from the original on March 21, 2024. Retrieved March 23, 2024.
- "ChromeOS Kernel" (PDF). kernel-recipes.org.
- "How the Google Chrome OS Works". HowStuffWorks. June 30, 2010. Retrieved December 11, 2024.
- Steven J. Vaughan-Nichols. "Chromebook shipments leap by 67 percent". ZDNet. Archived from the original on September 29, 2015. Retrieved September 29, 2015.
- "OS Market Share and Usage Trends". W3Cook.com. Archived from the original on August 6, 2015.
- Thibodeau, Patrick (2009). "IBM's newest mainframe is all Linux". Computerworld (published December 9, 2009). Archived from the original on November 11, 2016. Retrieved February 22, 2009.
- Vaughan-Nichols, Steven J. (2017). "Linux totally dominates supercomputers". ZDNet (published November 14, 2017). Archived from the original on November 14, 2017. Retrieved October 25, 2018.
- ^ Lyons, Daniel (March 15, 2005). "Linux rules supercomputers". Forbes. Archived from the original on February 24, 2007. Retrieved February 22, 2007.
- Eric Brown (March 29, 2019). "Linux continues advance in smart TV market". linuxgizmos.com. Archived from the original on June 29, 2020. Retrieved May 15, 2020.
- "Sony Open Source Code Distribution Service". Sony Electronics. Archived from the original on October 4, 2011. Retrieved October 8, 2011.
- "Sharp Liquid Crystal Television Instruction Manual" (PDF). Sharp Electronics. p. 24. Archived from the original (PDF) on January 11, 2012. Retrieved October 8, 2011.
- Steven J. Vaughan-Nichols (January 4, 2019). "It's a Linux-powered car world". ZDNet. Archived from the original on August 3, 2020. Retrieved May 15, 2020.
- "From Earth to orbit with Linux and SpaceX". ZDNet. Archived from the original on August 3, 2020. Retrieved June 6, 2020.
- "Linux on Mars!". IT PRO. August 18, 2021. Archived from the original on May 19, 2022. Retrieved June 30, 2022.
- Ritchie, D.M. (October 1984), "The UNIX System: The Evolution of the UNIX Time-sharing System", AT&T Bell Laboratories Technical Journal, 63 (8): 1577, doi:10.1002/j.1538-7305.1984.tb00054.x, S2CID 571269,
However, UNIX was born in 1969 ...
- Meeker, Heather (September 21, 2017). "Open source licensing: What every technologist should know". Opensource.com. Archived from the original on September 24, 2017. Retrieved September 24, 2017.
- Michael Vetter (August 10, 2021). Acquisitions and Open Source Software Development. Springer Nature. p. 13. ISBN 978-3-658-35084-0. Archived from the original on August 5, 2022. Retrieved August 5, 2022.
- Christopher Tozzi (August 11, 2017). For Fun and Profit: A History of the Free and Open Source Software Revolution. MIT Press. p. 52. ISBN 978-0-262-03647-4. Archived from the original on August 5, 2022. Retrieved August 5, 2022.
- Eric, S. Raymond (October 1999). The Cathedral and the Bazaar. Sebastopol, California: O'Reilly & Associates, Inc. p. 12. ISBN 0-596-00108-8. Archived from the original on July 18, 2022. Retrieved July 21, 2022.
In 1982, a group of Unix hackers from Stanford and Berkeley founded Sun Microsystems on the belief that Unix running on relatively inexpensive 68000-based hardware would prove a winning combination for a wide variety of applications. They were right, and their vision set the pattern for an entire industry. While still priced out of reach of most individuals, workstations were cheap for corporations and universities; networks of them (one to a user) rapidly replaced the older VAXes and other time-sharing systems
- Lazzareschi, Carla (January 31, 1988). "Sun Microsystems Is Blazing a Red-Hot Trail in Computers: $300-Million AT&T; Deal Moves Firm to Set Sights on IBM". Los Angeles Times. Archived from the original on July 21, 2022. Retrieved July 21, 2022.
- "About the GNU Project – Initial Announcement". Gnu.org. June 23, 2008. Archived from the original on March 5, 2009. Retrieved March 9, 2009.
- Christopher Tozzi (August 23, 2016). "Open Source History: Why Did Linux Succeed?". Archived from the original on August 17, 2017. Retrieved August 17, 2017.
- ^ "MINIX is now available under the BSD license". minix1.woodhull.com. April 9, 2000. Archived from the original on March 4, 2016.
- "Linus vs. Tanenbaum debate". Archived from the original on October 3, 2012. Retrieved February 19, 2014.
- Moody, Glyn (August 1, 1997). "The Greatest OS That (N)ever Was". Wired. Archived from the original on July 25, 2022. Retrieved July 20, 2022.
- Torvalds, Linus. "What would you like to see most in minix?". Newsgroup: comp.os.minix. Usenet: 1991Aug25.205708.9541@klaava.Helsinki.FI. Archived from the original on May 9, 2013. Retrieved September 9, 2006.
- Torvalds, Linus; Diamond, David (2001). Just for Fun: The Story of an Accidental Revolutionary. New York City: HarperCollins. pp. 78–80. ISBN 0-06-662073-2.
- Linus Torvalds (October 14, 1992). "Chicken and egg: How was the first linux gcc binary created??". Newsgroup: comp.os.minix. Usenet: 1992Oct12.100843.26287@klaava.Helsinki.FI. Archived from the original on May 9, 2013. Retrieved August 17, 2013.
- Torvalds, Linus (January 5, 1992). "Release notes for Linux v0.12". Linux Kernel Archives. Archived from the original on August 19, 2007. Retrieved July 23, 2007.
The Linux copyright will change: I've had a couple of requests to make it compatible with the GNU copyleft, removing the "you may not distribute it for money" condition. I agree. I propose that the copyright be changed so that it confirms to GNU ─ pending approval of the persons who have helped write code. I assume this is going to be no problem for anybody: If you have grievances ("I wrote that code assuming the copyright would stay the same") mail me. Otherwise, The GNU copyleft takes effect since the first of February. If you do not know the gist of the GNU copyright ─ read it.
- "Overview of the GNU System". Gnu.org. Archived from the original on February 28, 2009. Retrieved March 9, 2009.
- ^ Torvalds, Linus and Diamond, David, Just for Fun: The Story of an Accidental Revolutionary, 2001, ISBN 0-06-662072-4
- Torvalds, Linus (March 1994). "Index of /pub/linux/kernel/SillySounds". Archived from the original on October 8, 2009. Retrieved August 3, 2009.
- Garfinkel, Simson; Spafford, Gene; Schwartz, Alan (2003). Practical UNIX and Internet Security. O'Reilly. p. 21.
- Santhanam, Anand; Vishal Kulkarni (March 1, 2002). "Linux system development on an embedded device". DeveloperWorks. IBM. Archived from the original on March 29, 2007. Retrieved July 26, 2007.
- Galli, Peter (August 8, 2007). "Vista Aiding Linux Desktop, Strategist Says". eWEEK. Ziff Davis Enterprise Inc. Archived from the original on July 9, 2009. Retrieved November 19, 2007.
- Paul, Ryan (September 3, 2007). "Linux market share set to surpass Win 98, OS X still ahead of Vista". Ars Technica. Ars Technica, LLC. Archived from the original on November 16, 2007. Retrieved November 19, 2007.
- Beer, Stan (January 23, 2007). "Vista to play second fiddle to XP until 2009: Gartner". iTWire. Archived from the original on December 3, 2008. Retrieved November 19, 2007.
- "Operating System Marketshare for Year 2007". Market Share. Net Applications. November 19, 2007. Archived from the original on June 24, 2013. Retrieved November 19, 2007.
- "Vista slowly continues its growth; Linux more aggressive than Mac OS during the summer". XiTiMonitor. AT Internet/XiTi.com. September 24, 2007. Archived from the original on December 14, 2007. Retrieved November 19, 2007.
- "Global Web Stats". W3Counter. Awio Web Services LLC. November 10, 2007. Archived from the original on June 28, 2012. Retrieved November 19, 2007.
- "June 2004 Zeitgeist". Google Press Center. Google Inc. August 12, 2004. Archived from the original on July 11, 2011. Retrieved November 19, 2007.
- McMillan, Robert (October 10, 2003). "IBM, Brazilian government launch Linux effort". www.infoworld.com. IDG News Service. Archived from the original on March 15, 2015. Retrieved February 16, 2015.
- "About Us - The Linux Foundation". Archived from the original on October 28, 2018. Retrieved October 1, 2018.
- "Staff and Board — Free Software Foundation — Working together for free software". Free Software Foundation. Archived from the original on November 21, 2023. Retrieved November 22, 2023.
- "Free software is a matter of liberty, not price — Free Software Foundation — working together for free software". Fsf.org. Archived from the original on July 14, 2012. Retrieved July 12, 2012.
- Email correspondence on the Linux Kernel development mailing list Linus Torvalds (November 30, 2001). "Re: Coding style, a non-issue". kernel.org. Archived from the original on August 12, 2021. Retrieved August 10, 2020.
- Raymond, Eric S. (2001). O'Reilly, Tim (ed.). The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary (Second ed.). O'Reilly & Associates. p. 16. ISBN 0-596-00108-8.
- "You have to design it you cannot asymptotically reach Security." Cantrill 2017
- The Cantrill Strikes Back | BSD Now 117. Jupiter Broadcasting. November 26, 2015. Archived from the original on December 14, 2020. Retrieved September 7, 2021 – via YouTube.
- "Why is Linux called a monolithic kernel?". stackoverflow.com. 2009. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
- ^ "Anatomy of a Linux System" (PDF). O'Reilly. July 23–26, 2001. Archived (PDF) from the original on September 4, 2019. Retrieved October 10, 2018.
- "Admin Guide README". Kernel.org git repositories.
- M. Tim Jones (May 31, 2006). "Inside the Linux boot process". IBM Developer Works. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
- "What are the Different Types of Shells in Linux? | DigitalOcean". www.digitalocean.com. Retrieved November 17, 2024.
- "Understanding Linux Shells". Hivelocity Hosting. Retrieved November 17, 2024.
- Jake Edge (June 8, 2013). "The Wayland Situation: Facts About X vs. Wayland (Phoronix)". LWN.net. Archived from the original on October 22, 2013. Retrieved October 11, 2013.
- Miller, Matthew (May 6, 2022). "Announcing Fedora 36". Archived from the original on August 2, 2022. Retrieved October 28, 2022.
- Leiva-Gomez, Miguel (May 18, 2023). "What Is Wayland and What Does It Mean for Linux Users?". www.maketecheasier.com. Archived from the original on January 27, 2021. Retrieved June 18, 2024.
- "Linux TV: Television with Linux". linuxtv.org. Archived from the original on November 6, 2013. Retrieved October 16, 2013.
- Jonathan Corbet (October 11, 2006). "The Video4Linux2 API: an introduction". LWN.net. Archived from the original on October 7, 2013. Retrieved October 16, 2013.
- "Part I. Video for Linux Two API Specification". Chapter 7. Changes. linuxtv.org. Archived from the original on October 17, 2013. Retrieved October 16, 2013.
- Operating System Market Share (November 2009). "Operating System Market Share". Archived from the original on January 25, 2010. Retrieved December 11, 2009.
- "What is Copyleft? - GNU Project - Free Software Foundation". www.gnu.org. Archived from the original on October 6, 2015. Retrieved May 12, 2020.
- "POSIX.1 (FIPS 151-2) Certification". Archived from the original on February 26, 2012.
- "How source code compatible is Debian with other Unix systems?". Debian FAQ. the Debian project. Archived from the original on October 16, 2011.
- Eissfeldt, Heiko (August 1, 1996). "Certifying Linux". Linux Journal. Archived from the original on April 4, 2016.
- "The Debian GNU/Linux FAQ – Compatibility issues". Archived from the original on October 10, 2011. Retrieved September 17, 2011.
- comments, 26 Jul 2018 Steve OvensFeed 151up 9. "The evolution of package managers". Opensource.com. Archived from the original on July 26, 2018. Retrieved May 12, 2020.
{{cite web}}
: CS1 maint: numeric names: authors list (link) - "Get Fedora". getfedora.org. Archived from the original on July 11, 2020. Retrieved February 24, 2020.
- design, Cynthia Sanchez: front-end and UI, Zvezdana Marjanovic: graphic. "The makers' choice for sysadmins, developers and desktop users". openSUSE. Archived from the original on August 5, 2005. Retrieved February 24, 2020.
{{cite web}}
: CS1 maint: multiple names: authors list (link) - Inshanally, Philip (September 26, 2018). CompTIA Linux+ Certification Guide: A comprehensive guide to achieving LX0-103 and LX0-104 certifications with mock exams. Packt Publishing Ltd. p. 180. ISBN 978-1-78934-253-6.
- Barrett, Daniel J. (August 27, 2024). Linux kurz & gut: Die wichtigen Befehle (in German). O'Reilly. p. 61. ISBN 978-3-96010-868-9.
- Linux Format. "Linux Format DVD contents". Archived from the original on August 8, 2008. Retrieved January 17, 2008.
- linux-magazine.com. "Current Issue". Archived from the original on January 10, 2008. Retrieved January 17, 2008.
- ^ "State of Linux Kernel Development 2017". Linux Foundation. Archived from the original on November 14, 2021. Retrieved November 14, 2021.
- "From Freedom to Profit: Red Hat's Latest Move - An In-Depth Review of its Impact on Free Software and Open Source Values". Linux Careers. Retrieved November 16, 2024.
- Thompson, Ben (November 11, 2020). "Apple's Shifting Differentiation". Stratechery by Ben Thompson. Retrieved December 17, 2024.
- Equity, International Brand (May 28, 2024). "Apple Business Model Analysis". International Brand Equity (IBE). Retrieved December 17, 2024.
- "gfortran — the GNU Fortran compiler, part of GCC". GNU GCC. Archived from the original on April 18, 2020. Retrieved May 3, 2020.
- "GCC, the GNU Compiler Collection". www.gnu.org. Archived from the original on August 27, 2024. Retrieved December 17, 2024.
- "GCC vs. Clang/LLVM: An In-Depth Comparison of C/C++ Compilers".
- Das, Shakti (October 1, 2023). "Understanding Regular Expressions in Shell Scripting". Learn Scripting. Retrieved December 17, 2024.
- "Regular Expressions in Grep (Regex)". linuxize.com. March 11, 2020. Retrieved December 17, 2024.
- "Sculpting text with regex, grep, sed and awk". matt.might.net. Retrieved December 17, 2024.
- Brockmeier, Joe. "A survey of Linux Web development tools". Archived from the original on October 19, 2006. Retrieved December 16, 2006.
- Intel, Altus (September 25, 2024). "Elks 0.8 Released: Linux for 16-bit Intel CPUs". Altus Intel. Retrieved November 16, 2024.
- "UClinux". community.intel.com. June 26, 2019. Retrieved November 16, 2024.
- Das, Ankush (January 21, 2021). "Finally! Linux Runs Gracefully On Apple M1 Chip". It's FOSS News. Archived from the original on November 13, 2021. Retrieved November 13, 2021.
- Jimenez, Jorge (October 8, 2021). "Developers finally get Linux running on an Apple M1-powered Mac". PC Gamer. Archived from the original on January 11, 2023. Retrieved November 13, 2021.
- Proven, Liam (November 10, 2022). "OpenPrinting keeps old printers working, even on Windows". The Register. Archived from the original on January 7, 2023. Retrieved January 7, 2023.
- Bruce Byfield (August 14, 2007). "Is my hardware Linux-compatible? Find out here". Linux.com. Archived from the original on September 5, 2015. Retrieved September 4, 2015.
- "Linux Hardware". Linux Hardware Project. Archived from the original on January 26, 2021. Retrieved June 26, 2020.
- Wheeler, David A. "Why Open Source Software/Free Software (OSS/FS)? Look at the Numbers!". Archived from the original on April 5, 2006. Retrieved April 1, 2006.
- "Linux Operating System Market Size, Share and Forecast [2020-2027]". www.fortunebusinessinsights.com. Archived from the original on November 12, 2021. Retrieved November 12, 2021.
- "Linux Operating System Market Size, Share, Trends 2024-2032". www.expertmarketresearch.com. Archived from the original on February 3, 2023. Retrieved December 25, 2023.
- "The rise and rise of Linux". Computer Associates International. October 10, 2005. Archived from the original on February 17, 2007.
- Jeffrey S. Smith. "Why customers are flocking to Linux". IBM. Archived from the original on June 3, 2008.
- "W3Cook FAQ". W3Cook.com. Archived from the original on June 27, 2015. Retrieved June 30, 2015.
- "OS Market Share and Usage Trends". W3Cook.com. Archived from the original on August 6, 2015. Retrieved June 30, 2015.
- "Technologies Overview - methodology information". W3Techs. Retrieved June 30, 2015.
- "Linux vs. Windows usage statistics, November 2021". W3Techs. Archived from the original on March 30, 2022. Retrieved November 14, 2021.
- "Usage Statistics and Market Share of Unix for Websites, November 2021". W3Techs. Archived from the original on September 25, 2021. Retrieved November 14, 2021.
- "─ IDC Q1 2007 report". Linux-watch.com. May 29, 2007. Archived from the original on April 1, 2021. Retrieved March 9, 2009.
- "Server Operating System Market Size | Mordor Intelligence". www.mordorintelligence.com. Retrieved December 17, 2024.
- "Worldwide Server Market Summary and Outlook, 4Q23". IDC: The premier global market intelligence company. Retrieved December 17, 2024.
- Elad, Barry (February 3, 2024). "Linux Statistics 2024 By Market Share, Usage Data, Number Of Users and Facts". Enterprise Apps Today. Retrieved December 17, 2024.
- "Linux Statistics 2024". TrueList. Retrieved December 17, 2024.
- Elad, Barry (February 3, 2024). "Linux Statistics 2024 By Market Share, Usage Data, Number Of Users and Facts". Enterprise Apps Today. Retrieved December 17, 2024.
- "Linux Statistics 2024". TrueList. Retrieved December 17, 2024.
- "Usage Statistics and Market Share of Linux for Websites, December 2024". w3techs.com. Retrieved December 17, 2024.
- "Mobile Operating System Market Share Worldwide". StatCounter Global Stats. Archived from the original on October 11, 2020. Retrieved May 30, 2023.
- Egham (March 3, 2014). "Gartner Says Worldwide Tablet Sales Grew 68 Percent in 2013, With Android Capturing 62 Percent of the Market". Archived from the original on April 17, 2014. Retrieved June 13, 2014.
- "Mobile/Tablet Operating System Market Share". Netmarketshare.com. Archived from the original on June 28, 2021. Retrieved October 14, 2021.
- Strauss, Daryll. "Linux Helps Bring Titanic to Life". Archived from the original on January 12, 2012. Retrieved July 28, 2011.
- Rowe, Robin. "Linux and Star Trek". Archived from the original on July 12, 2011. Retrieved July 28, 2011.
- "Industry of Change: Linux Storms Hollywood". Archived from the original on April 11, 2009. Retrieved March 11, 2009.
- "Tux with Shades, Linux in Hollywood". Archived from the original on January 11, 2023. Retrieved March 11, 2009.
- "Weta Digital – Jobs". Archived from the original on December 30, 2010. Retrieved November 17, 2010.
- "LinuxMovies.org – Advancing Linux Motion Picture Technology". Archived from the original on March 1, 2012. Retrieved March 16, 2012.
- "LV: Minister: "Open standards improve efficiency and transparency"". Archived from the original on August 9, 2011. Retrieved February 21, 2009.
- "Linux Spreads its Wings in India". Archived from the original on July 28, 2011. Retrieved February 21, 2009.
- "Kerala shuts windows, schools to use only Linux". March 4, 2008. Archived from the original on May 15, 2011. Retrieved June 22, 2009.
- "China's Microprocessor Dilemma". Microprocessor Report. Archived from the original on September 18, 2009. Retrieved April 15, 2009.
- Krane, Jim (November 30, 2001). "Some countries are choosing Linux systems over Microsoft". Seattle Post-Intelligencer. Archived from the original on March 15, 2012. Retrieved February 21, 2009.
- "North Korea's 'paranoid' computer operating system revealed". The Guardian. December 27, 2015. Archived from the original on December 31, 2015. Retrieved December 31, 2015.
- "GNU General Public License, version 2". GNU Project. June 2, 1991. Archived from the original on December 7, 2013. Retrieved December 5, 2013.
- Torvalds, Linus (January 26, 2006). "Re: GPL V3 and Linux ─ Dead Copyright Holders". Linux Kernel Mailing List. Archived from the original on July 9, 2014.
- Torvalds, Linus (September 25, 2006). "Re: GPLv3 Position Statement". Linux Kernel Mailing List. Archived from the original on April 22, 2014.
- Brett Smith (July 29, 2013). "Neutralizing Laws That Prohibit Free Software — But Not Forbidding DRM". A Quick Guide to GPLv3. GNU Project. Archived from the original on December 1, 2013. Retrieved December 5, 2013.
- "Keeping an Eye on the Penguin". Linux-watch.com. February 7, 2006. Archived from the original on January 3, 2013. Retrieved November 9, 2010.
- ^ Wheeler, David A (July 29, 2002). "More Than a Gigabuck: Estimating GNU/Linux's Size". Archived from the original on April 21, 2006. Retrieved May 11, 2006.
- ^ Johnston, Louis; Williamson, Samuel H. (2023). "What Was the U.S. GDP Then?". MeasuringWorth. Retrieved November 30, 2023. United States Gross Domestic Product deflator figures follow the MeasuringWorth series.
- Amor, Juan José; et al. (June 17, 2007). "Measuring Etch: the size of Debian 4.0". Archived from the original on July 28, 2014. Retrieved September 16, 2007.
- Stahe, Sylviu (June 19, 2015). "There Is a Linux Detergent Out There and It's Trademarked". Softpedia. Archived from the original on June 22, 2015. Retrieved August 15, 2024.
- "Linux Timeline". Linux Journal. May 31, 2006. Archived from the original on February 3, 2013.
- Neil McAllister (September 5, 2005). "Linus gets tough on Linux trademark". InfoWorld. Archived from the original on April 12, 2008. Retrieved February 24, 2008.
- "Linux Mark Institute". Archived from the original on February 13, 2008. Retrieved February 24, 2008.
LMI has restructured its sublicensing program. Our new sublicense agreement is: Free – approved sublicense holders pay no fees; Perpetual – sublicense terminates only in breach of the agreement or when your organization ceases to use its mark; Worldwide – one sublicense covers your use of the mark anywhere in the world
- Richard Stallman (April 28, 1996). "The FSF is no longer sponsoring Debian". tech-insider.org. Archived from the original on February 21, 2014. Retrieved February 8, 2014.
- "TiVo ─ GNU/Linux Source Code". Archived from the original on May 19, 2007. Retrieved December 12, 2006.
- "About Debian". debian.org. December 8, 2013. Archived from the original on January 23, 2014. Retrieved January 30, 2014.
- Andrew D. Balsa; et al. (October 17, 2009). "The linux-kernel mailing list FAQ". vger.kernel.org. Archived from the original on October 1, 2012. Retrieved June 13, 2013.
...we have tried to use the word "Linux" or the expression "Linux kernel" to designate the kernel, and GNU/Linux to designate the entire body of GNU/GPL'ed OS software,... ...many people forget that the linux kernel mailing list is a forum for discussion of kernel-related matters, not GNU/Linux in general...
- Côrte-Real, Pedro (May 31, 2011). "How much GNU is there in GNU/Linux?". Split Perspective. Archived from the original on February 7, 2014. Retrieved January 28, 2014. (self-published data)
External links
- Graphical map of Linux Internals (archived)
- Linux kernel website and archives
- The History of Linux in GIT Repository Format 1992–2010 (archived)
Linux | |
---|---|
Linux kernel | |
Controversies | |
Distributions | |
Organizations | |
Adoption | |
Media | |
Professional related certifications | |
Linux distributions | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Android |
| ||||||||||||||||
Arch | |||||||||||||||||
Debian |
| ||||||||||||||||
Fedora |
| ||||||||||||||||
Gentoo | |||||||||||||||||
Mandrake | |||||||||||||||||
Mandriva | |||||||||||||||||
Slackware | |||||||||||||||||
SUSE | |||||||||||||||||
Other | |||||||||||||||||
Discontinued |
| ||||||||||||||||
Unix and Unix-like operating systems and compatibility layers | |||||||||
---|---|---|---|---|---|---|---|---|---|
Operating systems |
| ||||||||
Compatibility layers | |||||||||
Free and open-source software | |||
---|---|---|---|
General | |||
Software packages | |||
Community | |||
Organisations | |||
Licenses |
| ||
Challenges | |||
Related topics | |||
Operating systems | |||||
---|---|---|---|---|---|
General | |||||
Variants | |||||
Kernel |
| ||||
Process management |
| ||||
Memory management, resource protection | |||||
Storage access, file systems | |||||
Supporting concepts |