搜索资源列表
lcx_LINUX-mlock
- LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system call mlock code analysis, LINUX,
Linux常用的system call(中文版),
- Linux_常用C函数(中文版),常用的system call,支持搜索,可代替man page
How to add system call
- 怎样在Minix下添加一个System Call
Madhu
- kernel module and system call pgming
112233
- 文档详细的描述了单功无线呼叫系统的设计,里面包括了原理图跟源程序!值得下载!-Detailed descr iption of the document a single reactive design of a wireless call system, which includes the schematic diagram with the source code! Worth downloading!
01
- 编写程序实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话:-Write a program to achieve the process of communication channels. With the system call pipe () to build a pipeline, two sub-processes P1 and P2 respectively, each pipeline write one sentence:
writing_system_call_wrappers_in_user_space
- Writing system call wrappers in user space under linux/unix
Realtimeimageprocesssystemofinfraredthermalimagerb
- 本课题研究的实时红外图像处理系统,实现了对红外焦平面阵列进行实时两点校正的图像处理算法,同时具有实时性好,通用性强的优点。红外热像仪整机项目取得了成功,各方面都达到了既定目标,红外图像显示效果非常清晰。-Ultimately,the algorithm of two-point correction for IRFPAwith nonlinear response is fulfilled in the real—time image process system,meanwhile,the s
fork
- 系统调用fork函数,以及父进程与子进程的执行顺序问题。-Fork system call function, as well as parent and child process of implementation of the order of the problem.
Adding-A-System-Call
- This document gives you steps to add a system call in linux kernel.
returant
- resturant call sevice system. call service diplay in 7 SEG.
Private-Sub-Command1
- 用VB实现了电信计费系统如原始通话清单,通话时间,误话清单等-Achieved with the VB as the original telecom billing system call list, call time, wrong list of such words
Implementing-system-call-for-arm-linux
- Descr iption of how to implement arm Linux system call. Tested on linux-2.6.33.
understanding_execlp
- The execlp() family of commands can be used to execute an application from a process. The system call execlp() replaces the executing process by a new process image which executes the application specified as its parameter. Arguments can also be
Matlab-Call-OptiSystem
- SIMULATION OF OPTICAL SYSTEM
system-clock
- 这是利用51实现的实时时钟功能文件。基于stm32的采用库函数实现和调用-This is 51 to achieve real-time clock function. Use of library functions based stm32 and call
bdos
- 函数名: bdosptr 功 能: DOS系统调用 用 法: int bdosptr(int dosfun, void *argument, unsigned dosal) -Function name: bdosptr Function: DOS system call usage: int bdosptr (int dosfun, void* argument, unsigned dosal)
Hangchuang-Call-System
- 杭创排队叫号系统培训资料,开发医院影像叫号系统的的朋友可以参考。-Hang Chong queuing system training materials, development of hospital video calling system can refer a friend.
LINUX-system-call
- Linux下的系统调用, 很全的api, 快来下载吧-Linux system call api ok good
Operating-system-report
- 操作系统的实验二:添加系统调用, 学习Linux内核的系统调用,理解、掌握Linux系统调用的实现框架、用户界面、参数传递、进入/返回过程。阅读... ,文件是docx类型,但代码全都在里面-Operating system experiment 2: add the system call, learn the Linux kernel system call, understand, master the Linux system call implementation framework
