代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/367467/2844357
linux readme.linux
In order for libpcap to be able to capture packets on a Linux system,
the "packet" protocol must be supported by your kernel. If it is not,
you may get error messages such as
modprobe: can't locate
www.eeworm.com/read/367467/2844981
linux readme.linux
In order for libpcap to be able to capture packets on a Linux system,
the "packet" protocol must be supported by your kernel. If it is not,
you may get error messages such as
modprobe: can't locate
www.eeworm.com/read/367224/2848435
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/367224/2848459
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/367051/2855664
defs linux.defs
# @(#)linux.defs 1.15 01/10/09
# these are specific to Linux (RH6.1)
CC = gcc
CPP = gcc
SDK_12 = /usr/local/java/jdk1.2.2RC2-K-linux/linux
MKDIR = mkdir
RM
www.eeworm.com/read/362032/2939021
ver_linux
#!/bin/sh
# Before running this script please ensure that your PATH is
# typical as you use for compilation/istallation. I use
# /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may
# differ on yo
www.eeworm.com/read/360831/2958788
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/360831/2958808
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============
www.eeworm.com/read/360007/2970673
h linux.h
/*
* Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved.
*/
#ifndef _HERMIT_TARGET_LINUX_H
#define _HERMIT_TARGET_LINUX_H
#include
extern const command_t linux_command;
ext
www.eeworm.com/read/360007/2970684
c linux.c
/*
* Copyright (c) 2000 Blue Mug, Inc. All Rights Reserved.
*/
#include
#include
#include
#include
#include
#i