搜索资源列表
uClinux编译傻瓜教程
- 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port func
Linux内核重编译常见故障介绍
- 收集整理了几个在Linux内核重编译中最常见的故障及其解决方法,如果您在编译内核过程中遇到了类似的故障,那么本文将会对您有所帮助。-collected several of the Linux kernel recompile the most common fault and the solution, if you are in the kernel process encountered a similar fault, then this will be of help to you.
NFS配置
- NFS网络文件系统的配置 是在RM9200下配置的 饱含了内核编译以及一些必要设置-NFS network file system configuration under the RM9200 configuration containing a kernel compile, and some of the necessary set
linuxconfig
- ARM平台下的LINUX内核编译的重要配置文件-ARM platform of the Linux kernel compile important configuration files
编译2.6.0-test2内核
- 编译2.6.0-test2内核-Compiler 2.6.0-core test2
uClinux040408.44b0
- 44b0x处理器uclinux内核编译补丁-44b0x processor Basis kernel compile patch
compilekernel
- 使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码
Linux内核编译详谈
- 本文中我们首先内核linux2.4.x内核的特性,然后讨论如何从2.2.x升级到2.4.x内核。
linux内核编译
- Linux 内核编译step by step
linux2.6内核编译方法
- linux2.6内核编译方法
compile_Linux_kernel
- 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
linux
- Linux内核编译常见错误排除,这对大家编译内核有遇到的问题有一定的帮助-Linux kernel compile rule out common mistakes, which we have encountered in the kernel to a certain extent to help
Linux2.6.19.x
- Linux 2.6.19.x 内核编译配置选项简介
procLinuxKernelCfg
- linux内核编译配置提取工具,可以提取出当前配置的所有信息。省得去看linux内核编译那几千行的英文-A tool to get linux kernel Configure file s information
Linux
- Linux操作系统的内核编译步骤.doc
uclinux
- Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
LINUX KERNEL 配置编译中文指南
- 第一章 内核编译的基础 第一节内核简介 第二节内核版本 第三节编译原因 第四节准备工作 第二章 内核编译的流程 第一节编译开始 第二节配置内核 {核心内容}
linux内核编译详解
- Linux内核编译详解,内容较为齐全,供大家参考!(Linux kernel compiler detailed explanation for reference)
linux内核
- linux-2.6.27.8.tar.bz2为手持式串行加载所用linux内核; sl3250.config为编译内核的配置文件,包括高速串口和usb光驱的驱动。 uImage为内核压缩文件;(Linux-2.6.27.8.tar.bz2 is the Linux kernel for handheld serial loading; Sl3250.config is the configuration file for compiling kernel, including high-s
实验02 编译运行简单内核示例程序
- 一个实验指南,在linux下,编译运行简单的内核示例程序,具体见ppt(Compile and run a simple kernel sample program)