OpenBOOT: Difference between revisions
Jump to navigation
Jump to search
m (→Download) |
|||
Line 18: | Line 18: | ||
$ svn co <nowiki>https://www.openbios.org/openboot-svn/ openboot</nowiki> | $ svn co <nowiki>https://www.openbios.org/openboot-svn/ openboot</nowiki> | ||
__NOEDITSECTION__ |
Revision as of 10:50, 12 August 2007
Introduction
In 2006 Sun Microsystems released their Open Firmware implementation OpenBoot under a BSL like license. Their code supports the sun4v architecture running on a hypervisor.
Download
The code can be browsed online with the ViewVC facility.
The repository is available through Subversion:
You can check it out as follows:
$ svn co svn://openbios.org/openboot/
if you want a specific revision:
$ svn co svn://openbios.org/openboot -r 1
If your company installed a firewall that blocks the svn port (3690) you can also check out using the webdav frontend:
$ svn co https://www.openbios.org/openboot-svn/ openboot