BootLoader
在嵌入式操作系统中,BootLoader是在操作系统内核运行之前运行。可以初始化硬件设备、建立内存空间映射图,从而将系统的软硬件环境带到一个合适状态,以便为最终调用操作系统内核准备好正确的环境。在嵌入式系统中,通常并没有像BIOS那样的固件程序(注,有的嵌入式CPU也会内嵌一段短小的启动程序),因此...
共 806 份资源
源代码 4,828
BootLoader 热门资料
查看全部 806 份 →
PDF文档
A FLASH Bootloader for PIC16 and PIC18 Devices
Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program me...
PDF文档
A FLASH Bootloader for PIC16 and PIC18 Devices
Among the many features built into Microchip’sEnhanced FLASH Microcontroller devices is the capability of the program me...
PDF文档
张栖银详谈嵌入式之Bootloader
一、Bootloader的引入 1.1 Bootloader的引入 Linux内核的启动是需要一定的必要条件的,但在CPU刚上电启动时,一般连内存控制器都没有配置过,根本无法在内存中运行程序,更不可能处在Linux内核的启动环境中。为...