搜索资源列表
embedLinuxexplant
- 嵌入式Linux 内核移植相关代码分析 本文通过整理之前研发的一个项目(ARM7TDMI +uCLinux),分析内核启动过程及需要修改的文件,以供 内核移植者参考。整理过程中也同时参考了众多网友的帖子,在此谢过。由于整理过程匆忙,难免错误 及讲解的不够清楚之处,请各位网友指正,这里提前谢过。本文分以下部分进行介绍: 1. Bootloader 及内核解压 2. 内核启动方式介绍 3. 内核启动地址的确定 4. arch/armnommu/kernel/h
linux-firewall.rar
- 很好的关于LINUX内核防火墙的代码分析。是一片要钱的论文,这里奉献了,Very good on the LINUX kernel firewall code analysis. A piece of paper money is, where dedicated
LINUX-kernel-network-skbuff
- 在linux内核网络部分代码中,使用的skbuff的详细描述-Part of the linux kernel network code, the use of a detailed descr iption of the skbuff
GPIO
- 使用的是PB5管脚,根据手册和linux-2.6.19内核代码,AT91SAM9260_ID_PIOB为内核中声明的中断号
linux-driver-develop1
- 中程在线信息产业培训-:LINUX系统构成,内核介绍、配置与编译、原理分析、代码分析-Medium-range online information industry training-: LINUX system structure, core descr iption, configuration and compilation, theory analysis, code analysis
Linux-kernel-analysis-2007111
- Linux内核完全注释。通过对Linux内核0.11代码的分析,让大家明白Linux内核工作原理。-Linux kernel completely comments. Analysis of the 0.11 code of the Linux kernel, so that we understand the Linux kernel works.
Git的配置与使用
- Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码 的管理。在推出后,Git在其它项目中也取得了很大成功,目前很多知名项目都使用了Git
Git
- Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码 的管理。在推出后,Git在其它项目中也取得了很大成功,目前很多知名项目都使用了Git。-user of Git
linux-0.11
- linux最原始的核心代码,0.11版,对想学Linux内核的同学很有帮助-linux the most primitive core code, version 0.11, the students want to learn Linux kernel helpful
rbtree
- 此文件包描述了红黑树,并且包含了代码,此代码出自Linux内核-This document describes a red-black tree package, and includes code, this code from the Linux kernel
kernel-start2-
- 内核 代码入口在linux -2.6.24-moko-linuxbj/arch/arm /kernel/head.S文件的83行。首先进入SVC32模式,并查询CPU ID,检查合法性-Kernel code entry in line 83 linux-2.6.24-moko-linuxbj/arch/arm /kernel/head.S file. First enter SVC32 mode, and query CPU ID, check the validity of
linux-kernel-is-fully-Anatomy
- 本书对早期Linux操作系统内核(v0.11)全部代码文件进行了详细全面的注释和说明,旨在让读者能够在尽量短的时间内对Linux的工作机理获得全面而深刻的理解,为进一步学习和研究Linux操作系统打下坚实基础。-Book early Linux operating system kernel (v0.11) all the code file for detailed and comprehensive notes and illustrations, designed to allow the
Operating-system-report
- 操作系统的实验二:添加系统调用, 学习Linux内核的系统调用,理解、掌握Linux系统调用的实现框架、用户界面、参数传递、进入/返回过程。阅读... ,文件是docx类型,但代码全都在里面-Operating system experiment 2: add the system call, learn the Linux kernel system call, understand, master the Linux system call implementation framework
Linux内核完全注释
- 对 Linux 早期操作系统内核(v0.95)全部代码文件进行了详细全面的注释和说明,旨在使读者能够在尽量短的时 间内对 Linux 的工作机理获得全面而深刻的理解,为进一步学习和研究 Linux 系统打下坚实的基础