由于Bootloader严重依赖于硬件实现,嵌入式系统中没有一个通用的Bootloader
举一反三
- 虽然Bootloader严重依赖于硬件实现,但是Bootloader的设计与实现有一些通用的概念。
- Bootloader仅依赖于CPU的体系结构,不依赖于具体的嵌入式板级设备配置
- 嵌入式系统一般由嵌入式微处理器,系统外部电路,(),和特定应用程序4个部分组成。 A: 嵌入式操作系统 B: 硬件驱动程序 C: BootLoader D: 文件系统
- 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.
- 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