An open API service indexing awesome lists of open source software.

https://github.com/keyan/xv6

Solutions for https://pdos.csail.mit.edu/6.828/2019/xv6.html
https://github.com/keyan/xv6

Last synced: about 1 year ago
JSON representation

Solutions for https://pdos.csail.mit.edu/6.828/2019/xv6.html

Awesome Lists containing this project

README

          

My lab implementations for https://pdos.csail.mit.edu/6.828/2019/xv6.html.

xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix
Version 6 (v6). xv6 loosely follows the structure and style of v6,
but is implemented for a modern RISC-V multiprocessor using ANSI C.