These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / seabios / docs / Download.md
1 SeaBIOS may be distributed under the terms of the [GNU
2 LGPLv3](http://www.gnu.org/licenses/lgpl-3.0-standalone.html) license.
3 Both source code and binaries are available.
4
5 Latest source code
6 ==================
7
8 The SeaBIOS project uses the [git](http://git-scm.com/) revision
9 control system. To download the latest source from revision control,
10 run:
11
12 ```
13 $ git clone git://git.seabios.org/seabios.git seabios
14 $ cd seabios
15 ```
16
17 There's also a [website](http://git.seabios.org/) to browse the latest
18 source code online.
19
20 Released versions
21 =================
22
23 Released versions of the source code are available at:
24
25 <http://code.coreboot.org/p/seabios/downloads/>
26
27 Please see [releases](Releases) for information on each release.