代码搜索:lInux
找到约 10,000 项符合「lInux」的源代码
代码结果 10,000
www.eeworm.com/read/428736/8850023
linux makefile.linux
all: smtpmail.o resolv.o maillip.o
cc smtpmail.o resolv.o maillip.o -o maillip
clean:
rm -f *.o
rm -f maillip core
www.eeworm.com/read/384697/8850865
linux makefile.linux
CFLAGS= $(COPS)
COPS = -O2 -finline-functions -g -march=armv4 -mtune=arm9tdmi -static
CC = arm-linux-gcc
AS = arm-linux-as
STRIP = arm-linux-strip
clean:
rm -f *.o *.a fmad.* fmad
fmad:
$(C
www.eeworm.com/read/187150/8852339
chm linux公社.chm
www.eeworm.com/read/187150/8852342
chm linux教程.chm
www.eeworm.com/read/428216/8883011
readme-linux
Welcome to YAFFS, the first file system developed specifically for NAND flash.
It is now YAFFS2 - original YAFFS (AYFFS1) only supports 512-byte page
NAND and is now deprectated. YAFFS2 supports 512b
www.eeworm.com/read/384072/8902518
setup_linux
#!/bin/sh
# InstallShield (R)
# (c)1996-2004, InstallShield Software Corporation
# (c)1990-1996, InstallShield Corporation
# All Rights Reserved.
main()
{
sh_args="$@"
VERSION=1.0.0.20028
DBG=0
www.eeworm.com/read/427960/8908202
linux64
rm *.exe
rm *.lib
rm miracl.a
cp mirdef.h64 mirdef.h
gcc -c -m64 -O2 mrcore.c
gcc -c -m64 -O2 mrarth0.c
gcc -c -m64 -O2 mrarth1.c
gcc -c -m64 -O2 mrarth2.c
gcc -c -m64 -O2 mralloc.c
gcc -c -m
www.eeworm.com/read/427960/8909978
txt linux.txt
RedHat Linux 6.0+ MIRACL i386 x86-32 installation
Also works OK for Solaris if its x386/Pentium based.
1. Unzip the MIRACL.ZIP file using the utility unzip, into an empty directory
unzip -j -
www.eeworm.com/read/383713/8923979
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/284422/8932605
linux_clock
第七章 Linux内核的时钟中断
(By 詹荣开,NUDT)
最下面有本文的PDF文档可以下载
Copyright © 2003 by 詹荣开
E-mail:zhanrk@sohu.com
Linux-2.4.0
Version 1.0.0,2003-2-14
摘要:本文主要从内核实现的角度分析了Linux 2.4.0内核的时钟中断、内核对时间的表示等。本文是为那些想要了