会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tanghuimin0713
心若自由,身沐长风
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
2014年8月18日
查看进程占用内存大小的几种方法
摘要: 1. pmap -x pid2. ps -aux | grep 进程名 ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid' | grep 进程名3. top -d 1 -p pid4. cat /proc/[pid]/status
阅读全文
posted @ 2014-08-18 16:09 tanghuimin0713
阅读(1303)
评论(0)
推荐(0)
2014年8月17日
s3c6410_MMU地址映射过程详述
摘要: 参考:1)《ARM1176 JZF-S Technical Reference Manual》:Chapter 3 System Control CoprocessorChapter 6 Memory Management Unit2)u-boot源码:u-boot-x.x.x/cpu/s3c64x...
阅读全文
posted @ 2014-08-17 00:44 tanghuimin0713
阅读(5707)
评论(0)
推荐(0)
2014年8月14日
ubuntu 14.04 安装中文输入法fcitx
摘要: http://www.lihuoqing.cn/other/1276.html
阅读全文
posted @ 2014-08-14 23:13 tanghuimin0713
阅读(189)
评论(0)
推荐(0)
2014年8月7日
s3c6410_uboot中的代码重定位(nand->sdram)
摘要: 本文仅探讨s3c6410从nand flash启动u-boot时的代码重定位过程参考:1)《USER'S MANUAL-S3C6410X》第二章 MEMORY MAP 第八章 NAND FLASH CONTROLLER2)u-boot源码:u-boot-x.x.x/board/samsumg/smd...
阅读全文
posted @ 2014-08-07 23:33 tanghuimin0713
阅读(1540)
评论(0)
推荐(0)
2014年8月3日
s3c6410_uart初始化及读写
摘要: 参考:1)《USER'S MANUAL-S3C6410X》第31章 UART2)u-boot uart初始化及读写:u-boot-x.x.x/board/samsumg/smdk6410/lowlevel_init.S u-boot-x.x.x/cpu/s3c64xx/ser...
阅读全文
posted @ 2014-08-03 00:10 tanghuimin0713
阅读(690)
评论(0)
推荐(0)
2014年7月21日
6410裸机开发教程下载
摘要: 6410裸机开发教程下载
阅读全文
posted @ 2014-07-21 00:34 tanghuimin0713
阅读(233)
评论(0)
推荐(0)
s3c6410_时钟初始化
摘要: 参考:1)《USER'S MANUAL-S3C6410X》第三章 SYSTEM CONTROLLER2)u-boot/board/samsumg/smdk6410/lowlevel_init.S1. PLL与CLK的关系:详细关系图见用户手册122页Figure 3-2 The block diag...
阅读全文
posted @ 2014-07-21 00:28 tanghuimin0713
阅读(1322)
评论(0)
推荐(0)
2014年7月6日
linux device model简述
摘要: 参考:1)《LINUX设备驱动程序》第十四章 Linux 设备模型2)内核源码2.6.38内核初始化的时候会对设备模型作初始化,见init/main.c: start_kernel->rest_init->kernel_init->do_basic_setup->driver_init设备模型中重要...
阅读全文
posted @ 2014-07-06 11:14 tanghuimin0713
阅读(2481)
评论(0)
推荐(0)
2014年6月22日
CentOS安装flash player插件
摘要: yum install flash-plugin
阅读全文
posted @ 2014-06-22 10:55 tanghuimin0713
阅读(138)
评论(0)
推荐(0)
2014年6月8日
实例分析ELF文件动态链接
摘要: 参考文献:《ELF V1.2》《程序员的自我修养---链接、装载与库》第6章 可执行文件的装载与进程 第7章 动态链接《Linux GOT与PLT》开发平台:[root@tanghuimin dynamic_link]# uname -a Linux tanghuimin 2.6.32-358.el...
阅读全文
posted @ 2014-06-08 07:23 tanghuimin0713
阅读(2209)
评论(1)
推荐(1)
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
公告