自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小猪爱拱地

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

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

原创 QEMU 模拟 MIPS

一直想用QEMU 模拟 MIPS, 尝试了很多次,今天终于有了进展. 执行命令: sudo ./qemu/mipsel-softmmu/qemu-system-mipsel -M malta -kernel ./linux-3.12/vmlinux -hda mips_rootfs.img --append "root=/dev/hda rw rootfs=ext3 rootdelay=3

2014-01-29 00:10:30 9829 2

原创 制作mipsel 交叉工具链 (更新版)

1. 代码结构为: setup ---> 源代码压缩包 :~/code/cross-compile$ ls setup/ binutils-2.24.tar.bz2 gcc-4.7.1.tar.bz2 gdb-7.6.2.tar.bz2 glibc-2.18.tar.bz2 linux-3.10.tar.bz2 gcc-4.6.4.tar.bz2 g

2014-01-26 04:05:19 2196

原创 交叉编译需要 configure的代码

很多代码都有 configure文件,需要执行一下  configure 才能产生Makefile。 如果要对这样的代码进行交叉编译,需要做一些设置。 首先,把交叉工具链的位置加入到 PATH里, 然后执行 ./configure --host=cross-compile-prefix 就可以了。 比如,我现在用的  arm gcc名称为arm-linux-gnueabi-gcc, 前缀

2014-01-01 23:06:17 4103

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关注的人

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