xv6

wonderful world·2022년 10월 17일
0

what is xv6?

https://github.com/mit-pdos/xv6-public

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 x86-based multiprocessor using ANSI C.

project setup

Adding a system call

Getting familiar with the xv6 kernel and understanding how system call works

Reference

profile
hello wirld

0개의 댓글