发布时间:2013-11-20 12:29:02
Tech Tip: How to use initramfs.By: Rob LandleyLast time, we covered why initramfs was created: because it saves memory, gives the user more control over the boot process, and simplifies the kernel's internal implementation. This article is about understanding how initramfs works, and shows.........【阅读全文】
发布时间:2013-03-29 17:05:09
以友善之臂的mini2440开发板为平台,以较新的内核linux-2.6.32.7版本为例,仅作说明之用。当内核映像被加载到RAM之后,Bootloader的控制权被释放。内核映像并不是可直接运行的目标代码,而是一个压缩过的zImage(小内核)。但是,也并非是zImage映像中的一切均被压缩了,映像中包含未被压缩的部分,这部分中包.........【阅读全文】
发布时间:2013-01-02 11:10:50
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://debug-sai.blogbus.com/logs/47865842.html 本文参考了《Linux 2.6.19.x 内核编译配置选项简介》,谢谢原作者。还有http://forum.ubuntu.org.cn/viewtopic.php?t=110461和http://forum.ubuntu.org.cn/viewtopic.php?t=222228的作者,非常感谢你们。 2.6.28内核虚拟机里测试通过,开机进桌面的速度提高了大约一倍,编译出来的体积因为我要做内核开发,所以......【阅读全文】
发布时间:2013-01-02 10:51:14
linux 内核 menuconfig配置说明(2012-01-11 15:32:03) 转载▼ 标签: 杂谈 分类: 驱动程序1 在menuconfig中配置 源地址:http://blogold.chinaunix.net/u/22935/showart_403070.html 详细介绍内核配置选项及删改情况第一部分:全部删除Code maturity level options ---> 代码成熟等级选项[]Prompt for development and/or incomplete code/drivers 默认情况下是选择的,......【阅读全文】
发布时间:2012-12-29 10:23:21
vmlinux.lds.S 链接脚本SECTIONS{ .init : { INIT_CALLS CON_INITCALL-----------> #define CON_INITCALL \ SECURITY_INITCALL &nbs......【阅读全文】