登录
首页 » Linux-Unix program » Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短...

Linux 内核0.11 完全注释 修正版1.2.本书对Linux 早期操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短...

于 2022-12-01 发布 文件大小:5.07 MB
0 217
下载积分: 2 下载次数: 1

代码说明:

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

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

发表评论

0 个回复

  • 此文件为arm
    此文件为arm-LINUX的ROOTFS.cramfs文件系统,已经移植好,可直接使用,下载后把后缀改为BZ2-This document ROOTFS.cramfs the arm-LINUX file system, have been transplanted and can be used directly, after downloading the suffix changed to BZ2
    2022-03-25 19:30:20下载
    积分:1
  • 一个标准命令。
    A standard command for linux.
    2023-04-08 21:10:06下载
    积分:1
  • I wrote it myself udp service procedures, for remote real
    我自己写的udp服务程序,用于远程电机实时控制,包括client和server。编译通过运行正常。-I wrote it myself udp service procedures, for remote real-time control, including the client and server. Compiled by operating normally.
    2022-01-26 06:26:47下载
    积分:1
  • v4l usb 图像获取 v4l usb 图像获取
    v4l usb 图像获取 v4l usb 图像获取-v4l usb image acquisition v4l usb image acquisition
    2022-07-17 06:30:11下载
    积分:1
  • xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何...
    xmanager是Windows 95/98/ME和Windows NT/2000/XP 平台下一个性能优秀的X11R6 PC X服务器。就像运行在PC上的任何Windows应用程序一样,它可以无缝拼接到UNIX 应用程序中。在UNIX/Linux和Windows网络环境中,Xmanager 是最好的连通解决方案-Xmanager is a Windows 95/98/ME and Windows NT/2000/XP platform for outstanding performance under a X11R6 PC X server. Like running on the PC on any Windows applications, it can be seamless connection to UNIX applications. In the UNIX/Linux and Windows network environment, Xmanager is the best connectivity solution
    2023-02-26 01:05:08下载
    积分:1
  • JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScri...
    JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。-JSON (JavaScript Object Notation) is a lightweight data interchange format. Is easy to read and write. But also easy for machines to parse and generate. It is based on JavaScript Programming Language, Standard ECMA-262 3rd Edition- December 1999 a subset of. JSON using entirely independent of language, text format, but also used language similar to C family habits (including C, C++, C#, Java, JavaScript, Perl, Python, etc.). These features make JSON an ideal data exchange language.
    2022-02-03 03:07:14下载
    积分:1
  • securité du systéme d exploitation linux : Introduction La sécurité physique...
    securité du systéme d exploitation linux : Introduction La sécurité physique La sécurisation du processus d’amorç age Le BIOS Les principes fondamentaux relatifs au système et à l’utilisateur La sécurité du réseau TCP/IP La sécurité du système de fichiers Les avantages à tirer des PAM L’utilisation de ipchains pour le routage et la mise en place d’un pare-feu Les pare-feu et le routage avec iptables La sécurité d’Apache et des services FTP et  SMTP La sécurité réseau: DNS avec BIND La sécurité réseau: NFS et SAMBA Le chiffrement des flux de données Conclusion -securité du systéme d exploitation linux : Introduction La sécurité physique La sécurisation du processus d’amorç age Le BIOS Les principes fondamentaux relatifs au système et à l’utilisateur La sécurité du réseau TCP/IP La sécurité du système de fichiers Les avantages à tirer des PAM L’utilisation de ipchains pour le routage et la mise en place d’un pare-feu
    2023-06-11 17:15:04下载
    积分:1
  • daemon process dameon.c an example to explain in more detail, have a high refere...
    dameon.c 守护进程程序的一个例子,解释比较详细,有较高的参考价值。-daemon process dameon.c an example to explain in more detail, have a high reference value.
    2022-07-24 13:20:36下载
    积分:1
  • 方便查询unix的各种代码 可是作为开发系统工具的参考手册
    方便查询unix的各种代码 可是作为开发系统工具的参考手册-Easy access to a variety of unix code but as a development system tools reference manual
    2022-02-11 13:17:48下载
    积分:1
  • linux prepared a time
    linux下编写的一个时间定时触发器,相当与window下的timer控件-linux prepared a time-trigger timing, rather with the window under the timer control
    2022-04-29 14:19:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载