Download coreboot: Difference between revisions

From coreboot
Jump to navigation Jump to search
m (Simple formatting changes, some textual changes to prevent repeating information?)
No edit summary
Line 2: Line 2:


* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS]
* [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 Download latest daily snapshot from CVS]


Or, to use CVS directly:  
Or, to use CVS directly:  
Line 10: Line 11:


<code>% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2</code>
<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.  
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://snapshots.linuxbios.org/ Download snapshots]
* [http://snapshots.linuxbios.org/ Download snapshots]
You can also browse the CVS source tree directly using the link below.


* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree]
* [http://cvs.sourceforge.net/viewcvs.py/freebios/ Browse CVS source code tree]

Revision as of 20:56, 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.


You can also browse the CVS source tree directly using the link below.