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<br/>runs when the system is just started B: Bootloader<br/>can do system initialization C: Bootloader<br/>includes all functions of the application D: Bootloader<br/>is responsible for copying the operating system kernel into memory
- 由于Bootloader严重依赖于硬件实现,嵌入式系统中没有一个通用的Bootloader
- 如果Boot Loader、内核以及其他的系统映像四部分在固态存储设备上分别独立存放,则其存储结构的分配顺序应当是( ) A: 文件系统、内核、Bootloader B: Bootloader、内核、文件系统 C: Bootloader、文件系统、内核 D: 内核、 Bootloader、文件系统
- 虽然Bootloader严重依赖于硬件实现,但是Bootloader的设计与实现有一些通用的概念。
- The ( ) has several major components, including the system kernel, a memory management system, the file system manager, device drivers, and the system libraries. A: application B: information system C: operating system D: iterative