Mirroring from commit 106549a4362f6b499da522f8f8f5ed9f98388f87 from Coreboot upstream

This commit is contained in:
2026-02-17 08:55:05 +10:00
commit 5e919b3ee7
279 changed files with 89283 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
SeaBIOS may be distributed under the terms of the [GNU
LGPLv3](https://www.gnu.org/licenses/lgpl-3.0-standalone.html) license.
Both source code and binaries are available.
Latest source code
==================
The SeaBIOS project uses the [git](https://git-scm.com/) revision
control system. To download the latest source from revision control,
run:
```
$ git clone https://git.seabios.org/seabios.git
$ cd seabios
```
There's also a [website](http://git.seabios.org/) to browse the latest
source code online.
Released versions
=================
Released versions of the source code are available at:
<https://www.seabios.org/downloads/>
Please see [releases](Releases.md) for information on each release.