Repositories
kernel
This project is 0xlab’s kernel tree. It contains several branches for different platforms, like OMAP3, SMDK6410, and may be more in the future. Also, all of them are intended for being able to boot into Android.
-
Cloning this repository:
git clone git://gitorious.org/0xlab-kernel/kernel.git kernel cd kernel
Add this repository as a remote to an existing local repository:
git remote add kernel git://gitorious.org/0xlab-kernel/kernel.git git fetch kernel git checkout -b my-local-tracking-branch kernel/master_or_other_branch
hychens-clone
I applied Harishkumar V’s patch to 0xdroid, and the touchscreen codes from Angstorm kernel, but touchscreen does not work very well. Patchs are welcome :p
-
Cloning this repository:
git clone git://gitorious.org/~hychen/0xlab-kernel/hychens-clone.git hychens-clone cd hychens-clone
Add this repository as a remote to an existing local repository:
git remote add hychens-clone git://gitorious.org/~hychen/0xlab-kernel/hychens-clone.git git fetch hychens-clone git checkout -b my-local-tracking-branch hychens-clone/master_or_other_branch
sunnyfedora99s-kernel6
-
Cloning this repository:
git clone git://gitorious.org/~sunnyfedora99/0xlab-kernel/sunnyfedora99s-kernel6.git sunnyfedora99s-kernel6 cd sunnyfedora99s-kernel6
Add this repository as a remote to an existing local repository:
git remote add sunnyfedora99s-kernel6 git://gitorious.org/~sunnyfedora99/0xlab-kernel/sunnyfedora99s-kernel6.git git fetch sunnyfedora99s-kernel6 git checkout -b my-local-tracking-branch sunnyfedora99s-kernel6/master_or_other_branch
u-boot
the Universal Boot Loader
-
Cloning this repository:
git clone git://gitorious.org/0xlab-kernel/u-boot.git u-boot cd u-boot
Add this repository as a remote to an existing local repository:
git remote add u-boot git://gitorious.org/0xlab-kernel/u-boot.git git fetch u-boot git checkout -b my-local-tracking-branch u-boot/master_or_other_branch
michaelwangs-hychens-clone
-
Cloning this repository:
git clone git://gitorious.org/~michaelwang/0xlab-kernel/michaelwangs-hychens-clone.git michaelwangs-hychens-clone cd michaelwangs-hychens-clone
Add this repository as a remote to an existing local repository:
git remote add michaelwangs-hychens-clone git://gitorious.org/~michaelwang/0xlab-kernel/michaelwangs-hychens-clone.git git fetch michaelwangs-hychens-clone git checkout -b my-local-tracking-branch michaelwangs-hychens-clone/master_or_other_branch
michaelwangs-0xlab-kernel
-
Cloning this repository:
git clone git://gitorious.org/~michaelwang/0xlab-kernel/michaelwangs-0xlab-kernel.git michaelwangs-0xlab-kernel cd michaelwangs-0xlab-kernel
Add this repository as a remote to an existing local repository:
git remote add michaelwangs-0xlab-kernel git://gitorious.org/~michaelwang/0xlab-kernel/michaelwangs-0xlab-kernel.git git fetch michaelwangs-0xlab-kernel git checkout -b my-local-tracking-branch michaelwangs-0xlab-kernel/master_or_other_branch
bandwidthcrunchs-0xkernel
-
Cloning this repository:
git clone git://gitorious.org/~bandwidthcrunch/0xlab-kernel/bandwidthcrunchs-0xkernel.git bandwidthcrunchs-0xkernel cd bandwidthcrunchs-0xkernel
Add this repository as a remote to an existing local repository:
git remote add bandwidthcrunchs-0xkernel git://gitorious.org/~bandwidthcrunch/0xlab-kernel/bandwidthcrunchs-0xkernel.git git fetch bandwidthcrunchs-0xkernel git checkout -b my-local-tracking-branch bandwidthcrunchs-0xkernel/master_or_other_branch
0xlab-kernel
-
Cloning this repository:
git clone git://gitorious.org/~gptechinno/0xlab-kernel/0xlab-kernel.git 0xlab-kernel cd 0xlab-kernel
Add this repository as a remote to an existing local repository:
git remote add 0xlab-kernel git://gitorious.org/~gptechinno/0xlab-kernel/0xlab-kernel.git git fetch 0xlab-kernel git checkout -b my-local-tracking-branch 0xlab-kernel/master_or_other_branch
xitrumchs-kernel
-
Cloning this repository:
git clone git://gitorious.org/~xitrumch/0xlab-kernel/xitrumchs-kernel.git xitrumchs-kernel cd xitrumchs-kernel
Add this repository as a remote to an existing local repository:
git remote add xitrumchs-kernel git://gitorious.org/~xitrumch/0xlab-kernel/xitrumchs-kernel.git git fetch xitrumchs-kernel git checkout -b my-local-tracking-branch xitrumchs-kernel/master_or_other_branch
chenshengyangs-hychens-clone
-
Cloning this repository:
git clone git://gitorious.org/~chenshengyang/0xlab-kernel/chenshengyangs-hychens-clone.git chenshengyangs-hychens-clone cd chenshengyangs-hychens-clone
Add this repository as a remote to an existing local repository:
git remote add chenshengyangs-hychens-clone git://gitorious.org/~chenshengyang/0xlab-kernel/chenshengyangs-hychens-clone.git git fetch chenshengyangs-hychens-clone git checkout -b my-local-tracking-branch chenshengyangs-hychens-clone/master_or_other_branch
lemoned69s-kernel
-
Cloning this repository:
git clone git://gitorious.org/~lemoned69/0xlab-kernel/lemoned69s-kernel.git lemoned69s-kernel cd lemoned69s-kernel
Add this repository as a remote to an existing local repository:
git remote add lemoned69s-kernel git://gitorious.org/~lemoned69/0xlab-kernel/lemoned69s-kernel.git git fetch lemoned69s-kernel git checkout -b my-local-tracking-branch lemoned69s-kernel/master_or_other_branch
lemoned69s-u-boot
-
Cloning this repository:
git clone git://gitorious.org/~lemoned69/0xlab-kernel/lemoned69s-u-boot.git lemoned69s-u-boot cd lemoned69s-u-boot
Add this repository as a remote to an existing local repository:
git remote add lemoned69s-u-boot git://gitorious.org/~lemoned69/0xlab-kernel/lemoned69s-u-boot.git git fetch lemoned69s-u-boot git checkout -b my-local-tracking-branch lemoned69s-u-boot/master_or_other_branch
srinivasbs-kernel
-
Cloning this repository:
git clone git://gitorious.org/~srinivasb/0xlab-kernel/srinivasbs-kernel.git srinivasbs-kernel cd srinivasbs-kernel
Add this repository as a remote to an existing local repository:
git remote add srinivasbs-kernel git://gitorious.org/~srinivasb/0xlab-kernel/srinivasbs-kernel.git git fetch srinivasbs-kernel git checkout -b my-local-tracking-branch srinivasbs-kernel/master_or_other_branch
allenmaxys-kernel
-
Cloning this repository:
git clone git://gitorious.org/~allenmaxy/0xlab-kernel/allenmaxys-kernel.git allenmaxys-kernel cd allenmaxys-kernel
Add this repository as a remote to an existing local repository:
git remote add allenmaxys-kernel git://gitorious.org/~allenmaxy/0xlab-kernel/allenmaxys-kernel.git git fetch allenmaxys-kernel git checkout -b my-local-tracking-branch allenmaxys-kernel/master_or_other_branch
bondalins-kernel
-
Cloning this repository:
git clone git://gitorious.org/~bondalin/0xlab-kernel/bondalins-kernel.git bondalins-kernel cd bondalins-kernel
Add this repository as a remote to an existing local repository:
git remote add bondalins-kernel git://gitorious.org/~bondalin/0xlab-kernel/bondalins-kernel.git git fetch bondalins-kernel git checkout -b my-local-tracking-branch bondalins-kernel/master_or_other_branch
bondalins-u-boot
-
Cloning this repository:
git clone git://gitorious.org/~bondalin/0xlab-kernel/bondalins-u-boot.git bondalins-u-boot cd bondalins-u-boot
Add this repository as a remote to an existing local repository:
git remote add bondalins-u-boot git://gitorious.org/~bondalin/0xlab-kernel/bondalins-u-boot.git git fetch bondalins-u-boot git checkout -b my-local-tracking-branch bondalins-u-boot/master_or_other_branch
xiangyu1s-kernel
-
Cloning this repository:
git clone git://gitorious.org/~xiangyu1/0xlab-kernel/xiangyu1s-kernel.git xiangyu1s-kernel cd xiangyu1s-kernel
Add this repository as a remote to an existing local repository:
git remote add xiangyu1s-kernel git://gitorious.org/~xiangyu1/0xlab-kernel/xiangyu1s-kernel.git git fetch xiangyu1s-kernel git checkout -b my-local-tracking-branch xiangyu1s-kernel/master_or_other_branch
johnnychuangs-kernel
-
Cloning this repository:
git clone git://gitorious.org/~johnnychuang/0xlab-kernel/johnnychuangs-kernel.git johnnychuangs-kernel cd johnnychuangs-kernel
Add this repository as a remote to an existing local repository:
git remote add johnnychuangs-kernel git://gitorious.org/~johnnychuang/0xlab-kernel/johnnychuangs-kernel.git git fetch johnnychuangs-kernel git checkout -b my-local-tracking-branch johnnychuangs-kernel/master_or_other_branch
jacobis-kernel
-
Cloning this repository:
git clone git://gitorious.org/~jacobi/0xlab-kernel/jacobis-kernel.git jacobis-kernel cd jacobis-kernel
Add this repository as a remote to an existing local repository:
git remote add jacobis-kernel git://gitorious.org/~jacobi/0xlab-kernel/jacobis-kernel.git git fetch jacobis-kernel git checkout -b my-local-tracking-branch jacobis-kernel/master_or_other_branch

