代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/232404/4703147

linux makefile.linux

# Project: contrib_t_wutzler # Linux GCC Makefile # Created by O. Conrad PRJ_NAME = contrib_t_wutzler BIN_SAGA = $(SAGA)/../bin/saga_gtk TMP_SAGA = $(SAGA)/../bin/tmp/saga_gtk INC_SAGA = $(SAG
www.eeworm.com/read/229403/4756365

config linux.config

# # Automatically generated make config: don't edit # Linux kernel version: 2.6.11.5 # Tue Mar 22 07:09:41 2005 # CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP
www.eeworm.com/read/229403/4756366

mk linux.mk

############################################################# # # Linux kernel targets # # Note: If you have any patches to apply, create the directory # sources/kernel-patches and put your patches i
www.eeworm.com/read/229403/4756375

config linux.config

# # Automatically generated make config: don't edit # CONFIG_MIPS=y CONFIG_MIPS32=y # CONFIG_MIPS64 is not set # # Code maturity level options # CONFIG_EXPERIMENTAL=y # # Loadable module support # C
www.eeworm.com/read/229403/4756376

mk linux.mk

############################################################# # # Linux kernel targets # # Note: If you have any patches to apply, create the directory # sources/kernel-patches and put your patches i
www.eeworm.com/read/229403/4756405

config linux.config

# # Automatically generated make config: don't edit # CONFIG_X86=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # # Loadable module support # CONFI
www.eeworm.com/read/229403/4756406

mk linux.mk

############################################################# # # Linux kernel targets # # Note: If you have any patches to apply, create the directory # sources/kernel-patches and put your patches i
www.eeworm.com/read/229062/4759965

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.
www.eeworm.com/read/229062/4759985

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # =========
www.eeworm.com/read/226936/4778405

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 :