代码搜索:Bootstrap
找到约 2,394 项符合「Bootstrap」的源代码
代码结果 2,394
www.eeworm.com/read/233735/14142078
h cs8900.h
// Cirrus Logic CS8900A Ethernet
//#define CS8900_BASE 0x20000000 // normal mode
#define CS8900_BASE 0x50000000 // bootstrap mode
/* although the registers are 16 bit, they are 32-bit aligned
www.eeworm.com/read/122330/14700834
m drcontroller.m
#import
#import
#import
#import
#import
#include
#import "DRController.h"
#import "ConversionJob.h"
www.eeworm.com/read/14005/291670
h cs8900.h
// Cirrus Logic CS8900A Ethernet
//#define CS8900_BASE 0x20000000 // normal mode
#define CS8900_BASE 0x50000000 // bootstrap mode
/* although the registers are 16 bit, they are 32-bit aligned
www.eeworm.com/read/229812/4728280
makefile
#pmake: serv remote os_linux cpu_mips tcp mips monolithic
bootstrap = 1
host_os = linux
host_cpu = mips
os = linux
srv = tcp
cpu = mips
which = SERVER
extra_srcs = $(trap_dir)/
www.eeworm.com/read/334125/3374658
pl selftest.pl
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2008 Jelmer Vernooij
# Published under the GNU GPL, v3 or later.
=pod
=head1 NAME
sel
www.eeworm.com/read/334125/3374686
pm samba4.pm
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2007 Jelmer Vernooij
# Published under the GNU GPL, v3 or later.
package Samba4;
use s
www.eeworm.com/read/334125/3374687
pm samba3.pm
#!/usr/bin/perl
# Bootstrap Samba and run a number of tests against it.
# Copyright (C) 2005-2007 Jelmer Vernooij
# Published under the GNU GPL, v3 or later.
package Samba3;
use s
www.eeworm.com/read/322505/3525172
mk common.mk
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
PSTAG_64 = .64
LIB_VARIANT = $(subst .o,,a.$(COMPOUND_VARIANT))$(PSTAG_$(PADDR_SIZE))
LINKER_TYPE=BOOTSTRAP
INSTALLDIR = boot/sys
LIBS = st
www.eeworm.com/read/366702/2880939
c pr34003-1.c
/* PR bootstrap/34003 */
/* { dg-do link } */
/* { dg-options "-O0" } */
/* { dg-additional-sources "pr34003-2.c" } */
extern void foo (void);
int bar (void) { foo (); return 1; }
extern void foo (vo