![]() |
Linux on the Toshiba e-series PDAsE-series kernel sources.Last update: 2007-12-29 |
The current development sourcecode for e-series PDAs can be downloaded directly from my public git repository. HOWEVER please note: My bandwidth is limited so please _DO NOT_ clone my entire repository. If this becomes a problem, public access to this repository will be withdrawn.
You can browse the source via gitweb
First clone the linux kernel from kernel.org:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git cd linux-2.6
Now add my repository as a remote:
git remote add mnementh git://git.mnementh.co.uk/linux-2.6-im.git git fetch mnementh
Now create a working branch and merge in my changes:
git checkout -b my_branch master git merge mnementh/<branch>
(replace <branch> with the branch you want)