Updated all covers and small css change

This commit is contained in:
2024-04-19 04:41:23 +00:00
parent 2f9718bfbe
commit 6b62306a29
24 changed files with 60 additions and 57 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/2021-10/Xv6_LS_Command_Output.png'
cover: '/static/2024-04/xv6.png'
---
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.