摘要: 事物总有个核心,复杂的事物总可以模块化、层次化, 嵌入式Linux也如此。学习嵌入式Linux困难,主要因为涉及知识和概念过多,即比较复杂,所以学习嵌入式Linux的就需要找到核心,需要模块化,需要进行层次划分。 嵌入式Linux系统做模块化处理就是可划分为Bootloader(引导程序),Kernel(内核),fs(文件系统),Shell(命令行界面),Gui(图形库)和 Embeded Sql(嵌入式数据库)等。以上就是嵌入式Linux系统的7个重要模块,通过这些就可以开发出各种各样的App(应用程序)。如上网用得网络浏览器,播放歌曲的音频播放器,播放电影的视频播放器,各种游戏(如连连看) 阅读全文
posted @ 2011-07-29 15:48 bambreeze 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Chapter 9/10 "Short"# hardware interrupts and installed handlers.cat /proc/interruptscat /proc/statMethold 1:=======# install modulesinsmod short.kolsmod | grep short# create device node# <250> is the major NO. which output from the 1st commandcat /proc/devices | grep shortmknod /dev 阅读全文
posted @ 2011-05-04 16:36 bambreeze 阅读(199) 评论(0) 推荐(0) 编辑
摘要: Q: Vim 删除包含/不包含指定内容的行----------------------------------------------------------- :g/pattern/d :g!/pattern/d :v/pattern/d可以用":help g"获得g命令的详细帮助. g命令的格式为:[range]global/{pattern}/{command}global命令在[range]指定的文本范围内(缺省为整个文件)查找{pattern},然后对匹配到的行执行命令{command},如果希望对没匹配上的行执行命令,则使用global!或vglobal命令。P 阅读全文
posted @ 2011-02-20 19:09 bambreeze 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 簡介 - 簡單的 UNIX 指令管理檔案的指令 指令 使用範例 說明 passwd (password) passwd 更換密碼 pwd (print working directory) pwd 查看現在所在的子目錄 mkdir (make directory) mkdir doc 建立子目錄 doc cd (change directory) cd doc 變換子目錄到 doc rmdir (remove directory) rmdir doc 刪除子目錄 doc ls (list) ls 查看檔案目錄 more more ls.doc 一次展示一螢幕之檔案內容 cat (catalog 阅读全文
posted @ 2007-04-02 19:55 bambreeze 阅读(105) 评论(0) 推荐(0) 编辑
摘要: I'm a software engineer loving Embedded System Development, Linux, and Vim. I’ve been working on GTD for several years and I’m still learning. At the same time, I want to improve my English skills at here and record them. I love badminton, and I would play it with my friends in my spare time.The 阅读全文
posted @ 2007-04-02 19:53 bambreeze 阅读(93) 评论(0) 推荐(0) 编辑