This repository is initially to practice lab assignments from the MIT 6.828 Operating System Engineering course. After finishing the course's assignments, I plan to implemented some other kernel features in this repository.
WIP
WIP
Please chek the original xv6-risv repo for the acknowledgements
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.