blob: 5de957148b9855774678c2513274672336beeb03 [file] [log] [blame]
Uwe Hermann10d55b42006-10-20 21:50:01 +00001-------------------------------------------------------------------------------
2LinuxBIOS README
3-------------------------------------------------------------------------------
4
5LinuxBIOS is a Free Software project aimed at replacing the proprietary
6BIOS you can find in most of today's computers.
7
8It performs just a little bit of hardware initialization and then executes
9one of many possible payloads, e.g. a Linux kernel.
10
11
12Payloads
13--------
14
15After the basic initialization of the hardware has been performed, any
16desired "payload" can be started by LinuxBIOS. Examples include:
17
18 * A Linux kernel
19 * FILO (a simple bootloader with filesystem support)
20 * OpenBIOS (a free IEEE1275-1994 Open Firmware implementation)
21 * Etherboot (for network booting and booting from raw IDE or FILO)
22 * ADLO (for booting Windows 2000 or OpenBSD)
23 * Plan 9 (a distributed operating system)
24 * memtest86 (for testing your RAM)
25
26
27Supported Hardware
28------------------
29
30LinuxBIOS supports a wide range of chipsets, devices, and mainboards.
31
32For details please consult:
33
34 * http://www.linuxbios.org/Supported_Motherboards
35 * http://www.linuxbios.org/Supported_Chipsets_and_Devices
36
37
38Website and Mailing List
39------------------------
40
41Further details on the project, a FAQ, many HOWTOs, news, development
42guidelines and more can be found on the LinuxBIOS website:
43
44 http://www.linuxbios.org
45
46You can contact us directly on the LinuxBIOS mailing list:
47
48 http://www.linuxbios.org/Mailinglist
49
50
51Copyright and License
52---------------------
53
54The copyright on LinuxBIOS is owned by quite a large number of individual
55developers and companies. Please check the individual source files for details.
56
57LinuxBIOS is licensed under the terms of the GNU General Public License (GPL).
58Some files are licensed under the "GPL (version 2, or any later version)",
59and some files (mostly those derived from the Linux kernel) are licensed under
60the "GPL, version 2". For some parts, which were derived from other projects,
61other (GPL-compatible) licenses may apply. Please check the individual
62source files for details.
63