代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/126641/6015691
pl linux.pl
#!/usr/local/bin/perl
#
# linux.pl - the standard unix makefile stuff.
#
$o='/';
$cp='/bin/cp';
$rm='/bin/rm -f';
# C compiler stuff
$cc='gcc';
if ($debug)
{ $cflags="-g2 -ggdb -DREF_CHECK -DCRYPT
www.eeworm.com/read/125381/6030411
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/125381/6030434
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/124347/6051265
c linux.c
/* libc/sys/linux/linux.c - System-specific system calls */
/* Written 2000 by Werner Almesberger */
/*
* Most system call wrappers have moved to utilities; future fate of this file
* is guided b
www.eeworm.com/read/123438/6059003
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 versi
www.eeworm.com/read/123322/6061683
s linux.s
##=============================================================================
##
## linux.S
##
## Linux setup
##
##=========================================================================
www.eeworm.com/read/120747/6070999
c linux.c
/*
* linux.c: support functions for booting a kernel
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/120747/6071072
h linux.h
/*
* linux.h: header file for linux.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/120487/6072199
h linux.h
/*-------------------------------------------------------------------------
*
* linux.h
* Port-specific prototypes for Linux
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Developmen
www.eeworm.com/read/120487/6072228
c linux.c
/*-------------------------------------------------------------------------
*
* linux.c
* Dynamic Loader for Postgres for Linux, generated from those for
* Ultrix.
*
* You need to install