搜索资源列表
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
ADCdrives
- ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
usb
- usb规范,各种命令协议,SCSI类协议-usb/class/scsi
shell
- 实验一利用课本第9页程序1-5的框架,实现允许输入命令带参数的简单shell。原来的实现是不能够带参数的。输入命令所能带的参数个数,只受到系统键盘输入缓冲区长度(以及shell输入缓冲区长度)的限制,该缓冲区的缺省长度是4096个字节。-Experiments using the framework of textbooks 9 program 1-5, simple shell allows the input command with parameters. The original imp
ncurses-packege--install
- ncurses packege的安装包及安装方法 (rhel5.1 gcc4.1.2平台) ncurses安装 GCC安装好后,再次make menuconfig出现了下面错误: [root@localhost linux-2.6.32.2]# make menuconfig HOSTCC scr ipts/basic/fixdep HOSTCC scr ipts/basic/docproc HOSTCC scr ipts/basic/hash HOS
hci
- HCI命令(蓝牙)驱动模块的地址识别,建立连接,接受,断开。-bluetooth hci
0V9650-drive-application-source-code
- 编译器必须为 3.3.2 编译时候要加参数 1)加载模块:insmod s3c2440a_camif.ko (设备节点为:/dev/v4l/video0) 2)运行程序:./ov9650_init (通过iic初始化ov9650芯片,运行一次即可) 2)运行测试程序:./testcamera (加-h可查看参数说明) 注: 1)驱动模块中不含摄像头芯片的iic初始化,初始化部分位于ov9650_init中。 2)若文件系统不支持2.6下的insmod命令,请
Linux-cmd
- Linux Unix 代码 程序 命令 例程 可执行 C程序 编译-Linux Unix code program routines executable C program compiler
UAU_Samples
- U.ARE.U 指纹仪, Linux For ARM SDK开发包。刚出来的哦,新鲜着呢。当然因为是第一版,还只有命令行演示程序。-U.ARE.U Linux For ARM SDK fingerprint instrument, development kit. Just out of Oh, fresh. Of course, because it is the first edition, only the command line demonstration program.
UNIX-systems-commonly-used-commands
- 简单而又实用的UNIX系统常用命令,帮你快速掌握UNIX常用命令-Simple and practical UNIX system commands to help you quickly master the UNIX command
video-capture-driver
- SAA7114芯片的视频采集驱动程序的一些主要命令,基于linix系统下-Some of the major commands of the video capture driver
spca5xx
- spca5xx.ko为中星微电子301摄像头驱动,在使用时用insmod spca5xx.ko命令插入该模块,运行udevstart命令后,再运行./v4lcap 便可显示 -spca5xx.ko Vimicro 301 camera driver, when used with the insmod spca5xx.ko command to insert the module, run udevstart command, and then run ./v4lcap to display t
bash-4.1.tar
- 1,此源代码为本人所写,非GNU的源代码,不要因此而误导大家,摆出此来仅供交流 2,此源代码不完整,shell的很多功能都没有实现,只是实现了一些主要的功能 3,实现功能如下: a,输入命令,并运行 b,实现if 和while的深层嵌套 c,实现环境变量,和shell本身变量 d,实现管道和重定向等功能。 4,由于能力问题,程序可能有错误,欢迎高手指点-1, this source code as I wrote, non-G
makefile
- 该文档是s3c2440芯片的spi1接口在linux系统中驱动模块的makefile文件。可以直接在文档目录下执行make命令。-this file is the makefile of the driver of s3c2440 s spi interface。you can exercise the command make in the same pathetic。
lscode.tar
- 用C语言实现unix/linux下 ls -l 命令,里面的注释都是英文的但比较容易读懂-Unix/linux using C language under the ls-l command inside the notes are in English, but relatively easy to read
Linux_C_Function_And_Commands
- 里面包括了linux中C语言编程函数查询,包括了linux下常用命令查询用法-Which includes the C programming language functions in linux inquiries, including under linux common commands query usage
Makefile
- makefile的一些规则介绍,包括如何编写makefile以及一些常用命令-the makefile some rules introduced, including how to write a makefile, and some commonly used commands
logout1.tar
- 自己实现的logout命令,可能有不好的地方,请朋友指正,有待完善-Achieve the logout
kuaijiezhiling
- 在linux开发中常用到的一下些快捷命令:这里面的命令是很全和很完整的;-Commonly used linux developers to look at some of the shortcut command: This command is very full and very complete
cp
- linux系统命令中的cp命令的编写,包括递归拷贝目录下面的文件/目录-linux system command cp command written recursively copy directory file/directory