雪雪的个人空间分享 http://linux.cn/space/5312

统计信息

已有 6576 人来访过

    现在还没有记录。

Calculator-Android 2010-11-22
好久没来这里了,最近在学习android,分享一个我写的小程序。  <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas. ...
(1122)次阅读|(4)个评论
学习 initrd中的init(六)-完结 2010-08-10
# Check init bootarg if && ; then echo "Target filesystem doesn't have ${init}." init= fi # Search for valid init if ; then for i ...
(1523)次阅读|(1)个评论
学习 initrd中的init(五) 2010-08-09
if ; then export resume=${RESUME} else export noresume fi && modprobe netconsole netconsole=${netconsole} maybe_break top # expo ...
(1304)次阅读|(1)个评论
学习 initrd中的init(四) 2010-08-04
# Parse command line options for x in $(cat /proc/cmdline); do case $x in init=*) init=${x#init=} ;; root=*) ROOT=${x#root=} ca ...
(1230)次阅读|(1)个评论
学习 initrd中的init(三) 2010-08-03
# Export relevant variables export ROOT= export ROOTDELAY= export ROOTFLAGS= export ROOTFSTYPE= export IPOPTS= export HWADDR= export break= ...
(1154)次阅读|(1)个评论
学习initrd中的init(二) 2010-07-27
在通过对fedora与ubuntu的对比之中,我发现/proc下的目录结构是不一样的。但是/sys下的目录结构却是一样的的。有些书中说,/sys的主要目录的就是将信息分类,便 ...
(1355)次阅读|(1)个评论

查看更多

你需要登录后才可以留言 登录 | 加入