代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/142022/12972251
tpl boot.tpl
;@Id: boot.tpl#767 @
;=============================================================================
; FILENAME: boot.asm
; VERSION: 4.15
; DATE: 18 August 2004
;
; DESCRIPTION:
;
www.eeworm.com/read/142022/12972295
asm boot.asm
; Generated by PSoC Designer ver 4.2 b1013 : 02 September, 2004
;
;@Id: boot.tpl#767 @
;=============================================================================
; FILENAME: boot.asm
; V
www.eeworm.com/read/142022/12972299
tpl boot.tpl
;@Id: boot.tpl#767 @
;=============================================================================
; FILENAME: boot.asm
; VERSION: 4.15
; DATE: 18 August 2004
;
; DESCRIPTION:
;
www.eeworm.com/read/242922/12973458
o boot.o
www.eeworm.com/read/242922/12973496
s boot.s
;**************************************************************
;Copyright(C), 2006-2007, Allwinner Microelectronic Co., Ltd.
;File Name: serial.s
;Author: Wang Yugang
;Version 1.0
;Date 2007.7
www.eeworm.com/read/242844/12979573
asm boot.asm
;定义各中断数据扇区段,由段地址0000开始
data segment at 0h
;驱动器中断位置
org 13h*4
DiskInt dd ?
;保护的驱动器中断位置
org 50h*4
HDInt dd ?
org 3f0h
ProSeg dw ?
;保存记载内存大小位置
org 413h
mem
www.eeworm.com/read/242770/12986491
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/242770/12986523
obj boot.obj
www.eeworm.com/read/328854/12998095
ini boot.ini
[boot loader]
timeout=5
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fa
www.eeworm.com/read/328843/12998879
s boot.s
/* Sample initialization file */
.extern main
.extern exit
.text
.code 32
.align 0
.extern __bss_beg__
.extern __bss_end__
.extern __stack_end__
.extern __data_beg__
.e