代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/462867/7193917
axf boot.axf
www.eeworm.com/read/462247/7205841
js boot.js
/**
* @author stan | chaoliang@staff.sina.com.cn
*/
//- debug -
var __debug_mode = false; //should be false
//- dev -
//- 1 : index.dev.js | 引入小文件
//- 2 : index.dev.js & import decode file | 引入
www.eeworm.com/read/462247/7205861
js boot.js
/**
* @author stan | chaoliang@staff.sina.com.cn
*/
//- debug -
var __debug_mode = false; //should be false
//- dev -
//- 1 : index.dev.js | 引入小文件
//- 2 : index.dev.js & import decode file | 引入
www.eeworm.com/read/462018/7212958
s boot.s
/* Sample initialization file */
.extern main
.extern exit
/* .text is used instead of .section .text so it works with arm-aout too. */
.text
.code 32
www.eeworm.com/read/138020/7215530
asm boot.asm
;Program Name: STRAP.ASM
;
CR EQU 0DH
LF EQU 0AH
BIO_SEG EQU 800H
BootAddr EQU 7C00H
IBMBIO_LenAddr EQU 55
NumberOfHead_RD EQU 7C2AH
StartingSector_RD EQU 21H
NumberOfCylinder_RD
www.eeworm.com/read/461804/7219200
s boot.s
IMPORT main
;IMPORT FIQ_Handler
IMPORT IRQ_Handler
AREA boot ,CODE ,READONLY
ENTRY
B Reset_Handler ;0x00000000 复位
B Undefined_Handler ;0X00000004 末定义指令
B SWI_Handler
www.eeworm.com/read/461804/7219203
axf boot.axf
www.eeworm.com/read/461804/7219207
o boot.o
www.eeworm.com/read/461804/7219208
bin boot.bin
www.eeworm.com/read/461804/7219211