Description: 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用"&"操作符作为命令的结束符。一个以"&"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用"<"和">"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符" "来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. Preparation of a C program as a Linux kernel shell command line interpreter. Shell procedures should be used with Bource shell the same way as operational procedures. 2. Increased functionality so that customers can use, "" operator, as ordered by the end tags. A "" the end of the order should be concurrent with the implementation of the shell. 3. Increased functionality so that customers can use "lt;" "Gt;" As a filename prefix to redirect stdin and stdout descriptors. Similarly, allows users to use pipeline operator, "" two parallel processes, and a process to redirect stdout second process stdin. Platform: |
Size: 22528 |
Author:李强 |
Hits:
Description: x-load,一个非常有用的bootloader,用来直接从Nand lflash 启动嵌入式linux kernel-x-load, a very useful Bootloader. Nand used directly from the start lflash Embedded Linux kernel Platform: |
Size: 97280 |
Author:liuhui |
Hits:
Description: 《linux设备驱动》3th 源码
基于2.6的内核,不管是从事pc还是嵌入式系统驱动的开发,相信都是不错的学习资料-"Linux Device Drivers" Implementations based on the source of the 2.6 kernel, Whether engaged in pc or embedded system-driven development, I believe, are a good learning materials Platform: |
Size: 276480 |
Author:phenix |
Hits:
Description: Linux 2.4内核字符设备驱动开发实例。
是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试!
Linux kernel 2.4 char device driver
example.-character device driver development example. Linux is driven development staff a better reference source. After loading compiler- driven, with the testing process-driven test! Linux kernel 2.4 char device driver example. Platform: |
Size: 4096 |
Author: |
Hits:
Description: 该程序在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. Platform: |
Size: 9216 |
Author:刘华明 |
Hits:
Description: Linux环境下的Modbus驱动程序源码,里面还有一个小例子(This is a Linux kernel driver (2.2.19+ 2.4+) for the Modicon SA85 ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. )
-Linux environment Modbus driver source code, there is also a small example (This is a Linux kernel driver (2.2.1 9 2.4) for the Modicon ISA and PCI SA85-85 cards. It is written in C and includes example shell scr ipts for administration. and an example client program.) Platform: |
Size: 24576 |
Author:xianshui |
Hits:
Description: 本代码是ST16C554在Linux 2.6内核下的驱动代码。
从网上查了好多次,都没有找到,只能自己写了。
供各位开发同仁参考。
注意:
本代码有一个缺陷,就是每次收代码只能够收前16个,其余的会收不到。我找了好长时间,不知道是哪里的问题。请各位调好后,给我发封mail告知,我的email:uclinux@263.net。谢谢。-ST16C554 this code is in Linux kernel 2.6 drivers under the code. Online search from the good times, no one has found only himself wrote a. For the reference to the development of colleagues. Note : This code is a deficiency is that each code can only be received before 16 admission, the rest will be unable to collect any. I look for a good long time, do not know where the problem is. Members stressed good, I made this closure mail, my email : uclinux@263.net. Thank you. Platform: |
Size: 13312 |
Author:王强 |
Hits:
Description: linux0.11内核源代码,包括了目前新版本中几乎所有基本功能原理的内容,有利于迅速学习掌握linux的内核机制-linux0.11 kernel source code, including a new version of the present almost all the basic tenets of the functional content, help to quickly learn linux kernel mechanism Platform: |
Size: 289792 |
Author:chengqiang |
Hits:
Description: 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。
使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为:
vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(net-y) $(net-m) $(libs-y) $(libs-m))) local/
就可以编译了,不过是模块编译,编译好了之后不要忘了insmod进内核啊-Linux kernel 2.6.20 based on the sound chip UDA1341 sound card driver in the adoption of s3c2410 cpu debugging. Usage: source tree root under the new local directory, and unzip to that directory, edit the Makefile under the root source file 559 acts: vmlinux-dirs: = $ (patsubst /,,$( filter /, $ (init-y) $ (init-m) $ (core-y) $ (core-m) $ (drivers-y) $ (drivers-m) $ (net-y) $ (net- m) $ (libs-y) $ (libs-m))) local/can be compiled, but is a module compiler, the compiler better not forget that after the insmod into the kernel ah Platform: |
Size: 23552 |
Author:杨少英 |
Hits:
Description: linux-0.11 源码学习,比较详细,是学习LINUX内核的 好-linux-0.11-source learning, in more detail, is a good learning LINUX kernel Platform: |
Size: 119808 |
Author:pengye |
Hits:
Description: linux的内核实验代码,本人已经实验通过完成,给同行们提供参考-Experimental linux kernel code, I have been through the completion of the experiment, provide a reference to the colleagues Platform: |
Size: 40275968 |
Author:高云迪 |
Hits:
Description: Linux内核编程模块,简单的HelloWorld实现,通过Dmesg来查看内容-Linux kernel module programming, a simple HelloWorld realize, through dmesg to view the content of Platform: |
Size: 78848 |
Author:ThAi |
Hits:
Description: 一个linux 2.6内核下的完整的字符驱动实例,可以静态加载进内核,源码包含了对Makefile和Kconfig的修改,硬件平台是s3c2440.-A linux 2.6 kernel complete examples of character-driven, you can still load into the kernel source code contains a Makefile and Kconfig changes to the hardware platform is s3c2440. Platform: |
Size: 5120 |
Author:白文晓 |
Hits:
Description: linux内核,它非常适合用于学习操作系统的原理以及对相关操作系统的开发也有很好的借鉴作用-linux kernel, it is very suitable for learning the principles of operating systems, as well as the development of the relevant operating system also has a very good reference Platform: |
Size: 172032 |
Author:rabbit |
Hits:
Description: LINUX 内核,对操作系统内核的开发有很好的借鉴及学习意义,只有在linux下make 就能用了-LINUX kernel of the operating system kernel developers have a very good reference and learning the meaning, only in linux can be used under make Platform: |
Size: 173056 |
Author:rabbitiou |
Hits:
Description: 一份精简的linux内核源代码,并加了详细注释-A streamlining of the linux kernel source code, and added a detailed comment Platform: |
Size: 271360 |
Author:xweis |
Hits:
Description: 一个linux2.6.10内核的源码,很稳定的一版,已经成功移植到S3C2440开发板上,适用于嵌入式开发人员。-A linux2.6.10 kernel source, a very stable version has been successfully transplanted to the S3C2440 development board for embedded developers. Platform: |
Size: 52105216 |
Author:王刚 |
Hits:
Description: 为S3C2440移植成功的u-boot,可以引导linux内核2.6.32,硬件平台为Friedly ARM开发板。-S3C2440 a successful transplant for the u-boot, you can boot linux kernel 2.6.32, hardware platform, Friedly ARM development board. Platform: |
Size: 11789312 |
Author:左左 |
Hits:
Description: 压缩包内是Linux 2.4.0的内核源码 主要是用于大家学习,可能内容有一些不完善,想望大家谅解-Compressed within a Linux 2.4.0 kernel source is mainly used them to learn, the content may have some imperfections, the understanding we desire Platform: |
Size: 29132800 |
Author:jimowuxin |
Hits: