index.html 5.9 KB
Newer Older
1 2 3


<!DOCTYPE html>
Y
Yifan Wu 已提交
4 5
<!--[if IE 8]><html class="no-js lt-ie9" lang="zh-CN" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="zh-CN" > <!--<![endif]-->
6 7 8 9 10
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
Y
Yifan Wu 已提交
11
  <title>第一章:编译运行 RV64 裸机程序 &mdash; rCore-Tutorial-Book-v3 0.1 文档</title>
12 13 14 15 16 17 18 19
  

  
  
  
  

  
Y
Yifan Wu 已提交
20
  <script type="text/javascript" src="../_static/js/modernizr.min.js"></script>
21 22 23 24 25 26 27
  
    
      <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
        <script src="../_static/jquery.js"></script>
        <script src="../_static/underscore.js"></script>
        <script src="../_static/doctools.js"></script>
        <script src="../_static/language_data.js"></script>
Y
Yifan Wu 已提交
28
        <script src="../_static/translations.js"></script>
29 30 31 32 33
        <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-AMS-MML_HTMLorMML"></script>
    
    <script type="text/javascript" src="../_static/js/theme.js"></script>

    
Y
Yifan Wu 已提交
34 35 36 37

  
  <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Y
Yifan Wu 已提交
38 39
    <link rel="index" title="索引" href="../genindex.html" />
    <link rel="search" title="搜索" href="../search.html" />
Y
Yifan Wu 已提交
40
    <link rel="next" title="应用程序运行环境与平台支持" href="1app-ee-platform.html" />
41 42 43 44 45 46 47 48 49 50 51 52 53 54
    <link rel="prev" title="快速上手" href="../quickstart.html" /> 
</head>

<body class="wy-body-for-nav">

   
  <div class="wy-grid-for-nav">
    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search" >
          

          
Y
Yifan Wu 已提交
55
            <a href="../index.html" class="icon icon-home"> rCore-Tutorial-Book-v3
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
          

          
          </a>

          
            
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
              
            
            
Y
Yifan Wu 已提交
85
              <p class="caption"><span class="caption-text">正文</span></p>
86 87
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../quickstart.html">快速上手</a></li>
Y
Yifan Wu 已提交
88
<li class="toctree-l1 current"><a class="current reference internal" href="#">第一章:编译运行 RV64 裸机程序</a><ul>
Y
Yifan Wu 已提交
89
<li class="toctree-l2"><a class="reference internal" href="1app-ee-platform.html">应用程序运行环境与平台支持</a></li>
Y
Yifan Wu 已提交
90
<li class="toctree-l2"><a class="reference internal" href="2remove-std.html">移除标准库依赖</a></li>
Y
Yifan Wu 已提交
91
<li class="toctree-l2"><a class="reference internal" href="3minimal-rt.html">重建最小化运行时</a></li>
Y
Yifan Wu 已提交
92
<li class="toctree-l2"><a class="reference internal" href="4load-manually.html">手动加载应用程序</a></li>
Y
Yifan Wu 已提交
93 94 95 96 97 98
</ul>
</li>
</ul>
<p class="caption"><span class="caption-text">开发注记</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../rest-example.html">reStructuredText 基本语法</a></li>
Y
Yifan Wu 已提交
99
<li class="toctree-l1"><a class="reference internal" href="../collaboration.html">项目协作</a></li>
100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <nav class="wy-nav-top" aria-label="top navigation">
        
          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
          <a href="../index.html">rCore-Tutorial-Book-v3</a>
        
      </nav>


      <div class="wy-nav-content">
        
        <div class="rst-content">
        
          















<div role="navigation" aria-label="breadcrumbs navigation">

  <ul class="wy-breadcrumbs">
    
Y
Yifan Wu 已提交
143
      <li><a href="../index.html">Docs</a> &raquo;</li>
144
        
Y
Yifan Wu 已提交
145
      <li>第一章:编译运行 RV64 裸机程序</li>
146 147 148 149 150
    
    
      <li class="wy-breadcrumbs-aside">
        
            
Y
Yifan Wu 已提交
151
            <a href="../_sources/chapter1/index.rst.txt" rel="nofollow"> View page source</a>
152 153 154 155 156 157 158 159 160 161 162 163
          
        
      </li>
    
  </ul>

  
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
Y
Yifan Wu 已提交
164
  <div class="section" id="rv64">
Y
Yifan Wu 已提交
165
<h1>第一章:编译运行 RV64 裸机程序<a class="headerlink" href="#rv64" title="永久链接至标题"></a></h1>
Y
Yifan Wu 已提交
166 167
<div class="toctree-wrapper compound">
</div>
168 169 170 171 172 173 174 175 176 177
</div>


           </div>
           
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
Y
Yifan Wu 已提交
178
        <a href="1app-ee-platform.html" class="btn btn-neutral float-right" title="应用程序运行环境与平台支持" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
Y
Yifan Wu 已提交
179
      
180 181 182 183 184 185 186 187 188 189
      
        <a href="../quickstart.html" class="btn btn-neutral float-left" title="快速上手" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
Y
Yifan Wu 已提交
190
        &copy; Copyright 2020, Yifan Wu
191 192 193

    </p>
  </div>
Y
Yifan Wu 已提交
194
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 
195 196 197 198 199 200 201 202 203 204 205

</footer>

        </div>
      </div>

    </section>

  </div>
  

Y
Yifan Wu 已提交
206

207 208 209 210 211 212 213 214 215 216 217 218 219
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.Navigation.enable(true);
      });
  </script>

  
  
    
   

</body>
</html>