搜索资源列表
Linux系统调用分析
- linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
linux系统调用编程
- 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
LINUX 系统调用 mlock 的代码分析
- LINUX 系统调用 mlock 的代码分析-Linux system call code analysis mlock
wait系统调用
- minix中wait系统调用的分析-wait system call analysis
Select()系统调用及 文件描述符集fd_set的应用
- Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descr iptors set fd_set applications. Rar
linux系统调用demo
- 学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
LINUX系统编程(影印版) (Linux System Programming)
LINUX系统编程(影印版) 在某些时刻,几乎所有的程序员都要与其程序所处操作系统中的系统调用和程序库打交道。本书主要讨论如何编写Linux系统软件——代码位于底层,并且直接跟内核及核心系统程序库对话。《Linux系统编程》描述了使用标准接口包括使用Linux独有的高级接口时,在功能和性能之间如何进行权衡取舍的策略。该书同样也是一本内行人士编写灵活高效代码的学习指南。作为内核黑客和本书的作者,RobertL
DOS系统调用大全
- 还记得DOS吗?只有高手才理解里面的复杂调用。看看把。-still remember DOS? Only master before they understand the complex call. See put.
LINUX 系统调用 mlock 的代码分析
- LINUX 系统调用 mlock 的代码分析-Linux system call code analysis mlock
wait系统调用
- minix中wait系统调用的分析-wait system call analysis
Select()系统调用及 文件描述符集fd_set的应用
- Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descr iptors set fd_set applications. Rar
38
- 介绍各种WinAPI系统调用的使用例子,包括驱动器、内存、CUP、文件、操作系统等许多信息-presentation WinAPI system calls using examples, including drives, memory, CUP, documents, information and other operating systems
syscall.doc
- linux系统调用-linux system call
os0201郑章孝
- .添加系统调用.采用编译内核的方法,添加一个新的系统调用 编写一个应用程序,测试新添加的系统调用 系统调用的功能:文件拷贝.2添加设备驱动程序.采用模块方法,添加一个新的设备驱动程序要求添加字符设备的驱动 编写一个应用程序,测试添加的驱动程序. 4分析/proc文件.监控系统状态,显示系统中若干部件的使用情况 用图形界面显示系统监控状态。-. Add system calls. The methods used to compile t
linux系统调用demo
- 学习Linux编程的源代码。包括各种系统调用如何使用等。-source code of linux progamming, includes various system calls and the usages.
Linux系统调用分析
- linux系统调用分析,包括一些实例。系统调用有关的一些基本知识-linux system call analysis, including some examples. Calling the system some basic knowledge
linux系统调用编程
- 系统调用是系统内核和应用程序的接口 此代码展示了linux系统调用的实现-system is called the kernel and application program interface that this code to display the Linux system call the realization
LINUX_examples
- 本文主要介绍linux的系统调用,并对实例进行了分析,有较好的实用价值。-This paper describes a system called Linux, as well as examples of the analysis, a better practical value.
lcx_LINUX-mlock
- LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system ca
module_syscall
- 该程序在linux内核2.6下,通过模块机制增加了一个系统调用,省去了重新编译内核的麻烦。-procedures in the Linux kernel 2.6, the module through a mechanism to increase the system call, save a recompiled kernel of trouble.