summaryrefslogtreecommitdiffstats
path: root/public-repository/index.html
blob: c9b076729ede2d12974986a98deb722643083bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
  <head> 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
    <meta name="verify-v1" content="pZNmf5XyUUfAPdlSPbFSavMUsLgVsmBYOXzOhbIy2gw=" /> 
    <link rel="stylesheet" type="text/css" href="../inc/format.css"/> 
    <title>LITMUS RT: Public Repositories</title> 
  </head> 
  <body> 
  
    <body>   
    <div class="logobox"> 
        <img src="../inc/litmusrt.png" alt="LITMUS^RT: Linux Testbed for Multiprocessor Scheduling in Real-Time Systems" /> 
	<p class="authors"> 
	   <a href="http://www.cs.unc.edu/~anderson/">Dr. James H. Anderson &amp;
	   Students</a>, 
	   <a href="http://www.unc.edu">The University of North Carolina at Chapel Hill</a> 
	</p> 
 
   </div> 

  <div class="nav"> 
   <p>   
   <a href="../index.html#about">about</a> - 
   <a href="../index.html#support">support</a> -
   <a href="../index.html#collaborators">collaborators</a> - 
   <a href="../index.html#publications">publications</a> - 
   <a href="../index.html#download">download</a> - 
   <a href="../index.html#install">installation</a> -
   <a href="../index.html#doc">documentation</a> -
   <a href="../index.html#development">development</a>      
   </p> 
   </div> 

<p><br/><p> <!-- CSS me... -->

    <h2 id="development">Public Repositories</h2> 
    <div class="box">  
    <p class="nomargin">
	To clone the kernel repository, enter the following command:
    </p>
<pre class="shell">
git clone http://www.cs.unc.edu/~anderson/litmus-rt/public-repository/litmus.git
</pre>
	<p>To clone the liblitmus repository, enter the following command:
	</p>
<pre class="shell">
git clone http://www.cs.unc.edu/~anderson/litmus-rt/public-repository/liblitmus.git
</pre>
	<p class="nobottommargin">
        Note that the <tt>litmus.git</tt> repository contains a large portion of the
        Linux kernel repository, and will take some time to download. It is 1.1 GB in
        size as of February, 2011.
    </p>

    <p class="nobottommargin">
        Please contact the <a href="../index.html#collaborators">current maintainer</a> if you
        have any questions.
    </p>
    </div>

  </body>
</html>