自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小猪爱拱地

勤奋和毅力是通向成功的阶梯

  • 博客(11)
  • 资源 (1)
  • 收藏
  • 关注

转载 Hello from a libc-free world! (Part 1)

As an exercise, I want to write a Hello World program in C simple enough that I can disassemble it and be able to explain all of the assembly to myself.This should be easy, right? This adventure a

2014-08-31 19:14:02 1356

原创 编译 ARM GDB

就是跑在  ARM 下的 GDB记得以前在 CSDN 写过一篇文章的,现在却

2014-08-30 09:56:18 932

原创 查看虚拟内存的使用

vmstat是一个比较强大的工具.

2014-08-29 02:40:26 1134

原创 CPU Hotplug

CPU 热插拔, 或者是 online/offline, 是 linux 支持的一个功能.要使用这个拱

2014-08-29 02:13:34 6437

原创 Ubuntu 安装 Nvidia 驱动

基本上是参考下面的两篇文章做的.

2014-08-26 08:27:33 645

转载 firefox的bookmark是被保存在哪个目录下?

发信人: iTools (努力工作,按期毕业), 信区: Firefox 标  题: firefox的bookmark是被保存在哪个目录下? 发信站: 水木社区 (Tue Nov 16 16:59:21 2010), 站内   记得以前是在profile的根目录下,直接保存成bookmark.html。 现在新版的firefox好像不是这个文件了,现在是保存在那个目录下呢?

2014-08-26 00:56:57 5366

原创 内核编译的优化

如果在 make menuconfig里面选择 "Optimize for size",

2014-08-14 01:43:26 2270

转载 top使用_交互命令

在top命令执行过程中可以使用的一些交互命令::         从使用角度来看,熟练的掌握这些命令比掌握选项还重要一些。这些命令都是单字母的, top命令行参数-b                批处理模式(batch mode),可输出到管道、文件。默认情况下-b会一直输出,可以用-nN指定输出次数。-n N             限制输出次数。-d N      

2014-08-09 22:17:01 1207

转载 ARM指令中标志位的定义

C flag:For a subtraction, including the comparison instructionCMP, C is set to 0 if the subtraction produced a borrow (that is, an unsigned underflow), and to 1 otherwise.Z flag: Is set to 1 if th

2014-08-08 07:19:07 2652 1

转载 Arm Instruction Condition Codes

very practical general-purpose computing architecture has a mechanism of conditionally executing some code. Such mechanisms are used to implement theif construct in C, for example, in addition to se

2014-08-08 03:24:04 3165

转载 Memory barrier An illustrative example

When a program runs on a single-CPU machine, the hardware performs the necessary bookkeeping to ensure that the program executes as if all memory operations were performed inthe order specified by t

2014-08-03 19:17:20 845

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除