搜索资源列表
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
- 使用内核编译的方法增加一个文件拷贝的系统调用,压缩包中有具体的内核编译以及增加系统调用的步骤以及源代码
Device_Driver(c_language)
- 驱动程序方面的经典,对想学习内核编译的人会有很大帮助
1
- RHEL AS 4下内核编译详解 前言 RHEL AS 4是redhat 公司的一个优秀的发行版,十分稳定。同时也十分易用。但易用同时也意味着更傻瓜化。安装过程的简化省去了许多的麻烦,对内核的配置少到没有。这固然方便了普通的用户。但如果追求更高效的内核或更新的硬件支持,就需要自己来编译内核了。笔者近日因为显卡的需要而编译安装了最新的2.4.21-47.ELcustom的内核,编译过程中详细查看了内核压缩包内的readme文件,参考了一些技术文档,现在将详细过程写出来,希望能
Application_on_uClinux_V0.5
- uClinux上的应用程序设计 Luojia, Tsinghua Motorola MCU & DSP Center uClinux以其优异的性能、免费开放的代码等优点,博得众多嵌入式开发者的青睐。和过去基于简单RTOS甚至没有使用任何操作系统的嵌入式程序设计相比,基于Linux这样的成熟的、高效的、健壮的、可靠的、模块化的、易于配置的操作系统来开发自己的应用程序,无疑能进一步提高效率,并具有很好的可移植性。 在前面的章节中,我们已介绍了硬件平台、内核编译、开发环境等内容。如果
busybox-1.5.1.tar
- busybox-1.5.1.tar.gz linux内核编译用到的工具
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内核编译详解
- 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)