Skip to content

Nikolas-LFDesigns/cm_device_a4_kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

to compile kernel:

place arm-eabi-4.4.3 toolchain to home folder so you will have a path like that:
~/arm-eabi-4.4.3/bin/arm-eabi-

in terminal:
cd kernel
export ARCH=arm
export CROSS_COMPILE=~/arm-eabi-4.4.3/bin/arm-eabi-
make menuconfig
make -j[num of cpu cores*2]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.1%
  • Assembly 2.2%
  • Objective-C 0.4%
  • C++ 0.2%
  • Perl 0.1%
  • Shell 0.0%