代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/146447/5737860
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/145471/5745684
linux readme.linux
Sound Driver version 2.4 for Linux
----------------------------------
NOTE! The sound driver is now a part of the Linux kernel distribution.
Check that your kernel doesn't have more recent version t
www.eeworm.com/read/144216/5752085
pl linux.pl
# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined.
# Thanks to Bart Schuller
# See Message-ID:
# XXX A Configure test is needed.
$
www.eeworm.com/read/144216/5752110
patches linux.patches
*** sdbm.dist/./dbu.c Mon Feb 17 21:18:52 1992
--- sdbm/./dbu.c Mon Feb 17 21:11:20 1992
***************
*** 12,18 ****
#endif
extern int getopt();
! extern char *strchr();
extern void oops()
www.eeworm.com/read/144216/5752251
pl linux.pl
# XXX Configure test needed.
# Some Linux releases like to hide their
$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'
if -f "/usr/include/libelf/nlist.h";
www.eeworm.com/read/141708/5769342
linux makefile.linux
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
CFLAGS = $(OPT) $(OTHER)
# CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
SRCS = fifo.cpp sender.cpp switch_clk.cpp switch
www.eeworm.com/read/141708/5769380
linux makefile.linux
TARGET_ARCH = linux
CC = g++
OPT = -O3
DEBUG = -g
OTHER = -Wall
EXTRA_CFLAGS = $(OPT) $(OTHER)
# EXTRA_CFLAGS = $(DEBUG) $(OTHER)
MODULE = run
SRCS = source.cpp sink.cpp fft.cpp m
www.eeworm.com/read/141343/5770053
c linux.c
/* GRT stacks implementation for linux and other *nix.
Copyright (C) 2002, 2003, 2004, 2005 Tristan Gingold.
GHDL is free software; you can redistribute it and/or modify it under
the ter
www.eeworm.com/read/141268/5774308
linux makefile.linux
# Visual SlickEdit generated file. Do not edit this file except in designated areas.
# -----Begin user-editable area-----
# -----End user-editable area-----
# Make command to use for dependenc
www.eeworm.com/read/140467/5791078
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 :