代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/229833/14315208
wpj boot.wpj
Document file - DO NOT EDIT
BSP_DIR
$(WIND_BASE)/target/config/bspS3C44B0X
BUILD_RULE_linkSyms.o
{linkSyms.o \
: \
} \
{$(CC) \
$(OPTION_OBJECT_ONLY) \
$(CFLAG
www.eeworm.com/read/229580/14328844
asm boot.asm
.ref _c_int00
.global RESET_RST
FLASH_START .equ 0x64000400 ;flash start address
CODE_START .equ 0x00000400 ;start of non boot code
CODE_SIZE .equ
www.eeworm.com/read/127372/14357716
h boot.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/minix/boot.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
www.eeworm.com/read/127122/14376011
s boot.s
AREA SelfBoot, CODE, READONLY
ENTRY
IMPORT main
reset
ldr a1, =0xc0a8a865
bl main
b .
END
www.eeworm.com/read/228322/14392200
s boot.s
AREA boot, CODE, READONLY
VECTORS EQU 0x0c000000
ENTRY
mov pc, #VECTORS
ldr pc, =VECTORS+4
ldr pc, =VECTORS+8
ldr pc, =VECTORS+0x0c
ldr pc, =VECTORS+0x10
ldr pc, =VECTORS+0x14
www.eeworm.com/read/126851/14397565
cos boot.cos
www.eeworm.com/read/126851/14397589
mbr boot.mbr
www.eeworm.com/read/126724/14405763
asm boot.asm
;文件名: <mark>boot</mark>.asm
;作 者; 谢煜波
;Emailv: xieyubo@126.com
;
;内存分配如下
;内存起始地址为 0x90000
;最大结束地址为 0x9ffff
;最大共 64KB
;所有启动代码在一个段内,方便调用
;启动代码共分两部分,一是<mark>boot</mark>,一是setup,这点照搬linux 0.11的设计
;但与其不同的是,<mark>boot</mark>不会将 ...
www.eeworm.com/read/227723/14416136
~pas boot.~pas
unit boot;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, MDIbase, jpeg, ExtCtrls, lxactivebtn,
ComCtrls, StdCtrls;
type
Tfrmbo
www.eeworm.com/read/227723/14416146
pas boot.pas
unit boot;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, MDIbase, jpeg, ExtCtrls, lxactivebtn,
ComCtrls, StdCtrls;
type
Tfrmbo