- Calculator-Android 2010-11-22

- 好久没来这里了,最近在学习android,分享一个我写的小程序。 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas. ...
- (974)次阅读|(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 ...
- (1316)次阅读|(1)个评论
- 学习 initrd中的init(五) 2010-08-09
- if ; then export resume=${RESUME} else export noresume fi && modprobe netconsole netconsole=${netconsole} maybe_break top # expo ...
- (1109)次阅读|(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 ...
- (1064)次阅读|(1)个评论
- 学习 initrd中的init(三) 2010-08-03
- # Export relevant variables export ROOT= export ROOTDELAY= export ROOTFLAGS= export ROOTFSTYPE= export IPOPTS= export HWADDR= export break= ...
- (982)次阅读|(1)个评论
- 学习initrd中的init(二) 2010-07-27
- 在通过对fedora与ubuntu的对比之中,我发现/proc下的目录结构是不一样的。但是/sys下的目录结构却是一样的的。有些书中说,/sys的主要目录的就是将信息分类,便 ...
- (1211)次阅读|(1)个评论
查看更多