代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/186388/5233848
h linux.h
/* Definitions for SPARC running Linux-based GNU systems with ELF.
Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Eddie C. Dost (ecd@skynet.be)
This file is part o
www.eeworm.com/read/183535/5254844
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 terms
www.eeworm.com/read/183535/5254991
p linux.p
linux.o: linux.c ../../include/blob/config.h ../../include/blob/linux.h \
../../include/blob/arch.h ../../include/blob/arch/lubbock.h \
../../include/blob/pxa.h ../../include/blob/command.h \
..
www.eeworm.com/read/183535/5255048
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
* it u
www.eeworm.com/read/183535/5255109
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
* it u
www.eeworm.com/read/183535/5255136
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 terms
www.eeworm.com/read/183001/5259091
h linux.h
/*-------------------------------------------------------------------------
*
* linux.h
* Port-specific prototypes for Linux
*
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Developmen
www.eeworm.com/read/183001/5259119
c linux.c
/*-------------------------------------------------------------------------
*
* linux.c
* Dynamic Loader for Postgres for Linux, generated from those for
* Ultrix.
*
* You need to install
www.eeworm.com/read/182943/5261799
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/182943/5261819
linux makefile.linux
#############################################################################
#
# Realmode X86 Emulator Library
#
# Copyright (C) 1996-1999 SciTech Software, Inc.
#
# ===============