代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/337546/3329848
s bootstrap.s
#include
#include
#include
#include
/* ResetVector
*/
.section .ResetVector.text, "ax"
.global
www.eeworm.com/read/337546/3329851
s bootstrap.s
#define _ASMLANGUAGE
#include
#include
#include
/*
* RB-Data: RedBoot data/bss
* P: Boot-Parameters
* L: Kernel-Lo
www.eeworm.com/read/335541/3358448
java bootstrap.java
//******************************************************************
// Released under the DevelopMentor OpenSource Software License.
// Please consult the LICENSE file in the project root directory
www.eeworm.com/read/324920/3488809
s bootstrap.s
#include
#include
#include
#include
/* ResetVector
*/
.section .ResetVector.text, "ax"
.global
www.eeworm.com/read/324920/3488812
s bootstrap.s
#define _ASMLANGUAGE
#include
#include
#include
/*
* RB-Data: RedBoot data/bss
* P: Boot-Parameters
* L: Kernel-Lo
www.eeworm.com/read/321483/3534835
t bootstrap.t
#!/usr/bin/perl -w
use Test;
BEGIN
{
$| = 1;
unshift @INC, '../blib/lib';
unshift @INC, '../blib/arch';
chdir 't' if -d 't';
plan tests => 1;
};
use Math::BigInt::FastCalc;
ok(1);
www.eeworm.com/read/316872/3586660
s bootstrap.s
#include
/* ResetVector
*/
.section .ResetVector.text, "ax"
.global _ResetVector
_ResetVector:
_j reset
.align 4
RomInitAddr:
.word 0xd0001000
RomBootParam:
www.eeworm.com/read/316872/3586663
s bootstrap.s
#include
#include
#include
#include
/*
* RB-Data: RedBoot data/bss
* P: Boot-Parameters
* L: Kernel-Loader
*
* Th
www.eeworm.com/read/313170/3645411
js bootstrap.js
/**
* boot strap functions
* @version : 1.0
* @since : 2007-6-14
*
* @Description :
* startup working enviroment
*
* @author xp yanbo@staff.sina.com.cn | drdr.xp@gmail.com
www.eeworm.com/read/308263/3717787
sh bootstrap.sh
#!/bin/sh
#
# - Bootstrap script -
#
# Copyright(C) 2003-2004 Edouard Gomez
#
# This file builds the configure script and copies all needed files
# provided by automake/libtoolize
#