代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/415212/11080472
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/269691/11082860
c linux_ptyopen.c
#include "apue.h"
#include
#ifndef _HAS_OPENPT
int
posix_openpt(int oflag)
{
int fdm;
fdm = open("/dev/ptmx", oflag);
return(fdm);
}
#endif
#ifndef _HAS_PTSNAME
char *
ptsname(int fdm
www.eeworm.com/read/269691/11083625
linux make.defines.linux
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/269366/11100094
chm 2007linux.chm
www.eeworm.com/read/269354/11100718
pdf linux_cn.pdf
www.eeworm.com/read/269331/11101027
txt linux 1.txt
如何在<mark>Linux</mark>中添加新的系统调用 (本例子是把系统调用直接载入内核,需要重新编译内核)
系统调用是应用程序和操作系统内核之间的功能接口。其主要目的是使得用户可以使用操作系统提供的有关设备管理、输入/输入系统、文件系统和进程控制、
通信以及存储管理等方面的功能,而不必了解系统程序的内部结构和有关硬件细节,从而起到减轻用户负担和保护系统以及提高资源利用率的作用。
...
www.eeworm.com/read/269154/11107948
doc linux1.doc
www.eeworm.com/read/414559/11108751
chm linux入门精华.chm
www.eeworm.com/read/268715/11124619
chm linux_command.chm
www.eeworm.com/read/414171/11125649