Wu.Country@侠缘

勤学似春起之苗,不见其增,日有所长; 辍学如磨刀之石,不见其损,日所有亏!

导航

随笔分类 -  06.Unix/Linux

1 2 下一页

Unix/Linux kernel & driver & Embedded Linux
ARM Stack Unwinding
摘要:ARM Stack Unwindingby Michael McTernan IntroductionLanguages like C++ and Java have very useful facilities that allow a stack trace to be collected and displayed in a variety of ways. In Java, a snaps... 阅读全文

posted @ 2010-01-07 22:59 Wu.Country@侠缘 阅读(1235) 评论(0) 推荐(0) 编辑

如何制作grub启动光盘
摘要:http://whiteyes.blog.hexun.com/9723224_d.html将下载得到的grldr直接改名为grldr.bif,然后使用UltraISO新建一个ISO镜像,选择“启动光盘-加载引导信息”加载grldr.bif。这是,你新建的ISO镜像已经具备了光盘启动功能,grub菜单文件menu.lst此时应该放在光盘根目录,不然grldr启动后找不到。网上... 阅读全文

posted @ 2010-01-01 12:16 Wu.Country@侠缘 阅读(4441) 评论(0) 推荐(0) 编辑

[译]Kernel Memory Layout on ARM Linux
摘要:这是内核自带的文档,讲解ARM芯片的内存是如何布局的!比较简单,对于初学者可以看一下!但要想深入理解Linux内存管理,建议还是找几本好书看看,如深入理解Linux虚拟内存,嵌入系统分析,Linux内核分析及程序设计等;Kernel Memory Layout on ARM LinuxLinux在ARM平台上的内存布局Russell King <rmk@arm.linux.org.uk>... 阅读全文

posted @ 2009-10-25 21:25 Wu.Country@侠缘 阅读(1853) 评论(0) 推荐(0) 编辑

[转]ucLinux下sqlite数据库移植全攻略
摘要:ucLinux下sqlite数据库移植全攻略   本文讨论的是比较流行的嵌入式开发组合ARM+uclinux,即目标开发板为三星S3C4510,完成sqlite在其uclinux上的移植。  本文假设你已经具备正确编译uclinux的kernel的能力,即有能力完成make menuconfig;make dep;make lib_only;make user_only;make romfs;ma... 阅读全文

posted @ 2009-10-23 22:34 Wu.Country@侠缘 阅读(561) 评论(0) 推荐(0) 编辑

一些比较好的Linux学习网站
摘要:随便记录一些,排名没有任何依据1、IBM Linux技术中心:http://www.ibm.com/developerworks/cn/linux/非常不错的技术在线文档,我的很多与Linux相关的基础知识都是在这个上面找到答案的!2、softpedia http://linux.softpedia.com/Linux开源包的最新发布,在这个目录上都可以找得到3、内核源码站,这个就什么都不说了ht... 阅读全文

posted @ 2009-09-20 22:18 Wu.Country@侠缘 阅读(6186) 评论(0) 推荐(2) 编辑

[每日一点]msgsnd函数代码跟踪
摘要:今天有一同事问我,如果msgsnd函数的最后一个flag如果直接置0,调用该函数会是什么结果!我不太清楚是怎样的,还是直接看代码:msgsnd是一个系统调用,所以它在glibc中只是一个桩函数:\glibc\glibc-2.4.src\sysvipc\msgsnd.cintmsgsnd (msqid, msgp, msgsz, msgflg) int msqid; const void *msgp... 阅读全文

posted @ 2009-06-18 22:31 Wu.Country@侠缘 阅读(1410) 评论(1) 推荐(0) 编辑

Linux(OpenSuse11.2)下.Net应用程序开发初窥(1)
摘要:应该说在Linux上开发.Net应用程序不是很新鲜的事了。但在Suse11之前,也没有哪个正式的Linux版本集成了.Net开发环境。http://space.cnblogs.com/group/topic/12697/  已经近两年没有在博客园上发表点什么了,一来是自己转向Linux和C了,对Windows下的C#和VS.Net开发环境也很少使用了。但对.Net和C#的热爱是一点也没有减少。相反... 阅读全文

posted @ 2009-05-31 23:41 Wu.Country@侠缘 阅读(2095) 评论(13) 推荐(0) 编辑

How to uninstall GRUB
摘要:How to uninstall GRUBQ. How do I uninstall GRUB? I need to uninstall everything before sending this hard disk to someone including GRUB. All I need to keep is windows XP.A. GNU GRUB ("GRUB" for short)... 阅读全文

posted @ 2009-05-30 08:47 Wu.Country@侠缘 阅读(961) 评论(1) 推荐(0) 编辑

如何自己配置和编译一个完整的Linux嵌入式开发环境?
摘要:这里我不得不推荐一书:Linux+From+Scratch(CN).CHM可以从CSDN上下载!我的演练过程:1、配置好开发环境,最好的方法是VMWare(Redhat);2、参照LFS中的说明,一条一条的编译;遇到问题就Google!如果顺利,本周应该可以自己把整个开发工具链及环境全部过一遍!如果只是使用的话,网上也有很多已经编译好的工具包,直接下载使用,一般都是200M左右! 阅读全文

posted @ 2009-03-09 23:44 Wu.Country@侠缘 阅读(568) 评论(0) 推荐(0) 编辑

我的学习开发环境,呵呵!
摘要:今天到电子市场去,花了近700块,弄了块ARM的学习单板,再也不用去搞什么虚拟机了! 简单的看了一下开发手册,还有点麻烦,可能得花点时间去把它搞清楚! 但这块单板的功能还是很强的,基本上可以满足常用的学习与测试了! 更重要的是随单板一起有很多的工具,可以自己慢慢的学习和使用了! 以后的学习笔记就以这个环境为主了!呵呵! 阅读全文

posted @ 2009-03-08 19:40 Wu.Country@侠缘 阅读(506) 评论(0) 推荐(0) 编辑

Linux中进程结构描述符
摘要:include/linux/sched.h384 struct task_struct {385 volatile long state;386 struct thread_info *thread_info;387 atomic_t usage;388 unsigned long flags; 389 unsigned long ptrace;390391 int lock_depth;3923... 阅读全文

posted @ 2009-03-08 00:22 Wu.Country@侠缘 阅读(603) 评论(0) 推荐(0) 编辑

Linux 2.6.19.x 内核编译配置选项简介
摘要:http://lamp.linux.gov.cn/Linux/kernel_options.htmlLinux 2.6.19.x 内核编译配置选项简介作者:金步国版权声明本文作者是一位自由软件爱好者,所以本文虽然不是软件,但是本着 GPL 的精神发布。任何人都可以自由使用、转载、复制和再分发,但必须保留作者署名,亦不得对声明中的任何条款作任何形式的修改,也不得附加任何其它条件。您可以自由链接、下载... 阅读全文

posted @ 2009-03-06 21:36 Wu.Country@侠缘 阅读(554) 评论(0) 推荐(0) 编辑

Building and Testing gcc/glibc cross toolchains
摘要:http://www.kegel.com/crosstool/#downloadBuilding and Testing gcc/glibc cross toolchainsContentsTrouble in cross-compiler land Enhancing the community build script Results Downloads About the author No... 阅读全文

posted @ 2009-03-06 20:15 Wu.Country@侠缘 阅读(482) 评论(0) 推荐(0) 编辑

Running Linux for ARM processors under QEMU
摘要:QEMU is well-known as a free replacement for VMware, allowing users to run a PC within a PC. What isn't so well known about QEMU is that, in addition to emulating x86 architectures, it can emulate AMD... 阅读全文

posted @ 2009-03-06 20:08 Wu.Country@侠缘 阅读(1031) 评论(0) 推荐(0) 编辑

使用 QEMU 进行系统仿真
摘要:http://www.cnblogs.com/WuCountry/admin/EditPosts.aspx?opt=1使用 QEMU 进行系统仿真机器中的机器文档选项打印本页 将此页作为电子邮件发送级别: 初级M. Tim Jones (mtj@mtjones.com), 咨询工程师, Emulex2007 年 10 月 22 日QEMU 是一个面向完整 PC 系统的开源仿真器。除了仿真处理器外,... 阅读全文

posted @ 2009-03-06 19:34 Wu.Country@侠缘 阅读(843) 评论(0) 推荐(0) 编辑

cifs和glibc编译
摘要:1、今天的glibc还是没有编译通过!不知道是我的虚拟机问题,还是因为版本不兼容问题;2、可以直接在Linux中访问Windows的目录:(1)、Windows共享一个目录;例如共享名为:shared可访问者为:vm_user密码为:test(2)、在编译Linux内核时,对网络支持cifs文件系统;(3)、加载cifs.ko模块;(4)、挂载文件系统:mount -t cifs //192.16... 阅读全文

posted @ 2009-03-01 22:41 Wu.Country@侠缘 阅读(630) 评论(1) 推荐(0) 编辑

[译]Chapter 6. The PCI Layer and Network Interface Cards 第6章,PCI层和网络接口卡
摘要:目录:http://www.cnblogs.com/WuCountry/archive/2008/11/15/1333960.html[不提供插图,读者最好从网上下载源书] Chapter 6. The PCI Layer and Network Interface Cards 第6章,PCI层和网络接口卡Given the popularity of the PCI bus, on the x8... 阅读全文

posted @ 2009-03-01 15:06 Wu.Country@侠缘 阅读(399) 评论(0) 推荐(0) 编辑

[译]5.11. Functions and Variables Featured in This Chapter 本章的函数,变量和特性
摘要:目录:http://www.cnblogs.com/WuCountry/archive/2008/11/15/1333960.html[不提供插图,读者最好从网上下载源书] 5.11. Functions and Variables Featured in This Chapter 本章的函数,变量和特性Table 5-1 summarizes the functions, macros, var... 阅读全文

posted @ 2009-03-01 14:49 Wu.Country@侠缘 阅读(236) 评论(0) 推荐(0) 编辑

[译]5.10. Tuning via /procs Filesystem 通过/proc文件系统来调整内核模块
摘要:目录:http://www.cnblogs.com/WuCountry/archive/2008/11/15/1333960.html[不提供插图,读者最好从网上下载源书]5.10. Tuning via /procs Filesystem 通过/proc文件系统来调整内核模块Figure 5-5 shows the files that can be used either to tune or... 阅读全文

posted @ 2009-03-01 14:40 Wu.Country@侠缘 阅读(439) 评论(0) 推荐(0) 编辑

[转]A.3. Build the initrd image
摘要:EVMS User Guide Prev Appendix A. Building an init-ramdisk to use with EVMS Next A.3. Build the initrd image The next step is to build the actual ramdisk image, which is described in the follow... 阅读全文

posted @ 2009-02-20 22:32 Wu.Country@侠缘 阅读(439) 评论(0) 推荐(0) 编辑

1 2 下一页
点击右上角即可分享
微信分享提示