搜索资源列表
12
- 实现一个简单的shell,实现步骤:(1)在虚拟的shell界面上出现命令提示符($或#); (2)获取用户指令:获取用户在命令提示符后面输入的命令及其参数,并注意命令输入的最大长度; (3)解析指令:对用户输入的命令进行解析,解析出命令名和参数; (4)寻找命令文件:每个命令的执行都必须依靠对应的可执行文件,这些文件的存放路径存放在用户的PATH环境变量里; (5)执行命令:可通过fork( )系统调用创建一个进程来完成执行命令的任务,具体的命令执行用execv( )函
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
busybox-rx
- s3c2440 rootfile system busybox rx command source code.
shell
- Linux ubuntu下类shell指令的实现代码-Under Linux ubuntu, shell-like command s complement
Grub4Dos_0.45C_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are missing from
Grub4Dos_0.46A_SRC
- GRUB for DOS(GRUB4DOS)是一个以 GNU GRUB 为基础的功能强大的引导器。它可以在 DOS 和 LINUX下运行,也可以通过其他引导器来运行,还可以作为MBR运行。GRUB4DOS内置了功能完善的 BIOS 级磁盘仿真。这是目前最新版本的源码。-This is GNU GRUB, the GRand Unified Bootloader. GRUB is intended to provide important bootloader features that are
serial
- 1) The drive module does not include the iic initialization of the camera chip, the initialization part is located ov9650_init. 2) If the file system is not supported under 2.6 insmod command, please use the bag new_rootfs.cramfs root file system,
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
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
beep-current.tar
- console beep command using pc speaker tty interface
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
zynq_linux.tar
- Linux for Xylinx Zynq Chip. Many software items, such as Linux, use the environment variable CROSS_COMPILE, to invoke the GNU tools that are used to build it. The following command should be used to add the tools to the Linux host path and setup th
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-zhiling
- 这里从实用的角度出法,做了一个linux的指令大全,方便用户查寻,为linux的工程师提供了方便-Here the law from a practical perspective, to do a linux command Daquan, user-friendly search convenience for linux engineers
rt5572-modified
- Ralink RT557x RT53xx RT30xx 驱动(修复ATERE2P ATELDE2P功能)-Add a command iwpriv ra0 set ATERE2P = 1 to display all EEPROM content. Correct the limitation of the length of fragment.Add WPS PBC Session Overlap Detecting.
kuaijiezhiling
- 在linux开发中常用到的一下些快捷命令:这里面的命令是很全和很完整的;-Commonly used linux developers to look at some of the shortcut command: This command is very full and very complete
ubuntu-command
- ubuntu 命令大全 介绍 linux 命令-ubuntu linux command command Guinness introduced
linux-command-book
- 该书详细介绍了各种Linux 命令,相当于工具书,为在Linux环境下进行各种应用提供了便利。-The book introduces in detail a variety of Linux command。 It is equivalent to a reference book and offers great convenience for all kinds of applications under the Linux environment.