自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小猪爱拱地

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

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

转载 Debugging C and C++ programs with gdb (and ddd)

Debugging C and C++ programs with gdb (and ddd) About gdb and ddd Getting Started with gdb Common Comands gdb info commands for getting application and debugger state using gdb to debug assembly

2013-10-31 01:25:06 3171

原创 使用 QEMU 测试 U-BOOT

还是模拟 VEXPRESS-A9. 起初,我用的还是qemu官网里的最新代码变出的qemu程序。 u-boot从下面的网址获得: http://ftp.denx.de/pub/u-boot/ 取得是最新的代码。解压后,配置,编译: make vexpress_ca9x4_config export ARCH=arm export CROSS_COMPILE=arm-linux-gnu

2013-10-24 02:22:11 6719

原创 Linux 的Find 命令

find 是 Linux 下最有用的命令之一,熟练的使用它对于提高工作效率很有帮助。下面结介绍它的一些用法 1. 最基本的 用法是: find dir 这时,它将列出目录 dir下所有的文件和目录。 它相当于 find dir -print 如果使用 print0, 那么,每个匹配的文件名字之间用一个 '\0' 分割(默认用的是换行符)。如果文件名包含空格的话,可以使用 pr

2013-10-24 01:44:33 1033

转载 Kernel Memory Layout on ARM Linux

Kernel Memory Layout on ARM Linux         Russell King              November 17, 2005 (2.6.15) This document describes the virtual memory layout which the Linux kernel uses for ARM processors

2013-10-19 10:13:17 1649

转载 Creating, Applying, and Submitting Patches

Kernel Hacking Lesson #9: Creating, Applying, and Submitting Patches As a kernel developer, you'll spend a lot of time creating, applying,and submitting patches. Creating and applying patches can be

2013-10-19 09:59:56 1149

转载 A Clarification on Linux Addressing

from: http://users.nccs.gov/~fwang2/linux/lk_addressing.txt A Clarification on Linux Addressing ==================================== [email protected]_ OK, here is my understanding so far (meanin

2013-10-16 08:33:51 922

原创 在QEMU上用Busybox模拟ARM的文件系统

1.下载最新的 busybox代码,解压。 2. 编译busybox cd busybox-1.21.1/ export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- make defconfig make install 之后,会生成一个 _install 目录,里面是一个root file system. 默认情况下,生成的

2013-10-07 00:37:23 4113 1

原创 PC 上 QEMU模拟arm

1. 首先,编译 qemu代码: git clone git://git.qemu.org/qemu.git cd qemu/ ./configure --target-list=arm-softmmu,mipsel-softmmu --enable-debug --enable-sdl make sudo make install 2. 编译 linux  kernel:

2013-10-06 11:49:06 3742

Algorithm (4th), by Robert Sedgewick

Amazon 五星书。 Classic Reference The latest version of Sedgewick’s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know. See algs4.cs.princeton.edu/code. Completely Revised Code New Java implementations written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.

2012-04-07

空空如也

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

TA关注的人

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