blob: c18ad27930f83c3283c8912a28c5bcb8966aa13f [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)
Uwe Hermann72e87062007-02-26 13:52:42 +000020 * GRUB2 (a free bootloader; support is in development)
Uwe Hermann10d55b42006-10-20 21:50:01 +000021 * OpenBIOS (a free IEEE1275-1994 Open Firmware implementation)
Uwe Hermann72e87062007-02-26 13:52:42 +000022 * Open Firmware (a free IEEE1275-1994 Open Firmware implementation)
23 * SmartFirmware (a free IEEE1275-1994 Open Firmware implementation)
24 * GNUFI (a free, UEFI-compatible firmware)
Uwe Hermann10d55b42006-10-20 21:50:01 +000025 * Etherboot (for network booting and booting from raw IDE or FILO)
26 * ADLO (for booting Windows 2000 or OpenBSD)
27 * Plan 9 (a distributed operating system)
28 * memtest86 (for testing your RAM)
29
30
31Supported Hardware
32------------------
33
34LinuxBIOS supports a wide range of chipsets, devices, and mainboards.
35
36For details please consult:
37
38 * http://www.linuxbios.org/Supported_Motherboards
39 * http://www.linuxbios.org/Supported_Chipsets_and_Devices
40
41
42Website and Mailing List
43------------------------
44
45Further details on the project, a FAQ, many HOWTOs, news, development
46guidelines and more can be found on the LinuxBIOS website:
47
48 http://www.linuxbios.org
49
50You can contact us directly on the LinuxBIOS mailing list:
51
52 http://www.linuxbios.org/Mailinglist
53
54
55Copyright and License
56---------------------
57
58The copyright on LinuxBIOS is owned by quite a large number of individual
59developers and companies. Please check the individual source files for details.
60
61LinuxBIOS is licensed under the terms of the GNU General Public License (GPL).
62Some files are licensed under the "GPL (version 2, or any later version)",
63and some files (mostly those derived from the Linux kernel) are licensed under
64the "GPL, version 2". For some parts, which were derived from other projects,
65other (GPL-compatible) licenses may apply. Please check the individual
66source files for details.
67
Uwe Hermann3f5411c2007-02-27 22:21:59 +000068This makes the resulting LinuxBIOS images licensed under the GPL, version 2.
69