代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/342879/11994703
readme-linux-patch
To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh
script from the yaffs source directory, giving your choice as to whether
you wish to copy (c) or link (l) the code and the path
www.eeworm.com/read/153993/11995839
txt linux常用技巧.txt
LINUX常用技巧
1.取消^M字符
当你FTP一些DOS文件到unix下时,你经常会看见每行文件后面有个讨 厌的^M 字符,有两个简单的方法可以取消它。 用"vi"打开此文件,在Command mode下敲入: :%s/^V^M//g 或者,在UNIX SHELL下敲入: sed 's/^V^M//g' foo > foo.new
2.使用nohup命令
如果你
www.eeworm.com/read/153993/11995979
txt linux 核心资源.txt
<mark>Linux</mark> 核心资源
<mark>Linux</mark>核心代码的版本编号很简单。任何偶数编号的核心(如2.0.30)都是稳定的发行版而记数编号的核心(如2.1.42)都是正在开发的核心。本书基于稳定的2.0.30版本。开发版的核心具有所有最新的特征并支持最新的设备。尽管它们不是你所希望的那样稳定,但是对于<mark>Linux</mark>用户团体来说试用新核心是非常重要的。因为他们将完成这些评测工作。当试用非发行版本核心时备份系 ...
www.eeworm.com/read/342124/12040496
c my_linux.c
/*
* top - a top users display for Unix
*
* SYNOPSIS: Linux 1.2.x, 1.3.x, using the /proc filesystem
*
* DESCRIPTION:
* This is the machine-dependent module for Linux 1.2.x or 1.3.x.
*
* LIBS
www.eeworm.com/read/255924/12046138
pdf linux命令学习.pdf
www.eeworm.com/read/341494/12081718
h linux-input.h
/* from 2.6.0-test3 */
#ifndef _INPUT_H
#define _INPUT_H
/*
* Copyright (c) 1999-2002 Vojtech Pavlik
*
* This program is free software; you can redistribute it and/or modify it
* under the terms
www.eeworm.com/read/152788/12082208
pdf linux-devel.pdf
www.eeworm.com/read/152773/12085933
diff linux-kernel.diff
diff -uNr linux-kernel/include/linux/if_arp.h mpls-kernel-1/include/linux/if_arp.h
--- linux-kernel/include/linux/if_arp.h 2004-07-23 12:29:16.000000000 -0500
+++ mpls-kernel-1/include/linux/if_arp.h
www.eeworm.com/read/341383/12087976
pdf linux源码分析.pdf
www.eeworm.com/read/341205/12101850
readme-linux-patch
To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh
script from the yaffs source directory, giving your choice as to whether
you wish to copy (c) or link (l) the code and the path