OpenBOOT: Difference between revisions

From OpenBIOS
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
== Download ==
== Download ==


The code can be browsed online with the [http://openbios.org/viewvc/?root=OpenBOOT ViewVC facility].  
You can [https://github.com/openbios/openboot browse the source code online].


The repository is available through Subversion:
The repository is available through git:


You can check it out as follows:
You can check it out as follows:
   $ svn co svn://openbios.org/openboot/
   $ git checkout https://github.com/openbios/openboot.git


if you want a specific revision:
__NOEDITSECTION__
  $ 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 <nowiki>https://www.openbios.org/openboot-svn/ openboot</nowiki>

Latest revision as of 15:57, 9 December 2018

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

You can browse the source code online.

The repository is available through git:

You can check it out as follows:

 $ git checkout https://github.com/openbios/openboot.git