代码搜索:Bootstrap

找到约 2,394 项符合「Bootstrap」的源代码

代码结果 2,394
www.eeworm.com/read/407313/2266353

c boot.c

/* * */ #undef BOOTSTRAP #include "openbios/config.h" #include "openbios/bindings.h" #include "openbios/elfload.h" #include "openbios/nvram.h" #include "libc/diskio.h" #include "sys_info.h" int elf
www.eeworm.com/read/407313/2266427

c boot.c

/* * */ #undef BOOTSTRAP #include "openbios/config.h" #include "openbios/bindings.h" #include "openbios/elfload.h" #include "openbios/nvram.h" #include "libc/diskio.h" void boot(void); void *load_e
www.eeworm.com/read/407313/2266442

c boot.c

/* * */ #undef BOOTSTRAP #include "openbios/config.h" #include "openbios/bindings.h" #include "openbios/elfload.h" #include "openbios/nvram.h" #include "libc/diskio.h" #include "sys_info.h" int elf
www.eeworm.com/read/401563/2339621

cfg platform.cfg

# Fri Dec 26 16:48:11 GMT 2008 version=2.1 stamp=1067994488760 stamp.features=664229038 stamp.plugins=1067550624534 bootstrap.org.eclipse.core.boot=platform:/base/plugins/org.eclipse.core.boot_
www.eeworm.com/read/366702/2879954

c 20020315-1.c

/* PR bootstrap/4128 */ extern int bar (char *, char *, int, int); extern long baz (char *, char *, int, int); int sgt (char *a, char *b, int c, int d) { return bar (a, b, c, d) > 0; } long dgt (
www.eeworm.com/read/360007/2970692

s boot.s

/* * boot.S: assembly language bootstrap * * Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved. */ #include #include "memregions.h" #include "board.h" #if !defined(BOOTMODE)
www.eeworm.com/read/360007/2970823

s boot.s

/* * boot.S: assembly language bootstrap * * Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved. */ #include "memregions.h" .section .flash.boot .global _start_flash _start_flash: .long 0
www.eeworm.com/read/360007/2970871

s boot.s

/* * boot.S: assembly language bootstrap * * Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved. */ #include "memregions.h" .section .flash.boot .global _start_flash _start_flash: .long 0
www.eeworm.com/read/391067/8423572

txt biosdataarea.txt

BDA - BIOS Data Area - PC Memory Map Address Size Description 00:00 256dwords Interrupt vector table 30:00 256bytes Stack area used during post and bootstrap 40:00 word COM1
www.eeworm.com/read/374769/9385220

asm boot12.asm

; boot12.asm FAT12 bootstrap for real mode image or loader ; Version 1.0, Jul 5, 1999 ; Sample code ; by John S. Fine johnfine@erols.com ; I do not place any restrictions on your use of this source