当前位置:首页 » 专业资讯
开发技术指南» 文章正文
    引言: 1 preparation a>download yaff
 

 

 ·在sles 9下查看线程的cpu利用率    »显示摘要«
    摘要:如何在sles 9下查看线程的cpu利用率在 linux 下 top 工具可以显示 cpu 的平均利用率(user,nice,system,idle,iowait,irq,softirq,etc.),可以显示每个 cpu 的利用率。但是无法显示每个线程的 cpu 利用率情况,这时就可能出现这种情况,总的 cpu 利用率中 user 或 system 很高,但是用进程的 cpu 占用率进行排序时,没有进程的 user 或 system 与之对应。可以用下面的......
 ·菜鸟学堂之iptables基础    »显示摘要«
    摘要:前言   防火墙在校园内一直被认为陌晦高深,很少有系管师有勇气进行计划性的实验,基本上这份讲义也可以当成测试报告来阅读,是笔者秉持我不入地狱、谁入地狱的精神,冒着生命危险,蛮干出来的成果,也藉此抛砖引玉,希望能带动国内能力高于笔者许多的众家高手,一起来进行有利于校园网络的公益研究!  一、什么是防火墙   防火墙是一套能够在两个或两个以上的网络之间,明显区隔出实体线路联机的软硬件设备组合。被区隔开来的网络,可以透过封包转送技术来相互通讯,透过防火墙的安全管......


add yaffs fs to kernel

add yaffs fs support in kernel and make yaffs rootfs

【相关文章:New life begin...

【扩展阅读:使用apache建立http下载(zz)

【扩展信息:惊艳>>>>红旗5

1 preparation

  a>download yaffs source code and add it in your kernel source code in fs/yaffs

    http://husaberg.toby-churchill.com/balloon/linux-2.6.8.1-tcl1/fs/yaffs

    modify fs/kconfig , add following option

    config yaffs_fs

        tristate "yaffs filesystem support"

        depends on mtd_nand

       help

        if you want yaffs support on nand flash devices you either need to have

        nand mtd support or customise the nand interface.

        yaffs is a journaling filesystem tailored to the idiosyncrasies of

        nand flash memory. for further details see

        yaffs is also available as a module ( = code which can be

        i nserted in and removed from the running kernel whenever you want).

        the module is called nfsd. if you want to compile it as a module,

        say m here and read . if unsure,


...   下一页
 ·linux环境下的socket编程    »显示摘要«
    摘要:什么是socket   socket接口是tcp/ip网络的api,socket接口定义了许多函数或例程,程序员可以用它们来开发tcp/ip网络上的应用程序。要学internet上的tcp/ip网络编程,必须理解socket接口。   socket接口设计者最先是将接口放在unix操作系统里面的。如果了解unix系统的输入和输出的话,就很容易了解socket了。网络的socket数据传输是一种特殊的i/o,socket也是一种文件描述符。socket也具有......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE