代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/407771/11411025
o boot.o
www.eeworm.com/read/407771/11411033
s boot.s
IMPORT postDelay
IMPORT post_initGpio
IMPORT post_initMem
IMPORT dummyOs
IMPORT stack_SVC
IMPORT stack_IRQ
IMPORT init_Memory
IMPORT RTSR
www.eeworm.com/read/407770/11411046
o boot.o
www.eeworm.com/read/407770/11411054
s boot.s
IMPORT postDelay
IMPORT post_initGpio
IMPORT post_initMem
IMPORT dummyOs
IMPORT stack_SVC
IMPORT stack_IRQ
IMPORT init_Memory
IMPORT RTSR
www.eeworm.com/read/407760/11411125
c boot.c
/* boot.c - Boot image composition */
/*
Copyright 1992-1997 Werner Almesberger.
Copyright 1999-2005 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in t
www.eeworm.com/read/407760/11411203
h boot.h
/* boot.h - Boot image composition
Copyright 1992-1995 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
s
www.eeworm.com/read/407759/11411244
c boot.c
/* boot.c - Boot image composition */
/*
Copyright 1992-1997 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in t
www.eeworm.com/read/407759/11411322
h boot.h
/* boot.h - Boot image composition
Copyright 1992-1995 Werner Almesberger.
Copyright 1999-2004 John Coffman.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
s
www.eeworm.com/read/407665/11412389
s boot.s
#include "leon.h"
#define RAMSIZE 0x40000
#define RAMEND (CRAM + RAMSIZE)
.seg "text"
.proc 0
.align 4
.global _hardreset
_hardreset:
por:
flush
set 0x10c0, %g1 ! init IU
mov %g1, %psr
mov
www.eeworm.com/read/407260/11423406
asm boot.asm
;;****boot.asm****
org 07c00h
mov ax,cs
mov ds,ax
mov es,ax
mov ax,3
int 10h ;调用中断,清屏
call DispStr ;调用显示字符串例程
main:
mov ah,0h
int 16h ;调用中断,等待键盘输入