Bootloader(引导加载程序)是计算机启动时最先运行的一段程序,负责初始化硬件并将操作系统加载到内存中。它是连接硬件固件与操作系统之间的桥梁。
/ˈbuːtˌloʊdər/
My phone won't start because the bootloader is corrupted.
我的手机无法启动,因为引导加载程序损坏了。
Before installing a custom operating system on your device, you need to unlock the bootloader, which allows the system to load unsigned firmware.
在设备上安装自定义操作系统之前,你需要先解锁引导加载程序,这样系统才能加载未签名的固件。
Bootloader 由 boot 和 loader 两部分组成。Boot 源自短语 "pull oneself up by one's bootstraps"(拽着自己的靴带把自己拉起来),比喻计算机在没有外部帮助的情况下自行启动的过程,这个概念在20世纪50年代被引入计算机领域。Loader 意为"加载器",指将程序装入内存的工具。合在一起,bootloader 就是"启动时负责加载系统的程序"。