Remove read more links and replace photos with webp format for better

seo
This commit is contained in:
2024-04-24 04:32:03 +00:00
parent 6b62306a29
commit a8861b1506
34 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Xv6 introduction"
date: 2017-07-28 14:56:55 -0400
tags: ["Xv6", "Teaching", "Operating system"]
author: Pengzhan Hao
cover: '/static/2024-04/xv6.png'
cover: '/static/2024-04/xv6.webp'
---
In this post, you will learn a few basic concepts of xv6. Learning path will be closed coupled to first project assignment I gave when I assisted in teaching OS classes.