登录
首页 » Linux-Unix program » ldd 3 linux device driver, the driver now is the best tutorial.

ldd 3 linux device driver, the driver now is the best tutorial.

于 2022-06-29 发布 文件大小:75.96 kB
0 53
下载积分: 2 下载次数: 1

代码说明:

ldd 3 linux device driver ,目前来说是最好的驱动教程。-ldd 3 linux device driver, the driver now is the best tutorial.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短...
    Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时间 内对Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究Linux 系统打下坚实的基础。虽然所选择的版本较低, 但该内核已能够正常编译运行,其中已经包括了LINUX 工作原理的精髓,通过阅读其源代码能快速地完全理解内核的运作 机制。书中首先以Linux 源代码版本的变迁历史为主线,详细介绍了Linux 系统的发展历史,着重说明了各个内核版本之间 的重要区别和改进方面,给出了选择0.11(0.95)版作为研究的对象的原因。另外介绍了内核源代码的组织结构及相互关系, 同时还说明了编译和运行该版本内核的方法。然后本书依据内核源代码的组织结构对所有内核程序和文件进行了注释和详细 说明。每章的安排基本上分为具体研究对象的概述、每个文件的功能介绍、代码内注释、代码中难点及相关资料介绍、与当 前版本的主要区别等部分。最后一章内容总结性地介绍了继续研究Linux 系统的方法和着手点。2-A Heavily Commented Linux Kernel Source Code
    2022-12-01 11:30:04下载
    积分:1
  • completion of the following non
    完成ls的如下功能 不带参数的ls:列出当前目录下的非隐藏(文件和目录名不以.开头)的文件和目录 ls -a:列出当前目录下的所有文件和目录 ls -l:以长列表形式列出当前目录下的非隐藏的文件和目录。每个文件或目录只要求列出如下信息:类型与权限、文件名、链接数、用户ID、组ID、字节大小、块数 ls 路径名:如果路径名代表一个存在的文件则显示该文件,否则提示出错;如果路径名字代表一个存在的目录则列出该目录中的文件 列出文件名和目录名时,要求可执行文件最后加上一个*号,目录名最后加上一个/号。 所提供的路径名可以包含“.”,“..”,“~”等特殊目录-completion of the following non-functional parameters of ls : listed in the current directory-hidden (files and directories were not. Beginning) of files and directories ls-a : listed in the current directory of all files and directories ls-l : in the long list of current directory listed under the non-hidden possession of files and directories. Each file or directory only asked to list the following information : the type and competence, file name, number of links, the user ID and group ID, byte size, a few blocks ls path : If a path representatives of the document showed documents suggest otherwise error; If representatives of a path name the presence of the directory lists the directory lists the
    2023-02-01 23:40:04下载
    积分:1
  • linux下的开源软件Qt,类似Windows下的Vc++,很容易上手。
    linux下的开源软件Qt,类似Windows下的Vc++,很容易上手。-linux open-source software under the Qt, similar to Windows, the Vc++, is very easy to use.
    2022-04-15 16:07:03下载
    积分:1
  • Linux 基本操作指令
    Linux 基本操作指令-1-basic Linux operating instructions-1
    2022-06-16 23:50:54下载
    积分:1
  • 要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列...
    要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列 SMP 内核线程页目录的借用 代码分析 线程 进程描述符 init进程从内核态切换到用户态 SET_LINKS REMOVE_LINKS get_wchan() sigframe的结构 rt_sigframe结构 信号队列的结构 内核线程简介 进程切换简介 同步机制 -To read linux kernel, as well as better information than you, say nothing, are you as soon as possible. Directory of the process of signal process sched.c signal SMP kernel thread queue directory page analysis of threaded code to use the process of the process descriptor init-state switch from the kernel to the user state SET_LINKS REMOVE_LINKS get_wchan () sigframe structure rt_sigframe structure within the structure of the signal queue About the process of nuclear thread synchronization mechanism for switching Profile
    2022-05-16 02:52:44下载
    积分:1
  • 简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。...
    简单的LINUX入门介绍,关于驱动LINUX的介绍,文档版本,内含代码。-LINUX entry describes a simple, on the driver LINUX introduction, document version, containing the code.
    2022-02-05 21:11:38下载
    积分:1
  • A basic kernel module (helloworld) the preparation, loading, unloading. Contains...
    一个最基本的内核模块(helloworld)编写、加载、卸载。包含源码,建议在redhat9下编译运行。-A basic kernel module (helloworld) the preparation, loading, unloading. Contains the source code, it is recommended redhat9 compiled to run.
    2022-05-29 13:18:24下载
    积分:1
  • arm s3c2440 using the debugging tools Edison 320X234 image acquisition and displ...
    arm s3c2440下 用爱迪生工具调试的320X234的图象采集显示程序。-arm s3c2440 using the debugging tools Edison 320X234 image acquisition and display program.
    2022-01-23 11:01:06下载
    积分:1
  • linux操作系统下的鼠标后台服务程序包,即大名鼎鼎的GPM。
    linux操作系统下的鼠标后台服务程序包,即大名鼎鼎的GPM。-linux operating system of the mouse background service package, namely the famous GPM.
    2022-08-23 20:56:26下载
    积分:1
  • Unix Richard Stevens ebook. good book for socket program in c
    Unix Richard Stevens ebook. good book for socket program in c
    2022-05-04 22:46:05下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载