The kernel is a central component of most computer operating systems. It acts as bridge between applications and the hardware and also manages the systems's resources.

learn more… | top users | synonyms

62
votes
7answers
14k views

What is the difference between: Rooting, Jailbreak, ROM, Mod, etc.?

What is the difference between: Rooting Jailbreaking ROM NAND and Nandroid Operating System Mod (e.g. CyanogenMod) Recovery (ClockworkMod, Amon Ra) Custom Kernel (e.g. LeshaK's kernel) Firmware ...
44
votes
1answer
2k views

What linux distribution is Android based on?

Did Google use some existing distribution (Debian, Red Hat, etc.) to create Android, or did they use the bare essentials (kernel, file system and some mandatory files)?
2
votes
3answers
4k views

Get root or re-install the OS without a USB cable?

Usually, the guides for getting root or re-installing the OS on an Android device (I have a Samsung Galaxy S, which I'm mostly inetersted about) tell to flash the device from another computer through ...
2
votes
0answers
1k views

Does Cyanogendmod Kernel support loop devices?

Since I am failing to mount a Nandroid image and since I have read that the Kernel needs to support loop devices for that I need to know if anybody has managed to mount a loop device on CM7 or ...
1
vote
0answers
39 views

What are the technical differences between bootloader, recovery, kernel and ROM? [duplicate]

Possible Duplicate: What is the difference between: Rooting, Jailbreak, ROM, Mod, etc.? I'd love a reference (or an explanation if anyone has the time) on what characterizes these different ...
1
vote
1answer
734 views

Flashing an official Samsung galaxy tab kernel

I have a Galaxy Tab 10.1 (GT-P7510) with Android 3.2 and kernel 2.6.36.3 installed. I'm building a customized kernel using Samsung's official kernel source code for research purposes. I do not need to ...