搜索资源列表
-
0下载:
之前以为在内核中不能创建文件,其实不是这样子的,只要文件系统跑起来之后就可以像在用户空间一样操作文件.
-
-
0下载:
linux 2.6内核下读写文件的简单实例。-linux 2.6 kernel file read and write simple example.
-
-
0下载:
本手册主要介绍了Linux-2.6.32.2 内核的详细移植过程,它包含了友善之臂提供的几乎所有驱动程序的移植或编写、 测试等; 本手册还详细介绍了 mini2440所用文件系统的构建过程-This manual describes the Linux-2.6.32.2 kernel in detail the migration process, which includes a friendly arm to provide almost all of the drivers of migr
-
-
0下载:
1、将 Linux 内核采用 arm-linux-gcc3.4.1 交叉编译生成 uImage 格式的二进制文件,之后将其烧写入开发板的 Flash 存储器;
2、练习 Linux 内核的定制方法;
-1, the Linux kernel using arm-linux-gcc3.4.1 cross-compiler to generate uImage binary file format, then burn to write their development board Fl
-
-
0下载:
Linux系统中,设备驱动程序是操作系统内核的重要组成部分,在与硬件设备之间建立了标准的抽象接口。通过这个接口,用户可以像处理普通文件一样,对硬件设备进行打开(open)、关闭(close)、读写(read/write)等操作。通过学习和分析设备驱动程序,更深入理解Linux系统设备驱动开发。-Linux system, device drivers are an important part of the operating system kernel, and a standard abst
-
-
0下载:
基于linux内核文件修改后得来的一个虚拟串口的驱动文件,展示了如何写usb驱动,适合初学者学习-The driver file a virtual serial port Linux kernel file modification to based, shows how to write USB driver, suitable for beginners to learn
-