您要查找的是不是:
- The respective kernel module and user space files reside in these directories. 相应的内核模块和用户空间文件分别在这两个目录中。
- A user space NFS4 server on top of a powerful extensible plugin architecture. 一个强大的可扩展的插件结构的用户NFS4服务器空间。
- To make the actual operation easier, several user space applications have been created. 为了简化实际的操作,创建了一些用户空间应用程序。
- Programs run in user space, but occasionally call down into the kernel when special services are needed. 程序运行在用户空间中,但当需要特殊服务时,偶尔会调用内核。
- Specific coLinux documentations on building both kernel part and user space tool are in this coLinux Building document. 中有关于构建内核部分和用户空间工具的详细coLinux文档。
- From the user space perspective, there is no need to modify the application code. 从用户空间的角度来看,不需要修改应用程序代码。
- Linux emulator runs on SCO and Solaris systems entirely in user space and does not require kernel modifications. Linux模拟器在SCO和Solaris系统上完全在用户空间中运行,不需要修改内核。
- PPP realization in Linux is composed of two parts, PPP Daemon running in user space and kernel support for PPP. 改写了PPP内核驱动。 Linux下的PPP实现由执行协议处理的用户进程PPP Daemon和内核对PPP的支持两部分组成。
- You could kmalloc some memory in kernel, and pass this memory's start address and length to user space by proc filesystem. 请教诸位高手,小弟想实现内核空间和用户空间的公享内存,该怎么做?
- To shorten the entire test cycle, you can download a ready-to-use package containing both user space tool and kernel image. 为了缩短整个测试周期,您可以下载同时包含有用户空间工具和内核映像的立即可用的程序包。
- However, there should be source code compatibility between most applications written for 32 bit and 64 bit applications in the user space. 然而,在用户空间中为32位和64位应用程序编写的大部分应用程序都是源代码兼容的。
- You ve also learned how different wireless devices work with Linux by tracing corresponding code paths and discussing relevant user space tools. 还通过跟踪相应的代码路径和讨论相关的用户空间工具,了解到不同的无线设备如何在Linux中工作。
- CPUs which do not support vector remapping place their vector page here. NULL pointer dereferences by both the kernel and user space are also caught via this mapping. 不支持向量重映射的CPU的向量表被映射到这里。用户空间和内核态的NULL指针引通过这个映射可以被捕获。
- Their supervisor is a young woman. 他们的主管是个年轻的女士。
- A user space NFS4 server on top of a powerful extensible plugin architecture. A plugin for persistent files is envisaged, which provides transparent file-system interface for CVS like operations. 一个强大的可扩展的插件结构的用户NFS4服务器空间。一个持久化文件的插件是需要正视的,它提供了CVS操作具有的文件系统透明化接口。
- Criticized the supervisor to her face. 当她的面批评那个监督员
- We guarantee its real time character through two vital technologies which named "real time TCP transfer method based on separator" and "block data exchange mechanism between kernel space and user space based on address mapping". 实时性保证通过“基于分隔符的TCP实时传输方法”、“基于地址映射的内核态与用户态间的阻塞式数据交换机制”两个关键技术来实现。
- That supervisor is so uncooperative, he gets right up my nose. 那位主管很不好相处,他使我觉得讨厌。
- In the last module (protocolprocessing), we make some discussion on the socket API and multi-Threadprogramming. After that, we implement the MAC address filtering and STP inaccording to IEEE802.1d in Linux user space with these programming methods. 在网桥协议部分讨论了Linux套接口编程(socket API)技术;多线程(Thread)编程技术;并在此基础上实现了符合IEEE802.;1d协议的(MAC地址过滤和STP生成树协议)无线网桥数据与协议处理模块。
- Listing 5-6 shows a user space program designed to allocate kernel memory. This program is invoked with one command-line argument: an integer containing the number of bytes to allocate. 清单5-6演示一个设计用来分配内核内存的用户空间程序。这个程序调用时带一个命令行参数:一个整数,它包含要分配内存的字节大小