Repositories
valix-master
Old Master Valix Repo, new repo Valix-A1 represents rewrite with more focus on runtime and userspace drivers for smaller overall kernel and C codebase.
-
Cloning this repository:
git clone git://gitorious.org/valix/valix-master.git valix-master cd valix-master
Add this repository as a remote to an existing local repository:
git remote add valix-master git://gitorious.org/valix/valix-master.git git fetch valix-master git checkout -b my-local-tracking-branch valix-master/master_or_other_branch
valix-a1
Alpha One for Valix: see http://valix.co.nr/ for more information.
-
Cloning this repository:
git clone git://gitorious.org/valix/valix-a1.git valix-a1 cd valix-a1
Add this repository as a remote to an existing local repository:
git remote add valix-a1 git://gitorious.org/valix/valix-a1.git git fetch valix-a1 git checkout -b my-local-tracking-branch valix-a1/master_or_other_branch
valix-002
This is the latest repo!
-
Cloning this repository:
git clone git://gitorious.org/valix/valix-002.git valix-002 cd valix-002
Add this repository as a remote to an existing local repository:
git remote add valix-002 git://gitorious.org/valix/valix-002.git git fetch valix-002 git checkout -b my-local-tracking-branch valix-002/master_or_other_branch

