Which of the following is not a feature of bootloader( )
A: Bootloader
runs when the system is just started
B: Bootloader
can do system initialization
C: Bootloader
includes all functions of the application
D: Bootloader
is responsible for copying the operating system kernel into memory
A: Bootloader
runs when the system is just started
B: Bootloader
can do system initialization
C: Bootloader
includes all functions of the application
D: Bootloader
is responsible for copying the operating system kernel into memory
举一反三
- Which of the following is not a feature of bootloader() A: Bootloader runs when the system is just started. B: Bootloader can do system initialization. C: Bootloader includes all functions of the application. D: Bootloader is responsible for copying the operating system kernel into memory.
- 由于Bootloader严重依赖于硬件实现,嵌入式系统中没有一个通用的Bootloader
- 如果Boot Loader、内核以及其他的系统映像四部分在固态存储设备上分别独立存放,则其存储结构的分配顺序应当是( ) A: 文件系统、内核、Bootloader B: Bootloader、内核、文件系统 C: Bootloader、文件系统、内核 D: 内核、 Bootloader、文件系统
- 虽然Bootloader严重依赖于硬件实现,但是Bootloader的设计与实现有一些通用的概念。
- Bootloader的功能是将操作系统内核从FLASH复制到RAM,然后跳转到RAM的内核起始处开始运行。在操作系统运行过程中,Bootloader还会起到监控操作系统运行的功能。(<br/>)