代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/384423/2601667

linux readme.linux

To compile under Linux. ---------------------- just run : - autoreconf -vif then run configure with options you want. run ./configure --help for more informations. about the xmms plugin. -----------
www.eeworm.com/read/383940/2605249

motelist-linux

#!/usr/bin/perl -w use strict; # $Id: motelist-linux,v 1.4 2006/12/12 18:23:01 vlahan Exp $ # @author Cory Sharp # @author Joe Polastre my $help =
www.eeworm.com/read/382361/2637853

linux dep.linux

#!/bin/sh if [ -f /lib/modules/$(uname -r)/build/Makefile ];then default="/lib/modules/$(uname -r)/build" else default="/usr/src/linux" fi default=${LINUXDIR:=$default} if [ "${interactive}" = "y"
www.eeworm.com/read/382144/2639197

c linux.c

/* the linux[] is generated by and equal to linux.bin. Here is a small example */ const char linux[]={0,192,160,225,211,0,160,227,0,240,33,225,144,32,159,229, 0,16,160,227,0,16,130,229,120,32,159,22
www.eeworm.com/read/381929/2639664

txt linux.txt

亖 TOPPERS/JSP僇乕僱儖 儐乕僓僘儅僯儏傾儖 亖 (Linux 僔儏儈儗乕僔儑儞娐嫬) 乮Release 1.4懳墳丆嵟廔峏怴: 1-Dec-2003乯 ---------------------------------------------------------------
www.eeworm.com/read/381490/2643717

h linux.h

// (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and // distribute this software is granted provided this copyright notice appears // in all copies. This software is provide
www.eeworm.com/read/381490/2644557

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions of d
www.eeworm.com/read/380134/2663386

xpm linux.xpm

/* XPM */ static char * linux_xpm[] = { "48 20 326 2", " c None", ". c #000000", "+ c #57606C", "@ c #555E6A", "# c #535D69", "$ c #525B67", "% c #505A66", "& c #4F5865", "* c #4D5764", "=
www.eeworm.com/read/377251/2703444

linux makefile.linux

CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall CC=gcc .y.c: bison -d -o $@ $< .l.c: flex -o$@ $< SRCS = main.c io.c x86emu.c int.c pci.c OBJS = main.o io.o x86emu.o int.o pci.o all :
www.eeworm.com/read/377251/2703464

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============