代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/315010/13554159

linux makefile.linux

OBJS = agenda.o analysis.o argacces.o bload.o bmathfun.o bsave.o \ classcom.o classexm.o classfun.o classinf.o classini.o \ classpsr.o clsltpsr.o commline.o conscomp.o constrct.o \ constrnt.o cr
www.eeworm.com/read/314474/13566545

linux readme.linux

From: Alex Franz Date: Fri, 06 Oct 2000 16:14:03 PDT And, here are the details of the malloc problem that I had with the SRI LM toolkit: I compiled it with gcc under Redhat
www.eeworm.com/read/313631/13583825

doc linux.doc

www.eeworm.com/read/313229/13591547

linux install.linux

If you want to merge the ntfs driver with the Linux kernel sources, proceed as follows: 1. unpack the ntfs driver in /usr/src/linux/fs. 2. Apply the patch in /usr/src/linux/fs/ntfs/patch/linux. 3. Rec
www.eeworm.com/read/313229/13591594

mk linux.mk

# Makefile for NT filesystem kernel module and tools. # # You should have the running kernel properly configured in # /usr/src/linux to be sure module versioning is detected. NTFS_DEVICE= /dev/hdb7 M
www.eeworm.com/read/312649/13606825

c linux.c

/* x86s running Linux */ #include static char rcsid[] = "$Id: linux.c,v 1.5 1998/09/16 20:41:09 drh Exp $"; #ifndef LCCDIR #define LCCDIR "/usr/local/lib/lcc/" #endif char *su
www.eeworm.com/read/311946/13620946

txt linux.txt

此源代码将生成 linux x86的 shellcode 编程语言: C 收集: 冷血*无情 /* ** write() shellcode tool (linux x86) ** ** This utility will generate linux x86 shellcode ** that will display your custom text. ** ** NO
www.eeworm.com/read/311896/13622923

chm linux.chm

www.eeworm.com/read/311774/13625939

mk linux.mk

include ../Make.defines.linux # # Makefile for misc library. # AR = ar LIBMISC = libapue.a OBJS = bufargs.o cliconn.o clrfl.o \ daemonize.o error.o errorlog.o lockreg.o locktest.o \ openma
www.eeworm.com/read/311774/13625948

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = deadlock mandatory all: ${PROGS} clean: rm -f ${PROGS} ${TEMPFILES} *.o