Add timeline

This commit is contained in:
2018-09-09 17:56:44 -04:00
parent 6ab8e86263
commit dbc49e914f
22 changed files with 1367 additions and 2 deletions
+5
View File
@@ -10,6 +10,7 @@
<meta name="description" content="I hate xv6, a stupid, useless education-oriented system. In this article, I will generally talk about how to implement system call to this operating system.">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/timeline.css">
<link rel="canonical" href="https://codersherlock.github.com//archivers/intro-xv6">
<link rel="alternate" type="application/rss+xml" title="Stop Talking, Start Doing - 停止空想,开始行动" href="https://codersherlock.github.com//feed.xml" />
<script>
@@ -42,6 +43,8 @@
<a class="page-link" href="/about/">About</a>
@@ -55,6 +58,8 @@
</nav>
</div>
</header>