The Linux kernel is distributed under the GNU General Public License. ("What Is Linux's Open-Source License?")
There is a historical archive of all versions of the Linux kernel at http://ps.cus.umist.ac.uk/~rhw/kernel.versions.html.
See also the Wikipedia articles on the Linux kernel and the Linux operating system.
A: Linux was written originally for Intel processor based PC's, using the hardware facilities of the 80386 processor and its successors to implement its features. The 80386 family includes the 80486, and all of the Pentium chips. However, there are now many ports to other hardware platforms. ("Ports to Other Processors")
There are also Linux distributions specifically for mobile and handheld platforms. An API specification and developers kit for the Crusoe Smart Microprocessor developed by Transmeta Corporation are at http://www.transmeta.com. Information on the Linux distribution for the Compaq iPAQ is at http://www.handhelds.org.
Refer also to the Linux INFO-SHEET for more details as well as the answers to "Where Is the Documentation?", "What Hardware Is Supported?", and "Ports to Other Processors", below.
There are a handful of major Linux distributions, and as a beginner you are probably safer using one of them. For information about them, and how they are installed, see the ERROR: LDP namespace resolution failure on Distributions-HOWTO from the Linux Documentation Project. Also, a list of distributions is updated weekly at http://lwn.net.
Before you select which distribution you want to try, read their descriptions carefully and compare them to your needs. Each distribution is tailored to a particular type of user. Some are optimized to function as servers, some are optimized for gaming, and some are optimized for desktop and office use.
There are a few distributions which are considered to be outstanding choices for new users:
Red Hat is particularly good for servers
Mandrake is excellent as a desktop system
SuSE is also excellent as a desktop system
There are also a large number of releases which are distributed less globally that suit special local and national needs. Many of them are archived at ftp://ftp.tux.org.
A: Every distribution provides a download on their home page. This is a requirement of the licensing terms of the software, so if you cannot afford to pay for your distribution, you can get a copy this way. Some people compromise between paying and downloading, for example by buying each major release (such as 6.0) but downloading the point releases (such as 6.1 and 6.2).
Also, archives of many of the distributions are on line at: ftp://ftp.tux.org and http://planetmirror.com/pub/linux.
A: Some hardware vendors now ship systems with Linux pre-installed. However, they sometimes make it very difficult to buy them - they offer Linux on only a few systems, which are server machines, or they require you to go to a special "Linux" section on their website.
A: There is a very thorough installation guide on line at http://heather.cs.ucdavis.edu/~matloff/linux.html
A: Some distributions (e.g., Debian GNU/Linux) can be installed via anonymous FTP from various Linux archive sites, but unless you have cable, DSL, or some other broadband Internet access, the size of the distribution makes this impractical. ("")
Postings on the Usenet News groups, including the FAQ, are archived on http://groups.google.com/. Search for "comp.os.linux.*," "alt.uu.comp.os.linux.*", or whatever is appropriate, to retrieve articles from the Linux News groups. ("What News Groups Are There for Linux?")
There is a DOS emulator, called DOSEMU, that lets Linux run programs written for DOS. The latest stable release is 0.98.3. The FTP archives are at ftp://ftp.dosemu.org/dosemu. The Web site is http://www.dosemu.org.
The emulator can run DOS itself and some (but not all) DOS applications. Be sure to look at the [README] file to determine which version you should get. Also, see the DOSEMU-HOWTO (slightly dated at this pointit doesn't cover the most recent version of the program), at ftp://metalab.unc.edu/pub/Linux/docs/HOWTO.
Work has been progressing on WINE, an emulator for Microsoft Windows binaries. ("Can Linux Run Microsoft Windows Programs?")
Intel Binary Compatibility Standard (iBCS2) emulator code for SVR4 ELF and SVR3.2 COFF binaries can be included in the kernel as a compile-time option. There is information at ftp://tsx-11.mit.edu/pub/linux/BETA/ibcs2/README. For more information see the INFO-SHEET.
Some companies have commercial software available. They often announce their availability on comp.os.linux.announce try searching the archives. ("Are the News Groups Archived Anywhere?").
A: Look first in the Linux Software Map. It's at: ftp://metalab.unc.edu/pub/Linux/docs/linux-software-map/, and on the other FTP sites. A search engine is available on the World Wide Web at http://www.boutell.com/lsm/.
Also check out the Freshmeat Web site: http://www.freshmeat.net, which is where many new announcements of free software first appear. Freshmeat is basically a site index that continuously updates the notices of new or upgraded software for Linux, and maintains indexes of the announcements and links to their URL's.
The FTP sites ("") often have [ls-lR] or [INDEX] directory listings which you can search using grep or a text editor. The directory listings files can be very large, however, making them unwieldy for quick searches.
Also look at the Linux Projects Map: ftp://ftp.ix.de/pub/ix/Linux/docs/Projects-Map.gz.
There's a search engine for Linux FTP archives at: http://lfw.linuxhq.com.
Searching for "Linux" on the World Wide Web provides copious references. ("Where Is the Linux Stuff on the World Wide Web?")
If you don't find anything, you could download the sources to the program yourself and compile them. See ("How Do I Port XXX to Linux?"). If it's a large package that may require some porting, post a message to comp.os.linux.development.apps. The popularity of Linux makes this an extremely unlikely occurrence. The great majority of software available on other UNIX-type systems has already been ported to Linux.
If you compile a large-ish program, please upload it to one or more of the FTP sites, and post a message to comp.os.linux.announce (submit your posting to linux-announce@news.ornl.gov.
If you're looking for an application program, the chances are that someone has already written a free version. The comp.sources.wanted FAQ has instructions for finding the source code.
A: A minimal Linux installation requires a machine for which a port exists, at least 2Mb of RAM, and a single floppy drive, but to do anything even remotely useful, more RAM and disk space are needed. Refer to: "Ports to Other Processors", "What are the Disk Space Requirements for Minimal, Server, and Workstation Use?", and "What are the Minimum and Maximum Memory Requirements?"
Intel CPU, PC-compatible machines require at least an 80386 processor to run the standard Linux kernel.
Linux, including the X Window System GUI, runs on most current laptops. Refer to the answer for: "How Do I Find Out If a Notebook Runs Linux?". There are numerous sources of information about specific PC's, video cards, disk controllers, and other hardware. Refer to the ERROR: LDP namespace resolution failure on INFO-SHEET, ERROR: LDP namespace resolution failure on Laptop-HOWTO, and the ERROR: LDP namespace resolution failure on Unix-Hardware-Buyer-HOWTO. ("Where Is the Documentation?")
A: The Web site, Overview of Linux Ports: http://www.itp.uni-hannover.de/~kreutzm/de/lin_plattforms.html provides a listing of known ports.
Another site with a list of ports is: http://lodda.igo.uni-hannover.de/ports/linux_ports.html
In addition, the following information is available about specific ports:
On Intel platforms, VESA Local Bus and PCI bus are supported.
MCA (IBM's proprietary bus) and ESDI hard drives are mostly supported. There is further information on the MCA bus and what cards Linux supports on the Micro Channel Linux Web page, http://www.dgmicro.com/mca. Refer also to the answer for: "Where Is the Linux Stuff on the World Wide Web?"
There is a port of Linux to the 8086, known as the Embeddable Linux Kernel Subset (ELKS). This is a 16-bit subset of the Linux kernel which will mainly be used for embedded systems, at: http://www.linux.org.uk/Linux8086.html. Standard Linux does not run 8086 or 80286 processors, because it requires task-switching and memory management facilities found on 80386 and later processors.
Linux supports multiprocessing with Intel MP architecture. See the file [Documentation/smp.tex] in the Linux kernel source code distribution.
A project has been underway for a while to port Linux to suitable 68000-series based systems like Amigas and Ataris. The Linux/m68K FAQ is located at http://www.clark.net/pub/lawrencc/linux/faq/faq.html. The URL of the Linux/m68k home page is http://www.linux-m68k.org/faq/faq.html.
There is a m68k port for the Amiga by Jes Sorensen, which is located at ftp://sunsite.auc.dk/pub/os/linux/680x0/redhat/. The installation FAQ for the package, by Ron Flory, is at http://www.feist.com/~rjflory/linux/rh/.
There is also a linux-680x0 mailing list. ("What Mailing Lists Are There?")
There is (or was) a FTP site for the Linux-m68k project on ftp.phil.uni-sb.de/pub/atari/linux-68k, but this address may no longer be current.
Debian GNU/Linux is being ported to Alpha, Sparc, PowerPC, and ARM platforms. There are mailing lists for all of them. See http://www.debian.org/MailingLists/subscribe
One of the Linux-PPC project pages has moved recently. Its location is http://www.linuxppc.org, and the archive site is ftp://ftp.linuxppc.org/linuxppc.
There is a Linux-PPC support page at http://www.cs.nmt.edu/~linuxppc/. There you will find the kernel that is distributed with Linux.
There are two sites for the Linux iMac port: http://w3.one.net/~johnb/imaclinux, and http://www.imaclinux.net:8080/content/index.html.
A port to the 64-bit DEC Alpha/AXP is at http://www.azstarnet.com/~axplinux/. There is a mailing list at vger.redhat.com: ("What Mailing Lists Are There?")
Ralf Baechle is working on a port to the MIPS, initially for the R4600 on Deskstation Tyne machines. The Linux-MIPS FTP sites are ftp://ftp.fnet.fr/linux-mips and ftp://ftp.linux.sgi.com/pub/mips-linux. Interested people may mail their questions and offers of assistance to linux@waldorf-gmbh.de.
There is (or was) also a MIPS channel on the Linux Activists mail server and a linux-mips mailing list. ("What Mailing Lists Are There?")
There are currently two ports of Linux to the ARM family of processors. One of these is for the ARM3, fitted to the Acorn A5000, and it includes I/O drivers for the 82710/11 as appropriate. The other is to the ARM610 of the Acorn RISC PC. The RISC PC port is currently in its early to middle stages, owing to the need to rewrite much of the memory handling. The A5000 port is in restricted beta testing. A release is likely soon.
For more, up-to-date information, read the newsgroup comp.sys.acorn.misc. There is a FAQ at http://www.arm.uk.linux.org.
The Linux SPARC project is a hotbed of activity. There is a FAQ and plenty of other information available from the UltraLinux page, http://www.ultralinux.org.
The Home Page of the UltraSPARC port ("UltraPenguin") is located at http://sunsite.mff.cuni.cz/linux/ultrapenguin-1.0/, although the URL may not be current.
There is also a port to SGI/Indy machines ("Hardhat"). The URL is http://www.linux.sgi.com.
mem=XXM |
Or place the following in your [/etc/lilo.conf] file:
append="mem=XXM" |
The parameter "XXM" is the amount of memory, specified as megabytes; for example, "128M."
# Example only; do not use. append="parport=0x3bc,none serial=0x3f8,4 mem=XXM" |
Be sure to run the "lilo" command to install the new configuration.
For further information about LILO, refer to the manual pages for lilo and [lilo.conf], the documentation in [/usr/doc/lilo], the ERROR: LDP namespace resolution failure on LILO-HOWTO, and the answer for: "How Do I Set the Boot-Time Configuration?", below.
A: Linux supports a few dozen USB devices at present, and work is underway to develop additional device drivers. There is a Web page devoted to the subject, at http://www.linux-usb.org. There is also LDP documentation, at: ("Where Is the Linux Stuff on the World Wide Web?")
Support for USB version 2.0 was recently added to development kernels, but is not yet available in the 2.4 series.
There is a FAQ for the GPL at: http://www.gnu.org/copyleft/gnu-faq.html.
This is not the same as Public Domain. See the Copyright FAQ, ftp://rtfm.mit.edu/pub/usenet/news.answers/law/copyright, for details.
Full details are in the file [COPYING] in the Linux kernel sources (probably in [/usr/src/linux] on your system).
The licenses of the utilities and programs which come with the installations vary. Much of the code is from the GNU Project at the Free Software Foundation, and is also under the GPL. Some other major programs often included in Linux distributions are under a BSD license and other licenses.
Note that discussion about the merits or otherwise of the GPL should be posted to the news group gnu.misc.discuss, and not to the comp.os.linux hierarchy.
For legal questions, refer to the answer: (``Where Are Linux Legal Issues Discussed?'')
A: Officially and operating system is not allowed to be called a UNIX until it passes the Open Group's certification tests, and supports the necessary API's. Very few of the commercial operating systems have passed the Open Group tests. For more information, see http://www.unix-systems.org/what_is_unix.html.
A: Unofficially, Linux is very similar to the operating systems which are known as UNIX, and for many purposes they are equivalent.
[Bob Friesenhahn]
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |