Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1635660
  • 博文数量: 511
  • 博客积分: 967
  • 博客等级: 准尉
  • 技术积分: 2560
  • 用 户 组: 普通用户
  • 注册时间: 2012-07-06 14:19
文章分类

全部博文(511)

文章存档

2016年(11)

2015年(61)

2014年(257)

2013年(63)

2012年(119)

发布时间: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.........【阅读全文】

阅读(1179) | 评论(0) | 转发(0)

发布时间:2013-03-29 17:05:09

以友善之臂的mini2440开发板为平台,以较新的内核linux-2.6.32.7版本为例,仅作说明之用。当内核映像被加载到RAM之后,Bootloader的控制权被释放。内核映像并不是可直接运行的目标代码,而是一个压缩过的zImage(小内核)。但是,也并非是zImage映像中的一切均被压缩了,映像中包含未被压缩的部分,这部分中包.........【阅读全文】

阅读(1359) | 评论(0) | 转发(0)

发布时间: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内核虚拟机里测试通过,开机进桌面的速度提高了大约一倍,编译出来的体积因为我要做内核开发,所以......【阅读全文】

阅读(3039) | 评论(0) | 转发(1)

发布时间: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 默认情况下是选择的,......【阅读全文】

阅读(3780) | 评论(0) | 转发(0)

发布时间:2012-12-29 10:23:21

vmlinux.lds.S 链接脚本SECTIONS{ .init : {   INIT_CALLS  CON_INITCALL-----------> #define CON_INITCALL       \            SECURITY_INITCALL        &nbs......【阅读全文】

阅读(1871) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册