Download coreboot: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Simple formatting changes, some textual changes to prevent repeating information?) |
||
Line 1: | Line 1: | ||
The CVS repository is maintained at SourceForge.net (project name "FreeBIOS"). | The CVS repository is maintained at SourceForge.net (project name "FreeBIOS"). A daily snapshot of the entire source tree is created nightly. | ||
* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS] | |||
Or, to use CVS directly: | |||
<code>% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login</code> | |||
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree: | |||
<code>% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2</code> | |||
There is an archive of daily snapshots available at snapshots.linuxbios.org. There is a .bz2 tar file that gets updated when the CVS changes. Older snapshots are maintained as well. | |||
[http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree] | * [http://snapshots.linuxbios.org/ Download snapshots] | ||
* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree] |
Revision as of 20:54, 1 March 2005
The CVS repository is maintained at SourceForge.net (project name "FreeBIOS"). A daily snapshot of the entire source tree is created nightly.
Or, to use CVS directly:
% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree:
% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2
There is an archive of daily snapshots available at snapshots.linuxbios.org. There is a .bz2 tar file that gets updated when the CVS changes. Older snapshots are maintained as well.