Skip to content

oybek851/android_kernel_samsung_G800H-MM

 
 

Repository files navigation

Unofficial Kernel Marshmallow 6.0.1 for SM-G800H

Qualcomm Snapdragon 400 MSM8226 ################################################################################################### HOW TO BUILD Unofficial Kernel Marshmallow 6.0.1 for SM-G800H

  1. How to Build

    Extract kernel source and move into the top directory.

    $ ./build_kernel.sh

  2. Output files

    • Kernel : Kernel/arch/arm/boot/zImage
    • module : Kernel/drivers//.ko
  3. How to Clean

    $ make clean

  4. How to make .tar binary for downloading into target.

    • change current directory to Kernel/arch/arm/boot
    • type following command

    $ tar cvf Unofficial_Kernel_MM.tar zImage

###################################################################################################

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.3%
  • Objective-C 2.7%
  • C++ 1.5%
  • Assembly 0.2%
  • Makefile 0.2%
  • Perl 0.1%