Android Kernel Download Method in Mac OS X, androidkernel
In the previous log, I summarized the methods for downloading the Android source code. Here I will briefly summarize the kernel download methods. Refer to the introduction here: http://source.android.com/source/building-kernels.html#downloading-sources, download the kernel source code is relatively simple a lot. I downloaded more than 1 GB. Enter at the terminal:
$ git clone https://android.googlesource.com/kernel/common.git
If the folder name is not specified, clone it to the common folder. In this folder, the ls command does not see any code, but it is actually very simple. Enter:
$ git branch -a
We can see the names of all branch and the name of the current branch. Let's select a branch. For example, here I enter:
$ git checkout -b android-2.6.39 origin/android-2.6.39
After running, we found that there are a lot of source code in the folder, and then input the previous command, you can also see that it is currently under 2.6.39. In addition, if you need source code and Kernel download at the same time, you can refer to the user in the log last method: http://blog.csdn.net/sakulafly/article/details/8466702
Differences between Mac OS X and android
Mac OS x is a private system for Apple Computers. android is a private system for mobile phones and tablets. It is a wide range of open-source software.
I downloaded a Mac OS x snow leopard dmg file just now. How can I install it in Windows?
I want to install mac OS without reading any tutorials? You are really good !!
You want to know how to install it. I told you!
1. Download the mac image file. It is recommended to download the integrated or lazy version (you have already downloaded the image, so skip this article)
2. Download hard drive write assistant, macdrive, chameleon or other boot programs
3. Separate Two partitions, one 10 Gb drive letter, and one 30 GB or more. Do not format them.
4. Use the hard disk write assistant to write the image file to a 10 GB disk
5. Install the boot program and macdrive. After installing macdrive, restart the computer and enter the 10 Gb directory to replace the OSInstall. mpkg and kernel mach_kernel files.
6. restart the computer and select the mac installation disk.
7. install it!
Easy ~