added resource explaining xv6 code for OSTEP

fixed typo
This commit is contained in:
spamegg 2022-12-03 16:59:25 +03:00
parent ffa5e057ca
commit 94c6cc2664
No known key found for this signature in database
GPG Key ID: 92206829EEA79C5E

View File

@ -146,7 +146,7 @@ However, that book glosses over a lot of the details in the code that you might
[Here](https://github.com/YehudaShapira/xv6-explained) is another in-depth explanation of the xv6 code.
Also [here](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) is an excellent video series walking through much of the xv6 code, and
Also [here](https://www.youtube.com/playlist?list=PLbtzT1TYeoMhTPzyTZboW_j7TPAnjv9XB) is an excellent video series walking through much of the xv6 code.
### Miscellaneous