8 Forks
30 Stars
30 Watchers

learn-xv6

Advanced course for learning how an operating system actually works internally using Xv6. We recommend this course to learners with experience in software development and the C language.

How to download and setup learn-xv6

Open terminal and run command
git clone https://github.com/nbicocchi/learn-xv6.git
git clone is used to create a copy or clone of learn-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 learn-xv6 https://github.com/nbicocchi/learn-xv6/archive/master.zip

Or simply clone learn-xv6 with SSH
[email protected]:nbicocchi/learn-xv6.git

If you have some problems with learn-xv6

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