Android系统本质上是linux kernel的,如果借用container技术里的baseOs和readonly layer思想,是不是可以保证基本系统不被修改,存储的修改也是增量变化的。...
分类:
移动开发 时间:
2015-02-12 22:49:57
阅读次数:
230
Kernel Application 是Erlang 第一个启动的应用程序,基于OTP,Kernel and STDLIB, 主要包含以下服务:可以运行appmon:start()看具体的结构,新版本的会报错,要用observer:start(),可以看到如下:这就可以看出包含了哪些服务:code周...
分类:
移动开发 时间:
2015-02-12 22:40:22
阅读次数:
359
linux的hostname修改详解Linux操作系统的hostname是一个kernel变量。1.查看机器的hostname可以通过hostname命令来查看本机的hostname。也可以直接cat/proc/sys/kernel/hostname查看。#hostname#cat/proc/sys/kernel/hostname上面两种输出结果相同。修改运行时Linux系统的hostna..
分类:
系统相关 时间:
2015-02-12 14:15:14
阅读次数:
325
可用的核心参数可以参考Documents/kernel-parameters.txt
或者看代码的时候有调试功能的函数对应的开关变量。
kernel参数里面加入:initcall_debug即可调用do_one_initcall_debug
int __init_or_module do_one_initcall(initcall_t fn)
{
int count = ...
分类:
其他好文 时间:
2015-02-12 12:30:30
阅读次数:
446
There are three ways to pass options to the kernel and thus control its behavior: When building the kernel. Most of this book discusses these options....
分类:
其他好文 时间:
2015-02-11 16:21:54
阅读次数:
157
在Linux中,给kernel传递参数以控制其行为总共有三种方法: 1.build kernel之时的各个configuration选项。 2.当kernel启动之时,可以参数在kernel被GRUB或LILO等启动程序调用之时传递给kernel。 3.在kernel运行时,修改/proc或/sys...
分类:
系统相关 时间:
2015-02-11 15:51:56
阅读次数:
197
To understand the backlog argument, we must realize that for a given listening socket, the kernel maintains two queues :要明白backlog参数的含义,我们必须明白对于一个list...
分类:
Web程序 时间:
2015-02-11 14:10:28
阅读次数:
226
编译内核:
安装内核源码:
选择内核:如gentoo-sourcesemerge gentoo-sources
ls -l /usr/src/linux手动编译内核:cd /usr/src/linux
make menuconfig
必须启用的选项:
显卡:Xorg/Configuration
声卡:ALSA
网卡:根据具体网卡芯片型号,查看wiki。
无线网卡芯片驱动查询:Linux Wir...
分类:
其他好文 时间:
2015-02-10 18:49:25
阅读次数:
228
配置系统系统信息:
文件系统信息:
创建/etc/fstabnano -w /etc/fstab
网络信息:
Host name, Domainname, etcnano -w /etc/conf.d/hostnameConfiguring Networknano -w /etc/conf.d/net
系统信息:
Gentoo uses /etc/rc.conf to configure the s...
分类:
其他好文 时间:
2015-02-10 18:46:56
阅读次数:
155
1. Linux-2.6.19.tar.bz2
https://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2
2. yaffs2-7494368.tar.gz
http://www.aleph1.co.uk/gitweb?p=yaffs2.git;a=snapshot;h=749436878923f8c...
分类:
其他好文 时间:
2015-02-10 18:44:02
阅读次数:
136