代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/396408/2420115
c pci_linux.c
/*
This file is based on:
$XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.c,v 3.34.2.17 1998/11/10 11:55:40 dawes Exp $
Modified for readability by Nick Kurshev
*/
#include
#if
www.eeworm.com/read/395929/2427838
sed linux-msg.sed
# po2msg.sed - Convert Uniforum style .po file to Linux style .msg file
# Copyright (C) 1995 Free Software Foundation, Inc.
# Ulrich Drepper , 1995.
#
# This program is free so
www.eeworm.com/read/395929/2428237
sh shlelf_linux.sh
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-sh-linux"
TEXT_START_ADDR=0x400000
MAXPAGESIZE=0x10000
ARCH=sh
MACHINE=
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
DATA_START_SYMBOLS='__data_start = . ;';
OT
www.eeworm.com/read/395929/2428245
sh armelf_linux.sh
ARCH=arm
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-littlearm"
BIG_OUTPUT_FORMAT="elf32-bigarm"
LITTLE_OUTPUT_FORMAT="elf32-littlearm"
MAXPAGESIZE=0x8000
TEMPLATE_NAME=elf32
EXTRA_EM_FILE=armelf
GENERATE_SH
www.eeworm.com/read/395929/2428278
sh shelf_linux.sh
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-shbig-linux"
TEXT_START_ADDR=0x400000
MAXPAGESIZE=0x10000
ARCH=sh
MACHINE=
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
DATA_START_SYMBOLS='__data_start = . ;';
www.eeworm.com/read/395929/2428852
h te-linux.h
#define TE_LINUX
#define LOCAL_LABELS_FB 1
#include "obj-format.h"
www.eeworm.com/read/395929/2431395
linux makefile.rtl.linux
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run_rtl
SRCS = stimulus.cpp display.cpp fir_fsm.cpp fir_da
www.eeworm.com/read/395229/2447504
h linux_logo.h
#ifndef _LINUX_LINUX_LOGO_H
#define _LINUX_LINUX_LOGO_H
/*
* Linux logo to be displayed on boot
*
* Copyright (C) 1996 Larry Ewing (lewing@isc.tamu.edu)
* Copyright (C) 1996,1998 Jakub Jelinek
www.eeworm.com/read/395229/2447506
h coda_linux.h
/*
* Coda File System, Linux Kernel module
*
* Original version, adapted from cfs_mach.c, (C) Carnegie Mellon University
* Linux modifications (C) 1996, Peter J. Braam
* Rewritten for Linux 2.1
www.eeworm.com/read/395182/2449110
c linux-bdm.c
/*
* Motorola Background Debug Mode Driver
* Copyright (C) 1995 W. Eric Norum
* Copyright (C) 1998 Chris Johns
*
* Based on:
* 1. `A Background Debug Mode Driver Package for Motorola's
*