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
- Host: GitHub
- URL: https://github.com/keyan/xv6
- Owner: keyan
- License: other
- Created: 2020-05-10T18:09:44.000Z (about 6 years ago)
- Default Branch: xv6-19au
- Last Pushed: 2020-05-10T22:15:37.000Z (about 6 years ago)
- Last Synced: 2025-02-09T00:43:04.051Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 16.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.