os confirmo de primera mano que es un kernel para GB.
Aqui uno de los ficheros y su contenido Readme, donde todos podemos entender que es para GB:
Código:
HOW TO BUILD KERNEL 2.6.35 FOR GT-I9003
1. How to Build
- get Toolchain
Visit http://www.codesourcery.com/, download and install Sourcery G++ Lite 2009q3-68 toolchain for ARM EABI.
Extract kernel source and move into the top directory.
$ toolchain\arm-eabi-4.4.0
$ cd kernel/
$ make android_latona_r08_user_defconfig
$ make
2. Output files
- Kernel : kernel/arch/arm/boot/zImage
3. How to make .tar binary for downloading into target.
- Use mkbootimg utility in Android development kit which create merged image (normalboot.img)
containing kernel and rootfilesystem.
- make tarfile with command as below
$ tar cvf GT-I9003_Kernel_Gingerbread.tar normalboot.img