Download coreboot: Difference between revisions

From coreboot
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"). You can download the daily snapshot of the entire source tree from [http://cvs.sourceforge.net/cvstarballs/freebios-cvsroot.tar.bz2 here]
The CVS repository is maintained at SourceForge.net (project name "FreeBIOS"). A daily snapshot of the entire source tree is created nightly.  


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


% '''''cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login'''''
Or, to use CVS directly:  


Hit return when it asks you for a password. Then checkout (or update) the freebios2 source tree:  
<code>% cvs -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios login</code>


% '''''cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2'''''
Hit return when it asks you for a password (no password needed). Then checkout (or update) the freebios2 source tree:  


Also, there is a daily snapshot available at snapshots.linuxbios.org. There is a .bz2 tar file
<code>% cvs -z3 -d:pserver:anonymous@cvs.freebios.sourceforge.net:/cvsroot/freebios co freebios2</code>
that gets updated when the CVS changes. Older snapshots are maintained as well. [http://snapshots.linuxbios.org/ Download snapshots]


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.