Android BootUp Sequence: Major Milestones
Jul 23, 2024 · 2 min read · 1. Power On When the user presses the power button, it loads the bootloader from a predefined location in ROM to RAM and executes it. 2. Bootloader This is a small program that loads before kernel. It primarily loads the kernel and executes it. 3. Li...
Join discussion

