代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/163168/10172418
c boot.c
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 2002 *
* *
* File name: boot.c *
* This is boot prog
www.eeworm.com/read/163168/10172547
o boot.o
www.eeworm.com/read/358527/10185994
bin boot.bin
www.eeworm.com/read/358193/10194073
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/357821/10200753
in boot.lds.in
OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS {
. = BOOTADDR;
__boot_start = .;
.start ALIGN(4) : {
*(.text.start)
}
.setup ALIGN(4) : {
setup_block = .;
*(.setup)
setup_block_end = .;
}
www.eeworm.com/read/357821/10200774
lds boot.lds
OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS {
. = 0xa3f00000;
__boot_start = .;
.start ALIGN(4) : {
*(.text.start)
}
.setup ALIGN(4) : {
setup_block = .;
*(.setup)
setup_block_end = .;
}
www.eeworm.com/read/355934/10241230
txt boot.txt
/*=====================================================================
Memory layout on NAND flash:
Block 0 has the NAND boot loader (NBOOT.BIN)
Block 1 is the TOC block which
www.eeworm.com/read/207934/10246984
ddp boot.ddp
www.eeworm.com/read/207934/10246996
pas boot.pas
unit Boot;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, MDIbase, jpeg, StdCtrls, ComCtrls, ExtCtrls, imagebutton;
type
Tfrmboot
www.eeworm.com/read/207934/10247006
dfm boot.dfm
inherited frmboot: Tfrmboot
Left = 444
Top = 329
Width = 906
Height = 573
ActiveControl = pa1
Caption = #31995#32479#23548#33322
Color = clWhite
PixelsPerInch = 96
TextHeigh