Computer Science, asked by DannyDhum, 1 year ago

what is bootloader in android OS

Answers

Answered by kittu49
2
After pressing start button an animation is appear which called bootloader.
Answered by Anonymous
0

Explanation:

A bootloader, in any device, is a program, that is written in Assembly Programming Language (The Lowest Level possible Programming language that could interact with machine). The bootloader loads sectors(varies according to device) of memory into RAM and Jumps to the location of loaded program, this would usually be a Second-Stage Bootloader or the Kernel.

Similar questions