自定义博客皮肤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)
  • 资源 (8)
  • 收藏
  • 关注

转载 (2.6kernel)io_remap_page_range()与io_remap_pfn_range()

http://bbs.chinaunix.net/thread-2021443-1-1.htmlio_remap_page_range() 现在不被推荐使用;使用io_remap_pfn_range() 来代替(http://lwn.net/Articles/129480/)。详情可参考:http://lwn.net/Articles/129480/io_remap_page_ra

2012-07-27 12:39:48 2684

转载 异或^ 的几个作用

http://www.cnblogs.com/danh/archive/2010/12/24/1915810.html一、翻转某些位当一个位与‘1’作异或运算时结果就为此位翻转后的值。如下例:a=0x35; //a=0b00110101a=a^0x0f; //a=0b00111010 a的低四位翻转二、交换两个整数的值而不必用第三个参数a = 9;b = 11;

2012-07-24 12:58:17 1242

转载 Android各个版本命名(从1.5到6.0)

http://app.wepost.me/last-android-code-name-key-lime-pie/大家都知道 Android 系统版本都是以食物的名字来命名的而且按照字母顺序,在 Galaxy Nexus 和 Nexus S 用上官方的 Ice Cream Sandwich(Android 4.0) 之前 Jelly Bean(Android 5.0) 系统代号就被大家知道了,

2012-07-16 12:39:10 9997

ARM® Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM® Architecture Reference Manual ARMv7-A and ARMv7-R edition

2018-06-15

Bare-metal Boot Code for ARMv8-A Processors

Hardware verification engineers often run bare-metal tests to verify core-related function in a System on Chip (SoC). However, it can be challenging to write boot code for a bare-metal system, without a basic understanding of software development on the ARM architecture. This application note provides code examples for the following important operations that are involved in booting a bare-metal system: • Initializing exceptions. • Initializing registers. • Configuring the MMU and caches. • Enabling NEON and Floating Point. • Changing Exception levels. The code examples are written with the GNU assembly grammar and are tested on the Cortex-A53, Cortex-A72, and Cortex-A73 processors. They also apply to other ARMv8-A processors.

2018-05-29

ARM Generic Interrupt Controller Architecture Specification (3.0 & 4.0)

ARM Generic Interrupt Controller Architecture Specification (GIC architecture version 3.0 and version 4.0)

2018-05-04

KBUILD系统原理分析.pdf

从别的地方下载的一份文档,详细讲述了内核Kbuild机制,值得一看

2012-09-27

linux进程管理之可执行文件的加载和运行.pdf

linux进程管理之可执行文件的加载和运行

2011-10-31

Brief Introduction to MIPS32 Shadow Registers

Brief Introduction to MIPS32 Core Shadow Registers for Microcontroller Applications

2011-10-10

空空如也

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

TA关注的人

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