Added a README file for LinuxBIOS.
[coreboot.git] / README
1 -------------------------------------------------------------------------------
2 LinuxBIOS README
3 -------------------------------------------------------------------------------
4
5 LinuxBIOS is a Free Software project aimed at replacing the proprietary
6 BIOS you can find in most of today's computers.
7
8 It performs just a little bit of hardware initialization and then executes
9 one of many possible payloads, e.g. a Linux kernel.
10
11
12 Payloads
13 --------
14
15 After the basic initialization of the hardware has been performed, any
16 desired "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
27 Supported Hardware
28 ------------------
29
30 LinuxBIOS supports a wide range of chipsets, devices, and mainboards.
31
32 For details please consult:
33
34  * http://www.linuxbios.org/Supported_Motherboards
35  * http://www.linuxbios.org/Supported_Chipsets_and_Devices
36
37
38 Website and Mailing List
39 ------------------------
40
41 Further details on the project, a FAQ, many HOWTOs, news, development
42 guidelines and more can be found on the LinuxBIOS website:
43
44   http://www.linuxbios.org
45
46 You can contact us directly on the LinuxBIOS mailing list:
47
48   http://www.linuxbios.org/Mailinglist
49
50
51 Copyright and License
52 ---------------------
53
54 The copyright on LinuxBIOS is owned by quite a large number of individual
55 developers and companies. Please check the individual source files for details.
56
57 LinuxBIOS is licensed under the terms of the GNU General Public License (GPL).
58 Some files are licensed under the "GPL (version 2, or any later version)",
59 and some files (mostly those derived from the Linux kernel) are licensed under
60 the "GPL, version 2". For some parts, which were derived from other projects,
61 other (GPL-compatible) licenses may apply. Please check the individual
62 source files for details.
63