搜索资源列表
lcx_LINUX-mlock
- LINUX系统调用mlock的代码分析,在LINUX中,每一个用户进程都可以访问4GB的线性虚拟内存空间。其中从0到3GB的虚拟内存地址是用户空间,用户进程可以直接对其进行访问。从3GB到4GB的虚拟内存地址为核心空间,存放仅供核心态访问的代码和数据,用户进程不可访问。当用户进程通过中断或系统调用对其访问时,就会触发处理器的特权级转换(从处理器的特权级3切换到特权级0),即从操作系统的用户态切换到核心态。-Linux system call mlock code analysis, LINUX,
Adding-A-System-Call
- This document gives you steps to add a system call in linux kernel.
2009_11_b95293e6
- 本计划之目的在于开发一开放源码之具有GUI 接口之嵌入式网路 行 动通讯装置。将发展潜力 雄厚由Google开发之网路 通讯软件GoogleTalk 整合移植于一嵌入式开发板上,再外加一无线网卡时,此系统即成为网路 行 动通讯装置(network mobile communication device)。Googletalk 为一功能强大之通讯软件具有简讯、语音、影像、档案传送等网路 通讯功能,并具有多方通讯(c
Implementing-system-call-for-arm-linux
- Descr iption of how to implement arm Linux system call. Tested on linux-2.6.33.
Linux_C-the-error-trapping
- Linux_C下的错误捕获.经常在调用linux 系统api 的时候会出现一些错误,比方说使用open() write() creat()之类的函数有些时候会返回-1,也就是调用失败,这个时候往往需要知道失败的原因。这个时候使用errno这个全局变量就相当有用了。-Linux_C the error trapping. Often called api linux system when there will be some errors, for example using the open
linuxsystem
- linux系统调用文档,对于操作系统初学者非常有用,一般初学者都要学过系统调用-linux system call documentation, very useful for beginners operating system, the general beginners must learn through the system call
syslist
- Linux系统的系统调用序列以与之对应的系统调用号表格-Linux system system call sequence corresponding system call number Form
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