6 Forks
4 Stars
4 Watchers

JOS

My solutions to MIT's JOS programming labs (kernel hacking)

How to download and setup JOS

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

Or simply clone JOS with SSH
[email protected]:ilstam/JOS.git

If you have some problems with JOS

You may open issue on JOS support forum (system) here: https://github.com/ilstam/JOS/issues