代码搜索:Boot

找到约 10,000 项符合「Boot」的源代码

代码结果 10,000
www.eeworm.com/read/319201/13458809

asm boot.asm

.title "Flash bootup utility for DM642 EVM" .option D,T .length 102 .width 140 COPY_TABLE .equ 0x90000400 EMIF_BASE .equ 0x01800000
www.eeworm.com/read/319201/13458846

obj boot.obj

www.eeworm.com/read/318825/13471510

hex boot.hex

:020000040000FA :1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000100018F09FE5805F20B9F0FF1FE518F09FE51D :10002000F00000004000000044000000A0000000BC :10003000A40000000000000000000000A800000074 :10
www.eeworm.com/read/318825/13471550

bin boot.bin

www.eeworm.com/read/318825/13471551

hex boot.hex

:020000040000FA :1000000018F09FE518F09FE518F09FE518F09FE5C0 :1000100018F09FE5805F20B9F0FF1FE518F09FE51D :10002000F00000004000000044000000A0000000BC :10003000A40000000000000000000000A800000074 :10
www.eeworm.com/read/318604/13475148

s boot.s

/* boot.S - bootstrap the kernel */ /* Copyright (C) 1999, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GN
www.eeworm.com/read/318604/13475175

c boot.c

/* boot.c - load and bootstrap a kernel */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc. * * This program is free softwar
www.eeworm.com/read/318485/13477717

asm boot.asm

* * * Copyright 2004 by SEED Electronic Technology LTD. * * All rights reserved. SEED Electronic Technology LTD. * * Restric
www.eeworm.com/read/316502/13521995

o boot.o

www.eeworm.com/read/316501/13522007

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