2 Forks
13 Stars
13 Watchers

xv6

This repository gives the complete description of adding system calls to the xv6 kernel.

How to download and setup xv6

Open terminal and run command
git clone https://github.com/Anurag-A-K/xv6.git
git clone is used to create a copy or clone of xv6 repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with xv6 https://github.com/Anurag-A-K/xv6/archive/master.zip

Or simply clone xv6 with SSH
[email protected]:Anurag-A-K/xv6.git

If you have some problems with xv6

You may open issue on xv6 support forum (system) here: https://github.com/Anurag-A-K/xv6/issues