mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Optimized UX and fixed bugs
- Added temp logo
- Added favicon
- Enabled Disqus (jekyll.env)
- Changed Home layout
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
title: "Xv6 introduction"
|
||||
date: 2017-07-28 14:56:55 -0400
|
||||
tags: xv6
|
||||
|
||||
author: Pengzhan Hao
|
||||
---
|
||||
|
||||
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.
|
||||
Understand system call and know how to implement a simple one will be coved as the first half.
|
||||
In the second half of this post, I will discuss a little bit more on how to debug xv6 using gdb.
|
||||
<!--more-->
|
||||
|
||||
## Xv6 Systemcall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user