start_kernel is the first function that kernel runs, like the main function in user space program.
In this post, I will try to get a detailed understand of how start_kernel is called on X86_64 and MIPS architecture. Continue reading »
十一 262011
五 052010
- root密码多少? loongson
- 如何添加新用户? adduser username
- 怎么修改IP? vim /etc/network/interfaces
- 如何重启网络? /etc/init.d/networking restart
- 如何启动ssh? /etc/init.d/ssh start
- 为啥root账户在/目录下修改,都提示 read only filesystem?因为根分区在挂载时以只读挂载.可以执行 mount / -o remount,rw. 如果以后都想要root在/下可写,可以修改/etc/init.d/discover,把倒数第二行mount的命令注掉即可。 Continue reading »

近期评论