Sohib AL-Gotimel wrote:
> and i cant see the /usr/src on my virtual machine how to get the directory
This question was asked some month ago, and discussed in this group.
> and is there difference between code available at /usr/src and the one that
> available at git ?
This is how git works: you have a local copy (at /usr/src) of the full
repository, and you can exchange with other repositories; `git clone`
allows you to copy;
git.minix3.org is one of those you can exchange
with, and contains the most up-to-date official copy of the source; so
cloning from it will seed your new repository with the best source.
Antoine