Jonathon wrote:
> So I am a total newb to both OpenSolaris and Sun systems in general.  But I 
> do have a lot of background in Linux systems and compiling the linux kernel 
> from source.  I have been following the instructions that I can online to 
> teach me how to build opensolaris from source.  I had a quick question on the 
> source code however.  I cloned the source mercurial repos using the command 
> provided on the opensolaris site:
> 
> hg clone ssh://a...@hg.opensolaris.org/hg/onnv/onnv-gate
> 
> But it seems that some of the source code is missing...?  For example, for 
> some of the files I only have .c.i extension files which are not in clear 
> text.  For example,
> 
> onnv-gate/.hg/store/data/usr/src/uts/common/io/sysinit.c.i
> 
> Where is the actual sysinit.c file located?  I can't seem to find it.  This 
> may be something to do with me never having used mercurial before as well.

Files under .hg/store are mercurial's data about the file history and
nothing you want to look at.

If that file existed in the current gate, it would be found at
onnv-gate/usr/src/uts/common/io/sysinit.c

I believe it was replaced a couple of years ago however (before the
move to hg, so the history may not have been correctly handled in the
import from teamware):

http://hg.genunix.org/onnv-gate.hg/rev/8b0e0a8b09314e

-- 
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to